@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonOrganizationsStub extends OrganizationsStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonOrganizationsStub(OrganizationsStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonOrganizationsStub, using the given settings.
|
protected |
HttpJsonOrganizationsStub(OrganizationsStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonOrganizationsStub, using the given settings.
|
protected HttpJsonOrganizationsStub(OrganizationsStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonOrganizationsStub(OrganizationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonOrganizationsStub create(OrganizationsStubSettings settings) throws IOException
IOException
public static final HttpJsonOrganizationsStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonOrganizationsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@InternalApi public static List<ApiMethodDescriptor> getMethodDescriptors()
public UnaryCallable<GetOrganizationRequest,Organization> getOrganizationCallable()
getOrganizationCallable
in class OrganizationsStub
public UnaryCallable<SearchOrganizationsRequest,SearchOrganizationsResponse> searchOrganizationsCallable()
searchOrganizationsCallable
in class OrganizationsStub
public UnaryCallable<SearchOrganizationsRequest,OrganizationsClient.SearchOrganizationsPagedResponse> searchOrganizationsPagedCallable()
searchOrganizationsPagedCallable
in class OrganizationsStub
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable
in class OrganizationsStub
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable
in class OrganizationsStub
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable
in class OrganizationsStub
public final void close()
close
in interface AutoCloseable
close
in class OrganizationsStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.