Class ManagedIdentitiesServiceStub (1.42.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
Type Description
UnaryCallable<AttachTrustRequest,Operation>

attachTrustOperationCallable()

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

close()

public abstract void close()

createMicrosoftAdDomainCallable()

public UnaryCallable<CreateMicrosoftAdDomainRequest,Operation> createMicrosoftAdDomainCallable()
Returns
Type Description
UnaryCallable<CreateMicrosoftAdDomainRequest,Operation>

createMicrosoftAdDomainOperationCallable()

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

deleteDomainCallable()

public UnaryCallable<DeleteDomainRequest,Operation> deleteDomainCallable()
Returns
Type Description
UnaryCallable<DeleteDomainRequest,Operation>

deleteDomainOperationCallable()

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

detachTrustCallable()

public UnaryCallable<DetachTrustRequest,Operation> detachTrustCallable()
Returns
Type Description
UnaryCallable<DetachTrustRequest,Operation>

detachTrustOperationCallable()

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

getDomainCallable()

public UnaryCallable<GetDomainRequest,Domain> getDomainCallable()
Returns
Type Description
UnaryCallable<GetDomainRequest,Domain>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listDomainsCallable()

public UnaryCallable<ListDomainsRequest,ListDomainsResponse> listDomainsCallable()
Returns
Type Description
UnaryCallable<ListDomainsRequest,ListDomainsResponse>

listDomainsPagedCallable()

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

reconfigureTrustCallable()

public UnaryCallable<ReconfigureTrustRequest,Operation> reconfigureTrustCallable()
Returns
Type Description
UnaryCallable<ReconfigureTrustRequest,Operation>

reconfigureTrustOperationCallable()

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

resetAdminPasswordCallable()

public UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordCallable()
Returns
Type Description
UnaryCallable<ResetAdminPasswordRequest,ResetAdminPasswordResponse>

updateDomainCallable()

public UnaryCallable<UpdateDomainRequest,Operation> updateDomainCallable()
Returns
Type Description
UnaryCallable<UpdateDomainRequest,Operation>

updateDomainOperationCallable()

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

validateTrustCallable()

public UnaryCallable<ValidateTrustRequest,Operation> validateTrustCallable()
Returns
Type Description
UnaryCallable<ValidateTrustRequest,Operation>

validateTrustOperationCallable()

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