Class ManagedIdentitiesServiceSettings (1.10.0)

public class ManagedIdentitiesServiceSettings extends ClientSettings<ManagedIdentitiesServiceSettings>

Settings class to configure an instance of ManagedIdentitiesServiceClient.

The default instance has everything set to sensible defaults:

  • The default service address (managedidentities.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of resetAdminPassword to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ManagedIdentitiesServiceSettings.Builder managedIdentitiesServiceSettingsBuilder =
     ManagedIdentitiesServiceSettings.newBuilder();
 managedIdentitiesServiceSettingsBuilder
     .resetAdminPasswordSettings()
     .setRetrySettings(
         managedIdentitiesServiceSettingsBuilder
             .resetAdminPasswordSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ManagedIdentitiesServiceSettings managedIdentitiesServiceSettings =
     managedIdentitiesServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > ManagedIdentitiesServiceSettings

Static Methods

create(ManagedIdentitiesServiceStubSettings stub)

public static final ManagedIdentitiesServiceSettings create(ManagedIdentitiesServiceStubSettings stub)
Parameter
NameDescription
stubManagedIdentitiesServiceStubSettings
Returns
TypeDescription
ManagedIdentitiesServiceSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static ManagedIdentitiesServiceSettings.Builder newBuilder()

Returns a new builder for this class.

Returns
TypeDescription
ManagedIdentitiesServiceSettings.Builder

newBuilder(ClientContext clientContext)

public static ManagedIdentitiesServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
ManagedIdentitiesServiceSettings.Builder

Constructors

ManagedIdentitiesServiceSettings(ManagedIdentitiesServiceSettings.Builder settingsBuilder)

protected ManagedIdentitiesServiceSettings(ManagedIdentitiesServiceSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderManagedIdentitiesServiceSettings.Builder

Methods

attachTrustOperationSettings()

public OperationCallSettings<AttachTrustRequest,Domain,OpMetadata> attachTrustOperationSettings()

Returns the object with the settings used for calls to attachTrust.

Returns
TypeDescription
OperationCallSettings<AttachTrustRequest,Domain,OpMetadata>

attachTrustSettings()

public UnaryCallSettings<AttachTrustRequest,Operation> attachTrustSettings()

Returns the object with the settings used for calls to attachTrust.

Returns
TypeDescription
UnaryCallSettings<AttachTrustRequest,Operation>

createMicrosoftAdDomainOperationSettings()

public OperationCallSettings<CreateMicrosoftAdDomainRequest,Domain,OpMetadata> createMicrosoftAdDomainOperationSettings()

Returns the object with the settings used for calls to createMicrosoftAdDomain.

Returns
TypeDescription
OperationCallSettings<CreateMicrosoftAdDomainRequest,Domain,OpMetadata>

createMicrosoftAdDomainSettings()

public UnaryCallSettings<CreateMicrosoftAdDomainRequest,Operation> createMicrosoftAdDomainSettings()

Returns the object with the settings used for calls to createMicrosoftAdDomain.

Returns
TypeDescription
UnaryCallSettings<CreateMicrosoftAdDomainRequest,Operation>

deleteDomainOperationSettings()

public OperationCallSettings<DeleteDomainRequest,Empty,OpMetadata> deleteDomainOperationSettings()

Returns the object with the settings used for calls to deleteDomain.

Returns
TypeDescription
OperationCallSettings<DeleteDomainRequest,Empty,OpMetadata>

deleteDomainSettings()

public UnaryCallSettings<DeleteDomainRequest,Operation> deleteDomainSettings()

Returns the object with the settings used for calls to deleteDomain.

Returns
TypeDescription
UnaryCallSettings<DeleteDomainRequest,Operation>

detachTrustOperationSettings()

public OperationCallSettings<DetachTrustRequest,Domain,OpMetadata> detachTrustOperationSettings()

Returns the object with the settings used for calls to detachTrust.

Returns
TypeDescription
OperationCallSettings<DetachTrustRequest,Domain,OpMetadata>

detachTrustSettings()

public UnaryCallSettings<DetachTrustRequest,Operation> detachTrustSettings()

Returns the object with the settings used for calls to detachTrust.

Returns
TypeDescription
UnaryCallSettings<DetachTrustRequest,Operation>

getDomainSettings()

public UnaryCallSettings<GetDomainRequest,Domain> getDomainSettings()

Returns the object with the settings used for calls to getDomain.

Returns
TypeDescription
UnaryCallSettings<GetDomainRequest,Domain>

listDomainsSettings()

public PagedCallSettings<ListDomainsRequest,ListDomainsResponse,ManagedIdentitiesServiceClient.ListDomainsPagedResponse> listDomainsSettings()

Returns the object with the settings used for calls to listDomains.

Returns
TypeDescription
PagedCallSettings<ListDomainsRequest,ListDomainsResponse,ListDomainsPagedResponse>

reconfigureTrustOperationSettings()

public OperationCallSettings<ReconfigureTrustRequest,Domain,OpMetadata> reconfigureTrustOperationSettings()

Returns the object with the settings used for calls to reconfigureTrust.

Returns
TypeDescription
OperationCallSettings<ReconfigureTrustRequest,Domain,OpMetadata>

reconfigureTrustSettings()

public UnaryCallSettings<ReconfigureTrustRequest,Operation> reconfigureTrustSettings()

Returns the object with the settings used for calls to reconfigureTrust.

Returns
TypeDescription
UnaryCallSettings<ReconfigureTrustRequest,Operation>

resetAdminPasswordSettings()

public UnaryCallSettings<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordSettings()

Returns the object with the settings used for calls to resetAdminPassword.

Returns
TypeDescription
UnaryCallSettings<ResetAdminPasswordRequest,ResetAdminPasswordResponse>

toBuilder()

public ManagedIdentitiesServiceSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
ManagedIdentitiesServiceSettings.Builder
Overrides

updateDomainOperationSettings()

public OperationCallSettings<UpdateDomainRequest,Domain,OpMetadata> updateDomainOperationSettings()

Returns the object with the settings used for calls to updateDomain.

Returns
TypeDescription
OperationCallSettings<UpdateDomainRequest,Domain,OpMetadata>

updateDomainSettings()

public UnaryCallSettings<UpdateDomainRequest,Operation> updateDomainSettings()

Returns the object with the settings used for calls to updateDomain.

Returns
TypeDescription
UnaryCallSettings<UpdateDomainRequest,Operation>

validateTrustOperationSettings()

public OperationCallSettings<ValidateTrustRequest,Domain,OpMetadata> validateTrustOperationSettings()

Returns the object with the settings used for calls to validateTrust.

Returns
TypeDescription
OperationCallSettings<ValidateTrustRequest,Domain,OpMetadata>

validateTrustSettings()

public UnaryCallSettings<ValidateTrustRequest,Operation> validateTrustSettings()

Returns the object with the settings used for calls to validateTrust.

Returns
TypeDescription
UnaryCallSettings<ValidateTrustRequest,Operation>