Interface ListChannelsResponseOrBuilder (1.41.0)

public interface ListChannelsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannels(int index)

public abstract Channel getChannels(int index)

The requested channels, up to the number specified in page_size.

repeated .google.cloud.eventarc.v1.Channel channels = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Channel

getChannelsCount()

public abstract int getChannelsCount()

The requested channels, up to the number specified in page_size.

repeated .google.cloud.eventarc.v1.Channel channels = 1;

Returns
TypeDescription
int

getChannelsList()

public abstract List<Channel> getChannelsList()

The requested channels, up to the number specified in page_size.

repeated .google.cloud.eventarc.v1.Channel channels = 1;

Returns
TypeDescription
List<Channel>

getChannelsOrBuilder(int index)

public abstract ChannelOrBuilder getChannelsOrBuilder(int index)

The requested channels, up to the number specified in page_size.

repeated .google.cloud.eventarc.v1.Channel channels = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelOrBuilder

getChannelsOrBuilderList()

public abstract List<? extends ChannelOrBuilder> getChannelsOrBuilderList()

The requested channels, up to the number specified in page_size.

repeated .google.cloud.eventarc.v1.Channel channels = 1;

Returns
TypeDescription
List<? extends com.google.cloud.eventarc.v1.ChannelOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A page token that can be sent to ListChannels to request the next page. If this is empty, then there are no more pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A page token that can be sent to ListChannels to request the next page. If this is empty, then there are no more pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public abstract String getUnreachable(int index)

Unreachable resources, if any.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

Unreachable resources, if any.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

Unreachable resources, if any.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

Unreachable resources, if any.

repeated string unreachable = 3;

Returns
TypeDescription
List<String>

A list containing the unreachable.