@Generated(value="by gapic-generator-java") public class ManagedIdentitiesServiceSettings extends com.google.api.gax.rpc.ClientSettings<ManagedIdentitiesServiceSettings>
ManagedIdentitiesServiceClient.
The default instance has everything set to sensible defaults:
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedIdentitiesServiceSettings.Builder
Builder for ManagedIdentitiesServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ManagedIdentitiesServiceSettings(ManagedIdentitiesServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<AttachTrustRequest,Domain,OpMetadata> |
attachTrustOperationSettings()
Returns the object with the settings used for calls to attachTrust.
|
com.google.api.gax.rpc.UnaryCallSettings<AttachTrustRequest,com.google.longrunning.Operation> |
attachTrustSettings()
Returns the object with the settings used for calls to attachTrust.
|
static ManagedIdentitiesServiceSettings |
create(ManagedIdentitiesServiceStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateMicrosoftAdDomainRequest,Domain,OpMetadata> |
createMicrosoftAdDomainOperationSettings()
Returns the object with the settings used for calls to createMicrosoftAdDomain.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateMicrosoftAdDomainRequest,com.google.longrunning.Operation> |
createMicrosoftAdDomainSettings()
Returns the object with the settings used for calls to createMicrosoftAdDomain.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteDomainRequest,com.google.protobuf.Empty,OpMetadata> |
deleteDomainOperationSettings()
Returns the object with the settings used for calls to deleteDomain.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteDomainRequest,com.google.longrunning.Operation> |
deleteDomainSettings()
Returns the object with the settings used for calls to deleteDomain.
|
com.google.api.gax.rpc.OperationCallSettings<DetachTrustRequest,Domain,OpMetadata> |
detachTrustOperationSettings()
Returns the object with the settings used for calls to detachTrust.
|
com.google.api.gax.rpc.UnaryCallSettings<DetachTrustRequest,com.google.longrunning.Operation> |
detachTrustSettings()
Returns the object with the settings used for calls to detachTrust.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDomainRequest,Domain> |
getDomainSettings()
Returns the object with the settings used for calls to getDomain.
|
com.google.api.gax.rpc.PagedCallSettings<ListDomainsRequest,ListDomainsResponse,ManagedIdentitiesServiceClient.ListDomainsPagedResponse> |
listDomainsSettings()
Returns the object with the settings used for calls to listDomains.
|
static ManagedIdentitiesServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static ManagedIdentitiesServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<ReconfigureTrustRequest,Domain,OpMetadata> |
reconfigureTrustOperationSettings()
Returns the object with the settings used for calls to reconfigureTrust.
|
com.google.api.gax.rpc.UnaryCallSettings<ReconfigureTrustRequest,com.google.longrunning.Operation> |
reconfigureTrustSettings()
Returns the object with the settings used for calls to reconfigureTrust.
|
com.google.api.gax.rpc.UnaryCallSettings<ResetAdminPasswordRequest,ResetAdminPasswordResponse> |
resetAdminPasswordSettings()
Returns the object with the settings used for calls to resetAdminPassword.
|
ManagedIdentitiesServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateDomainRequest,Domain,OpMetadata> |
updateDomainOperationSettings()
Returns the object with the settings used for calls to updateDomain.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateDomainRequest,com.google.longrunning.Operation> |
updateDomainSettings()
Returns the object with the settings used for calls to updateDomain.
|
com.google.api.gax.rpc.OperationCallSettings<ValidateTrustRequest,Domain,OpMetadata> |
validateTrustOperationSettings()
Returns the object with the settings used for calls to validateTrust.
|
com.google.api.gax.rpc.UnaryCallSettings<ValidateTrustRequest,com.google.longrunning.Operation> |
validateTrustSettings()
Returns the object with the settings used for calls to validateTrust.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected ManagedIdentitiesServiceSettings(ManagedIdentitiesServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateMicrosoftAdDomainRequest,com.google.longrunning.Operation> createMicrosoftAdDomainSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateMicrosoftAdDomainRequest,Domain,OpMetadata> createMicrosoftAdDomainOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ResetAdminPasswordRequest,ResetAdminPasswordResponse> resetAdminPasswordSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDomainsRequest,ListDomainsResponse,ManagedIdentitiesServiceClient.ListDomainsPagedResponse> listDomainsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDomainRequest,Domain> getDomainSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateDomainRequest,com.google.longrunning.Operation> updateDomainSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateDomainRequest,Domain,OpMetadata> updateDomainOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDomainRequest,com.google.longrunning.Operation> deleteDomainSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteDomainRequest,com.google.protobuf.Empty,OpMetadata> deleteDomainOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AttachTrustRequest,com.google.longrunning.Operation> attachTrustSettings()
public com.google.api.gax.rpc.OperationCallSettings<AttachTrustRequest,Domain,OpMetadata> attachTrustOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ReconfigureTrustRequest,com.google.longrunning.Operation> reconfigureTrustSettings()
public com.google.api.gax.rpc.OperationCallSettings<ReconfigureTrustRequest,Domain,OpMetadata> reconfigureTrustOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DetachTrustRequest,com.google.longrunning.Operation> detachTrustSettings()
public com.google.api.gax.rpc.OperationCallSettings<DetachTrustRequest,Domain,OpMetadata> detachTrustOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ValidateTrustRequest,com.google.longrunning.Operation> validateTrustSettings()
public com.google.api.gax.rpc.OperationCallSettings<ValidateTrustRequest,Domain,OpMetadata> validateTrustOperationSettings()
public static final ManagedIdentitiesServiceSettings create(ManagedIdentitiesServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ManagedIdentitiesServiceSettings.Builder newBuilder()
public static ManagedIdentitiesServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public ManagedIdentitiesServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<ManagedIdentitiesServiceSettings>Copyright © 2024 Google LLC. All rights reserved.