public interface ListChannelConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelConnections(int index)
public abstract ChannelConnection getChannelConnections(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnection |
getChannelConnectionsCount()
public abstract int getChannelConnectionsCount() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| int |
getChannelConnectionsList()
public abstract List<ChannelConnection> getChannelConnectionsList() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| List<ChannelConnection> |
getChannelConnectionsOrBuilder(int index)
public abstract ChannelConnectionOrBuilder getChannelConnectionsOrBuilder(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnectionOrBuilder |
getChannelConnectionsOrBuilderList()
public abstract List<? extends ChannelConnectionOrBuilder> getChannelConnectionsOrBuilderList() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| List<? extends com.google.cloud.eventarc.v1.ChannelConnectionOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A page token that can be sent to ListChannelConnections to request the next page. If this is empty, then there are no more pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A page token that can be sent to ListChannelConnections to request the next page. If this is empty, then there are no more pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getUnreachable(int index)
public abstract String getUnreachable(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Unreachable resources, if any.
repeated string unreachable = 3;
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Unreachable resources, if any.
repeated string unreachable = 3;
| Type | Description |
| List<String> | A list containing the unreachable. |