public static final class SearchOrganizationsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder> implements SearchOrganizationsResponseOrBuilder
The response returned from the `SearchOrganizations` method.Protobuf type
google.cloud.resourcemanager.v3.SearchOrganizationsResponse| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationsResponse.Builder |
addAllOrganizations(Iterable<? extends Organization> values)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
addOrganizations(int index,
Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
addOrganizations(int index,
Organization value)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
addOrganizations(Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
addOrganizations(Organization value)
The list of Organizations that matched the search query, possibly
paginated.
|
Organization.Builder |
addOrganizationsBuilder()
The list of Organizations that matched the search query, possibly
paginated.
|
Organization.Builder |
addOrganizationsBuilder(int index)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SearchOrganizationsResponse |
build() |
SearchOrganizationsResponse |
buildPartial() |
SearchOrganizationsResponse.Builder |
clear() |
SearchOrganizationsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SearchOrganizationsResponse.Builder |
clearNextPageToken()
A pagination token to be used to retrieve the next page of results.
|
SearchOrganizationsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SearchOrganizationsResponse.Builder |
clearOrganizations()
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
clone() |
SearchOrganizationsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A pagination token to be used to retrieve the next page of results.
|
com.google.protobuf.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.
|
Organization.Builder |
getOrganizationsBuilder(int index)
The list of Organizations that matched the search query, possibly
paginated.
|
List<Organization.Builder> |
getOrganizationsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SearchOrganizationsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SearchOrganizationsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
SearchOrganizationsResponse.Builder |
mergeFrom(SearchOrganizationsResponse other) |
SearchOrganizationsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SearchOrganizationsResponse.Builder |
removeOrganizations(int index)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SearchOrganizationsResponse.Builder |
setNextPageToken(String value)
A pagination token to be used to retrieve the next page of results.
|
SearchOrganizationsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A pagination token to be used to retrieve the next page of results.
|
SearchOrganizationsResponse.Builder |
setOrganizations(int index,
Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
setOrganizations(int index,
Organization value)
The list of Organizations that matched the search query, possibly
paginated.
|
SearchOrganizationsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SearchOrganizationsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SearchOrganizationsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SearchOrganizationsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SearchOrganizationsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder mergeFrom(SearchOrganizationsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public SearchOrganizationsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchOrganizationsResponse.Builder>IOExceptionpublic List<Organization> getOrganizationsList()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;getOrganizationsList in interface SearchOrganizationsResponseOrBuilderpublic int getOrganizationsCount()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;getOrganizationsCount in interface SearchOrganizationsResponseOrBuilderpublic Organization getOrganizations(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;getOrganizations in interface SearchOrganizationsResponseOrBuilderpublic SearchOrganizationsResponse.Builder setOrganizations(int index, Organization value)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder setOrganizations(int index, Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder addOrganizations(Organization value)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder addOrganizations(int index, Organization value)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder addOrganizations(Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder addOrganizations(int index, Organization.Builder builderForValue)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder addAllOrganizations(Iterable<? extends Organization> values)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder clearOrganizations()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public SearchOrganizationsResponse.Builder removeOrganizations(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public Organization.Builder getOrganizationsBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public OrganizationOrBuilder getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;getOrganizationsOrBuilder in interface SearchOrganizationsResponseOrBuilderpublic List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;getOrganizationsOrBuilderList in interface SearchOrganizationsResponseOrBuilderpublic Organization.Builder addOrganizationsBuilder()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public Organization.Builder addOrganizationsBuilder(int index)
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public List<Organization.Builder> getOrganizationsBuilderList()
The list of Organizations that matched the search query, possibly paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;public 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;getNextPageToken in interface SearchOrganizationsResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface SearchOrganizationsResponseOrBuilderpublic SearchOrganizationsResponse.Builder setNextPageToken(String value)
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;value - The nextPageToken to set.public SearchOrganizationsResponse.Builder clearNextPageToken()
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;public SearchOrganizationsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
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;value - The bytes for nextPageToken to set.public final SearchOrganizationsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>public final SearchOrganizationsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SearchOrganizationsResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.