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 |
---|---|
static MethodDescriptor<GetOrganizationRequest,Organization> |
OrganizationsGrpc.getGetOrganizationMethod() |
UnaryCallable<GetOrganizationRequest,Organization> |
OrganizationsClient.getOrganizationCallable()
Fetches an organization resource identified by the specified resource name.
|
UnaryCallSettings<GetOrganizationRequest,Organization> |
OrganizationsSettings.getOrganizationSettings()
Returns the object with the settings used for calls to getOrganization.
|
UnaryCallSettings.Builder<GetOrganizationRequest,Organization> |
OrganizationsSettings.Builder.getOrganizationSettings()
Returns the builder for the settings used for calls to getOrganization.
|
Parser<GetOrganizationRequest> |
GetOrganizationRequest.getParserForType() |
static Parser<GetOrganizationRequest> |
GetOrganizationRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationsGrpc.OrganizationsBlockingStub.getOrganization(GetOrganizationRequest request)
Fetches an organization resource identified by the specified resource name.
|
com.google.common.util.concurrent.ListenableFuture<Organization> |
OrganizationsGrpc.OrganizationsFutureStub.getOrganization(GetOrganizationRequest request)
Fetches an organization resource identified by the specified resource name.
|
Organization |
OrganizationsClient.getOrganization(GetOrganizationRequest request)
Fetches an organization resource identified by the specified resource name.
|
void |
OrganizationsGrpc.OrganizationsImplBase.getOrganization(GetOrganizationRequest request,
StreamObserver<Organization> responseObserver)
Fetches an organization resource identified by the specified resource name.
|
void |
OrganizationsGrpc.OrganizationsStub.getOrganization(GetOrganizationRequest request,
StreamObserver<Organization> responseObserver)
Fetches an organization resource identified by the specified resource name.
|
GetOrganizationRequest.Builder |
GetOrganizationRequest.Builder.mergeFrom(GetOrganizationRequest other) |
static GetOrganizationRequest.Builder |
GetOrganizationRequest.newBuilder(GetOrganizationRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetOrganizationRequest,Organization> |
GrpcOrganizationsStub.getOrganizationCallable() |
UnaryCallable<GetOrganizationRequest,Organization> |
OrganizationsStub.getOrganizationCallable() |
UnaryCallable<GetOrganizationRequest,Organization> |
HttpJsonOrganizationsStub.getOrganizationCallable() |
UnaryCallSettings<GetOrganizationRequest,Organization> |
OrganizationsStubSettings.getOrganizationSettings()
Returns the object with the settings used for calls to getOrganization.
|
UnaryCallSettings.Builder<GetOrganizationRequest,Organization> |
OrganizationsStubSettings.Builder.getOrganizationSettings()
Returns the builder for the settings used for calls to getOrganization.
|
Copyright © 2022 Google LLC. All rights reserved.