public interface ListSourcesResponseOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofList<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;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.