Class ManagedIdentitiesServiceSettings (1.2.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 Returns 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

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

newBuilder(ClientContext clientContext)

public static ManagedIdentitiesServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

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

attachTrustSettings()

public UnaryCallSettings<AttachTrustRequest,Operation> attachTrustSettings()

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

Returns

createMicrosoftAdDomainOperationSettings()

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

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

Returns

createMicrosoftAdDomainSettings()

public UnaryCallSettings<CreateMicrosoftAdDomainRequest,Operation> createMicrosoftAdDomainSettings()

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

Returns

deleteDomainOperationSettings()

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

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

Returns

deleteDomainSettings()

public UnaryCallSettings<DeleteDomainRequest,Operation> deleteDomainSettings()

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

Returns

detachTrustOperationSettings()

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

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

Returns

detachTrustSettings()

public UnaryCallSettings<DetachTrustRequest,Operation> detachTrustSettings()

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

Returns

getDomainSettings()

public UnaryCallSettings<GetDomainRequest,Domain> getDomainSettings()

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

Returns

listDomainsSettings()

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

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

Returns

reconfigureTrustOperationSettings()

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

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

Returns

reconfigureTrustSettings()

public UnaryCallSettings<ReconfigureTrustRequest,Operation> reconfigureTrustSettings()

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

Returns

resetAdminPasswordSettings()

public UnaryCallSettings<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordSettings()

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

Returns

toBuilder()

public ManagedIdentitiesServiceSettings.Builder toBuilder()

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

Returns Overrides

updateDomainOperationSettings()

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

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

Returns

updateDomainSettings()

public UnaryCallSettings<UpdateDomainRequest,Operation> updateDomainSettings()

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

Returns

validateTrustOperationSettings()

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

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

Returns

validateTrustSettings()

public UnaryCallSettings<ValidateTrustRequest,Operation> validateTrustSettings()

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

Returns