Interface ListGoogleApiSourcesResponseOrBuilder (1.55.0)

public interface ListGoogleApiSourcesResponseOrBuilder extends MessageOrBuilder

Methods

getGoogleApiSources(int index)

public abstract GoogleApiSource getGoogleApiSources(int index)

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

repeated .google.cloud.eventarc.v1.GoogleApiSource google_api_sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GoogleApiSource

getGoogleApiSourcesCount()

public abstract int getGoogleApiSourcesCount()

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

repeated .google.cloud.eventarc.v1.GoogleApiSource google_api_sources = 1;

Returns
TypeDescription
int

getGoogleApiSourcesList()

public abstract List<GoogleApiSource> getGoogleApiSourcesList()

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

repeated .google.cloud.eventarc.v1.GoogleApiSource google_api_sources = 1;

Returns
TypeDescription
List<GoogleApiSource>

getGoogleApiSourcesOrBuilder(int index)

public abstract GoogleApiSourceOrBuilder getGoogleApiSourcesOrBuilder(int index)

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

repeated .google.cloud.eventarc.v1.GoogleApiSource google_api_sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GoogleApiSourceOrBuilder

getGoogleApiSourcesOrBuilderList()

public abstract List<? extends GoogleApiSourceOrBuilder> getGoogleApiSourcesOrBuilderList()

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

repeated .google.cloud.eventarc.v1.GoogleApiSource google_api_sources = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A page token that can be sent to ListMessageBusEnrollments 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 ListMessageBusEnrollments 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.