Uses of Class
com.google.cloud.resourcemanager.v3.SearchOrganizationsRequest
-
Packages that use SearchOrganizationsRequest Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of SearchOrganizationsRequest in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return SearchOrganizationsRequest Modifier and Type Method Description SearchOrganizationsRequest
SearchOrganizationsRequest.Builder. build()
SearchOrganizationsRequest
SearchOrganizationsRequest.Builder. buildPartial()
static SearchOrganizationsRequest
SearchOrganizationsRequest. getDefaultInstance()
SearchOrganizationsRequest
SearchOrganizationsRequest.Builder. getDefaultInstanceForType()
SearchOrganizationsRequest
SearchOrganizationsRequest. getDefaultInstanceForType()
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseDelimitedFrom(InputStream input)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(byte[] data)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(com.google.protobuf.ByteString data)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(InputStream input)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(ByteBuffer data)
static SearchOrganizationsRequest
SearchOrganizationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type SearchOrganizationsRequest Modifier and Type Method Description com.google.protobuf.Parser<SearchOrganizationsRequest>
SearchOrganizationsRequest. getParserForType()
static io.grpc.MethodDescriptor<SearchOrganizationsRequest,SearchOrganizationsResponse>
OrganizationsGrpc. getSearchOrganizationsMethod()
static com.google.protobuf.Parser<SearchOrganizationsRequest>
SearchOrganizationsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SearchOrganizationsRequest,SearchOrganizationsResponse>
OrganizationsClient. searchOrganizationsCallable()
Searches organization resources that are visible to the user and satisfy the specified filter.com.google.api.gax.rpc.UnaryCallable<SearchOrganizationsRequest,OrganizationsClient.SearchOrganizationsPagedResponse>
OrganizationsClient. searchOrganizationsPagedCallable()
Searches organization resources that are visible to the user and satisfy the specified filter.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchOrganizationsRequest,SearchOrganizationsResponse,OrganizationsClient.SearchOrganizationsPagedResponse>
OrganizationsSettings.Builder. searchOrganizationsSettings()
Returns the builder for the settings used for calls to searchOrganizations.com.google.api.gax.rpc.PagedCallSettings<SearchOrganizationsRequest,SearchOrganizationsResponse,OrganizationsClient.SearchOrganizationsPagedResponse>
OrganizationsSettings. searchOrganizationsSettings()
Returns the object with the settings used for calls to searchOrganizations.Methods in com.google.cloud.resourcemanager.v3 with parameters of type SearchOrganizationsRequest Modifier and Type Method Description SearchOrganizationsRequest.Builder
SearchOrganizationsRequest.Builder. mergeFrom(SearchOrganizationsRequest other)
static SearchOrganizationsRequest.Builder
SearchOrganizationsRequest. newBuilder(SearchOrganizationsRequest prototype)
OrganizationsClient.SearchOrganizationsPagedResponse
OrganizationsClient. searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy the specified filter.default void
OrganizationsGrpc.AsyncService. searchOrganizations(SearchOrganizationsRequest request, io.grpc.stub.StreamObserver<SearchOrganizationsResponse> responseObserver)
Searches organization resources that are visible to the user and satisfy the specified filter.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.void
OrganizationsGrpc.OrganizationsStub. searchOrganizations(SearchOrganizationsRequest request, io.grpc.stub.StreamObserver<SearchOrganizationsResponse> responseObserver)
Searches organization resources that are visible to the user and satisfy the specified filter.Method parameters in com.google.cloud.resourcemanager.v3 with type arguments of type SearchOrganizationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<OrganizationsClient.SearchOrganizationsPagedResponse>
OrganizationsClient.SearchOrganizationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchOrganizationsRequest,SearchOrganizationsResponse,Organization> context, com.google.api.core.ApiFuture<SearchOrganizationsResponse> futureResponse)
protected OrganizationsClient.SearchOrganizationsPage
OrganizationsClient.SearchOrganizationsPage. createPage(com.google.api.gax.rpc.PageContext<SearchOrganizationsRequest,SearchOrganizationsResponse,Organization> context, SearchOrganizationsResponse response)
com.google.api.core.ApiFuture<OrganizationsClient.SearchOrganizationsPage>
OrganizationsClient.SearchOrganizationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchOrganizationsRequest,SearchOrganizationsResponse,Organization> context, com.google.api.core.ApiFuture<SearchOrganizationsResponse> futureResponse)
-
Uses of SearchOrganizationsRequest in com.google.cloud.resourcemanager.v3.stub
-