public interface ListSourcesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Source |
getSourcesCount()
public abstract int getSourcesCount()Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.Source sources = 1;
| Type | Description |
| int |
getSourcesList()
public abstract List<Source> getSourcesList()Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.Source sources = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| SourceOrBuilder |
getSourcesOrBuilderList()
public abstract List<? extends SourceOrBuilder> getSourcesOrBuilderList()Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.Source sources = 1;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.SourceOrBuilder> |