public interface SearchOrganizationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
A pagination token to be used to retrieve the next page of results.
|
ByteString |
getNextPageTokenBytes()
A pagination token to be used to retrieve the next page of results.
|
Organization |
getOrganizations(int index)
The list of Organizations that matched the search query, possibly
paginated.
|
int |
getOrganizationsCount()
The list of Organizations that matched the search query, possibly
paginated.
|
List<Organization> |
getOrganizationsList()
The list of Organizations that matched the search query, possibly
paginated.
|
OrganizationOrBuilder |
getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly
paginated.
|
List<? extends OrganizationOrBuilder> |
getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly
paginated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Organization> getOrganizationsList()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Organization getOrganizations(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
int getOrganizationsCount()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
OrganizationOrBuilder getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
String getNextPageToken()
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.