Class ManagedIdentitiesServiceStub (1.29.0)

public abstract class ManagedIdentitiesServiceStub implements BackgroundResource

Base stub class for the ManagedIdentitiesService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ManagedIdentitiesServiceStub

Implements

BackgroundResource

Constructors

ManagedIdentitiesServiceStub()

public ManagedIdentitiesServiceStub()

Methods

attachTrustCallable()

public UnaryCallable<AttachTrustRequest,Operation> attachTrustCallable()

attachTrustOperationCallable()

public OperationCallable<AttachTrustRequest,Domain,OpMetadata> attachTrustOperationCallable()

close()

public abstract void close()

createMicrosoftAdDomainCallable()

public UnaryCallable<CreateMicrosoftAdDomainRequest,Operation> createMicrosoftAdDomainCallable()

createMicrosoftAdDomainOperationCallable()

public OperationCallable<CreateMicrosoftAdDomainRequest,Domain,OpMetadata> createMicrosoftAdDomainOperationCallable()

deleteDomainCallable()

public UnaryCallable<DeleteDomainRequest,Operation> deleteDomainCallable()

deleteDomainOperationCallable()

public OperationCallable<DeleteDomainRequest,Empty,OpMetadata> deleteDomainOperationCallable()

detachTrustCallable()

public UnaryCallable<DetachTrustRequest,Operation> detachTrustCallable()

detachTrustOperationCallable()

public OperationCallable<DetachTrustRequest,Domain,OpMetadata> detachTrustOperationCallable()

getDomainCallable()

public UnaryCallable<GetDomainRequest,Domain> getDomainCallable()
Returns
TypeDescription
UnaryCallable<GetDomainRequest,Domain>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listDomainsCallable()

public UnaryCallable<ListDomainsRequest,ListDomainsResponse> listDomainsCallable()

listDomainsPagedCallable()

public UnaryCallable<ListDomainsRequest,ManagedIdentitiesServiceClient.ListDomainsPagedResponse> listDomainsPagedCallable()

reconfigureTrustCallable()

public UnaryCallable<ReconfigureTrustRequest,Operation> reconfigureTrustCallable()

reconfigureTrustOperationCallable()

public OperationCallable<ReconfigureTrustRequest,Domain,OpMetadata> reconfigureTrustOperationCallable()

resetAdminPasswordCallable()

public UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordCallable()

updateDomainCallable()

public UnaryCallable<UpdateDomainRequest,Operation> updateDomainCallable()

updateDomainOperationCallable()

public OperationCallable<UpdateDomainRequest,Domain,OpMetadata> updateDomainOperationCallable()

validateTrustCallable()

public UnaryCallable<ValidateTrustRequest,Operation> validateTrustCallable()

validateTrustOperationCallable()

public OperationCallable<ValidateTrustRequest,Domain,OpMetadata> validateTrustOperationCallable()