Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.resourcemanager.v3.stub |
Modifier and Type | Method and Description |
---|---|
SearchOrganizationsRequest.Builder |
SearchOrganizationsRequest.Builder.mergeFrom(SearchOrganizationsRequest other) |
static SearchOrganizationsRequest.Builder |
SearchOrganizationsRequest.newBuilder(SearchOrganizationsRequest prototype) |
SearchOrganizationsResponse |
OrganizationsGrpc.OrganizationsBlockingStub.searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy
the specified filter.
|
com.google.common.util.concurrent.ListenableFuture<SearchOrganizationsResponse> |
OrganizationsGrpc.OrganizationsFutureStub.searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy
the specified filter.
|
OrganizationsClient.SearchOrganizationsPagedResponse |
OrganizationsClient.searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy the specified filter.
|
void |
OrganizationsGrpc.OrganizationsImplBase.searchOrganizations(SearchOrganizationsRequest request,
StreamObserver<SearchOrganizationsResponse> responseObserver)
Searches organization resources that are visible to the user and satisfy
the specified filter.
|
void |
OrganizationsGrpc.OrganizationsStub.searchOrganizations(SearchOrganizationsRequest request,
StreamObserver<SearchOrganizationsResponse> responseObserver)
Searches organization resources that are visible to the user and satisfy
the specified filter.
|
Copyright © 2022 Google LLC. All rights reserved.