Interface ListSourcesResponseOrBuilder (2.7.1)

public interface ListSourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSources(int index)

public abstract Source getSources(int index)

Sources belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.Source sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Source

getSourcesCount()

public abstract int getSourcesCount()

Sources belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.Source sources = 1;

Returns
TypeDescription
int

getSourcesList()

public abstract List<Source> getSourcesList()

Sources belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.Source sources = 1;

Returns
TypeDescription
List<Source>

getSourcesOrBuilder(int index)

public abstract SourceOrBuilder getSourcesOrBuilder(int index)

Sources belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.Source sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SourceOrBuilder

getSourcesOrBuilderList()

public abstract List<? extends SourceOrBuilder> getSourcesOrBuilderList()

Sources belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.Source sources = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.SourceOrBuilder>