public interface ListSourcesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
|
Source |
getSources(int index)
Sources belonging to the requested parent.
|
int |
getSourcesCount()
Sources belonging to the requested parent.
|
List<Source> |
getSourcesList()
Sources belonging to the requested parent.
|
SourceOrBuilder |
getSourcesOrBuilder(int index)
Sources belonging to the requested parent.
|
List<? extends SourceOrBuilder> |
getSourcesOrBuilderList()
Sources belonging to the requested parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Source> getSourcesList()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1beta1.Source sources = 1;
Source getSources(int index)
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1beta1.Source sources = 1;
int getSourcesCount()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1beta1.Source sources = 1;
List<? extends SourceOrBuilder> getSourcesOrBuilderList()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1beta1.Source sources = 1;
SourceOrBuilder getSourcesOrBuilder(int index)
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1beta1.Source sources = 1;
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.