Class GrpcManagedIdentitiesServiceStub
- java.lang.Object
-
- com.google.cloud.managedidentities.v1.stub.ManagedIdentitiesServiceStub
-
- com.google.cloud.managedidentities.v1.stub.GrpcManagedIdentitiesServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
@Generated("by gapic-generator-java") public class GrpcManagedIdentitiesServiceStub extends ManagedIdentitiesServiceStub
gRPC stub implementation for the ManagedIdentitiesService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GrpcManagedIdentitiesServiceStub(ManagedIdentitiesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcManagedIdentitiesServiceStub, using the given settings.protected
GrpcManagedIdentitiesServiceStub(ManagedIdentitiesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcManagedIdentitiesServiceStub, using the given settings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AttachTrustRequest,com.google.longrunning.Operation>
attachTrustCallable()
com.google.api.gax.rpc.OperationCallable<AttachTrustRequest,Domain,OpMetadata>
attachTrustOperationCallable()
boolean
awaitTermination(long duration, TimeUnit unit)
void
close()
static GrpcManagedIdentitiesServiceStub
create(com.google.api.gax.rpc.ClientContext clientContext)
static GrpcManagedIdentitiesServiceStub
create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
static GrpcManagedIdentitiesServiceStub
create(ManagedIdentitiesServiceStubSettings settings)
com.google.api.gax.rpc.UnaryCallable<CreateMicrosoftAdDomainRequest,com.google.longrunning.Operation>
createMicrosoftAdDomainCallable()
com.google.api.gax.rpc.OperationCallable<CreateMicrosoftAdDomainRequest,Domain,OpMetadata>
createMicrosoftAdDomainOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteDomainRequest,com.google.longrunning.Operation>
deleteDomainCallable()
com.google.api.gax.rpc.OperationCallable<DeleteDomainRequest,com.google.protobuf.Empty,OpMetadata>
deleteDomainOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DetachTrustRequest,com.google.longrunning.Operation>
detachTrustCallable()
com.google.api.gax.rpc.OperationCallable<DetachTrustRequest,Domain,OpMetadata>
detachTrustOperationCallable()
com.google.api.gax.rpc.UnaryCallable<GetDomainRequest,Domain>
getDomainCallable()
com.google.longrunning.stub.GrpcOperationsStub
getOperationsStub()
boolean
isShutdown()
boolean
isTerminated()
com.google.api.gax.rpc.UnaryCallable<ListDomainsRequest,ListDomainsResponse>
listDomainsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDomainsRequest,ManagedIdentitiesServiceClient.ListDomainsPagedResponse>
listDomainsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ReconfigureTrustRequest,com.google.longrunning.Operation>
reconfigureTrustCallable()
com.google.api.gax.rpc.OperationCallable<ReconfigureTrustRequest,Domain,OpMetadata>
reconfigureTrustOperationCallable()
com.google.api.gax.rpc.UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse>
resetAdminPasswordCallable()
void
shutdown()
void
shutdownNow()
com.google.api.gax.rpc.UnaryCallable<UpdateDomainRequest,com.google.longrunning.Operation>
updateDomainCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDomainRequest,Domain,OpMetadata>
updateDomainOperationCallable()
com.google.api.gax.rpc.UnaryCallable<ValidateTrustRequest,com.google.longrunning.Operation>
validateTrustCallable()
com.google.api.gax.rpc.OperationCallable<ValidateTrustRequest,Domain,OpMetadata>
validateTrustOperationCallable()
-
-
-
Constructor Detail
-
GrpcManagedIdentitiesServiceStub
protected GrpcManagedIdentitiesServiceStub(ManagedIdentitiesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
Constructs an instance of GrpcManagedIdentitiesServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
GrpcManagedIdentitiesServiceStub
protected GrpcManagedIdentitiesServiceStub(ManagedIdentitiesServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
Constructs an instance of GrpcManagedIdentitiesServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
-
Method Detail
-
create
public static final GrpcManagedIdentitiesServiceStub create(ManagedIdentitiesServiceStubSettings settings) throws IOException
- Throws:
IOException
-
create
public static final GrpcManagedIdentitiesServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
- Throws:
IOException
-
create
public static final GrpcManagedIdentitiesServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
- Throws:
IOException
-
getOperationsStub
public com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
- Overrides:
getOperationsStub
in classManagedIdentitiesServiceStub
-
createMicrosoftAdDomainCallable
public com.google.api.gax.rpc.UnaryCallable<CreateMicrosoftAdDomainRequest,com.google.longrunning.Operation> createMicrosoftAdDomainCallable()
- Overrides:
createMicrosoftAdDomainCallable
in classManagedIdentitiesServiceStub
-
createMicrosoftAdDomainOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateMicrosoftAdDomainRequest,Domain,OpMetadata> createMicrosoftAdDomainOperationCallable()
- Overrides:
createMicrosoftAdDomainOperationCallable
in classManagedIdentitiesServiceStub
-
resetAdminPasswordCallable
public com.google.api.gax.rpc.UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordCallable()
- Overrides:
resetAdminPasswordCallable
in classManagedIdentitiesServiceStub
-
listDomainsCallable
public com.google.api.gax.rpc.UnaryCallable<ListDomainsRequest,ListDomainsResponse> listDomainsCallable()
- Overrides:
listDomainsCallable
in classManagedIdentitiesServiceStub
-
listDomainsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDomainsRequest,ManagedIdentitiesServiceClient.ListDomainsPagedResponse> listDomainsPagedCallable()
- Overrides:
listDomainsPagedCallable
in classManagedIdentitiesServiceStub
-
getDomainCallable
public com.google.api.gax.rpc.UnaryCallable<GetDomainRequest,Domain> getDomainCallable()
- Overrides:
getDomainCallable
in classManagedIdentitiesServiceStub
-
updateDomainCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateDomainRequest,com.google.longrunning.Operation> updateDomainCallable()
- Overrides:
updateDomainCallable
in classManagedIdentitiesServiceStub
-
updateDomainOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateDomainRequest,Domain,OpMetadata> updateDomainOperationCallable()
- Overrides:
updateDomainOperationCallable
in classManagedIdentitiesServiceStub
-
deleteDomainCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDomainRequest,com.google.longrunning.Operation> deleteDomainCallable()
- Overrides:
deleteDomainCallable
in classManagedIdentitiesServiceStub
-
deleteDomainOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteDomainRequest,com.google.protobuf.Empty,OpMetadata> deleteDomainOperationCallable()
- Overrides:
deleteDomainOperationCallable
in classManagedIdentitiesServiceStub
-
attachTrustCallable
public com.google.api.gax.rpc.UnaryCallable<AttachTrustRequest,com.google.longrunning.Operation> attachTrustCallable()
- Overrides:
attachTrustCallable
in classManagedIdentitiesServiceStub
-
attachTrustOperationCallable
public com.google.api.gax.rpc.OperationCallable<AttachTrustRequest,Domain,OpMetadata> attachTrustOperationCallable()
- Overrides:
attachTrustOperationCallable
in classManagedIdentitiesServiceStub
-
reconfigureTrustCallable
public com.google.api.gax.rpc.UnaryCallable<ReconfigureTrustRequest,com.google.longrunning.Operation> reconfigureTrustCallable()
- Overrides:
reconfigureTrustCallable
in classManagedIdentitiesServiceStub
-
reconfigureTrustOperationCallable
public com.google.api.gax.rpc.OperationCallable<ReconfigureTrustRequest,Domain,OpMetadata> reconfigureTrustOperationCallable()
- Overrides:
reconfigureTrustOperationCallable
in classManagedIdentitiesServiceStub
-
detachTrustCallable
public com.google.api.gax.rpc.UnaryCallable<DetachTrustRequest,com.google.longrunning.Operation> detachTrustCallable()
- Overrides:
detachTrustCallable
in classManagedIdentitiesServiceStub
-
detachTrustOperationCallable
public com.google.api.gax.rpc.OperationCallable<DetachTrustRequest,Domain,OpMetadata> detachTrustOperationCallable()
- Overrides:
detachTrustOperationCallable
in classManagedIdentitiesServiceStub
-
validateTrustCallable
public com.google.api.gax.rpc.UnaryCallable<ValidateTrustRequest,com.google.longrunning.Operation> validateTrustCallable()
- Overrides:
validateTrustCallable
in classManagedIdentitiesServiceStub
-
validateTrustOperationCallable
public com.google.api.gax.rpc.OperationCallable<ValidateTrustRequest,Domain,OpMetadata> validateTrustOperationCallable()
- Overrides:
validateTrustOperationCallable
in classManagedIdentitiesServiceStub
-
close
public final void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classManagedIdentitiesServiceStub
-
shutdown
public void shutdown()
-
isShutdown
public boolean isShutdown()
-
isTerminated
public boolean isTerminated()
-
shutdownNow
public void shutdownNow()
-
awaitTermination
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
- Throws:
InterruptedException
-
-