public final class SearchOrganizationsResponse extends GeneratedMessageV3 implements SearchOrganizationsResponseOrBuilder
The response returned from the SearchOrganizations
method.
Protobuf type google.cloud.resourcemanager.v3.SearchOrganizationsResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
ORGANIZATIONS_FIELD_NUMBER
public static final int ORGANIZATIONS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SearchOrganizationsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SearchOrganizationsResponse.Builder newBuilder()
Returns
newBuilder(SearchOrganizationsResponse prototype)
public static SearchOrganizationsResponse.Builder newBuilder(SearchOrganizationsResponse prototype)
Parameter
Returns
public static SearchOrganizationsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchOrganizationsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SearchOrganizationsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchOrganizationsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SearchOrganizationsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchOrganizationsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchOrganizationsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SearchOrganizationsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchOrganizationsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchOrganizationsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SearchOrganizationsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchOrganizationsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SearchOrganizationsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SearchOrganizationsResponse getDefaultInstanceForType()
Returns
getNextPageToken()
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;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getOrganizations(int index)
public Organization getOrganizations(int index)
The list of Organizations that matched the search query, possibly
paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Parameter
Returns
getOrganizationsCount()
public int getOrganizationsCount()
The list of Organizations that matched the search query, possibly
paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Returns
getOrganizationsList()
public List<Organization> getOrganizationsList()
The list of Organizations that matched the search query, possibly
paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Returns
getOrganizationsOrBuilder(int index)
public OrganizationOrBuilder getOrganizationsOrBuilder(int index)
The list of Organizations that matched the search query, possibly
paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Parameter
Returns
getOrganizationsOrBuilderList()
public List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()
The list of Organizations that matched the search query, possibly
paginated.
repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;
Returns
Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.OrganizationOrBuilder> | |
getParserForType()
public Parser<SearchOrganizationsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SearchOrganizationsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchOrganizationsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SearchOrganizationsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions