Class ManagedIdentitiesServiceStub (1.35.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()
Returns
TypeDescription
UnaryCallable<AttachTrustRequest,Operation>

attachTrustOperationCallable()

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

close()

public abstract void close()

createMicrosoftAdDomainCallable()

public UnaryCallable<CreateMicrosoftAdDomainRequest,Operation> createMicrosoftAdDomainCallable()
Returns
TypeDescription
UnaryCallable<CreateMicrosoftAdDomainRequest,Operation>

createMicrosoftAdDomainOperationCallable()

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

deleteDomainCallable()

public UnaryCallable<DeleteDomainRequest,Operation> deleteDomainCallable()
Returns
TypeDescription
UnaryCallable<DeleteDomainRequest,Operation>

deleteDomainOperationCallable()

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

detachTrustCallable()

public UnaryCallable<DetachTrustRequest,Operation> detachTrustCallable()
Returns
TypeDescription
UnaryCallable<DetachTrustRequest,Operation>

detachTrustOperationCallable()

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

getDomainCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listDomainsCallable()

public UnaryCallable<ListDomainsRequest,ListDomainsResponse> listDomainsCallable()
Returns
TypeDescription
UnaryCallable<ListDomainsRequest,ListDomainsResponse>

listDomainsPagedCallable()

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

reconfigureTrustCallable()

public UnaryCallable<ReconfigureTrustRequest,Operation> reconfigureTrustCallable()
Returns
TypeDescription
UnaryCallable<ReconfigureTrustRequest,Operation>

reconfigureTrustOperationCallable()

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

resetAdminPasswordCallable()

public UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordCallable()
Returns
TypeDescription
UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse>

updateDomainCallable()

public UnaryCallable<UpdateDomainRequest,Operation> updateDomainCallable()
Returns
TypeDescription
UnaryCallable<UpdateDomainRequest,Operation>

updateDomainOperationCallable()

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

validateTrustCallable()

public UnaryCallable<ValidateTrustRequest,Operation> validateTrustCallable()
Returns
TypeDescription
UnaryCallable<ValidateTrustRequest,Operation>

validateTrustOperationCallable()

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