Class NetAppStubSettings (0.23.0)

publicclass NetAppStubSettingsextendsStubSettings<NetAppStubSettings>

Settings class to configure an instance of NetAppStub.

The default instance has everything set to sensible defaults:

  • The default service address (netapp.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 getStoragePool 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
NetAppStubSettings.BuildernetAppSettingsBuilder=NetAppStubSettings.newBuilder();
netAppSettingsBuilder
.getStoragePoolSettings()
.setRetrySettings(
netAppSettingsBuilder
.getStoragePoolSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
NetAppStubSettingsnetAppSettings=netAppSettingsBuilder.build();

Inheritance

java.lang.Object > StubSettings > NetAppStubSettings

Inherited Members

Static Methods

defaultApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

publicstaticGoogleCredentialsProvider.BuilderdefaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

publicstaticInstantiatingExecutorProvider.BuilderdefaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultGrpcApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

publicstaticInstantiatingGrpcChannelProvider.BuilderdefaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
Type Description
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

publicstaticApiClientHeaderProvider.BuilderdefaultHttpJsonApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultHttpJsonTransportProviderBuilder()

publicstaticInstantiatingHttpJsonChannelProvider.BuilderdefaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
Type Description
Builder

defaultTransportChannelProvider()

publicstaticTransportChannelProviderdefaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

publicstaticStringgetDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultMtlsEndpoint()

publicstaticStringgetDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

publicstaticList<String>getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

publicstaticNetAppStubSettings.BuildernewBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
NetAppStubSettings.Builder

newBuilder(ClientContext clientContext)

publicstaticNetAppStubSettings.BuildernewBuilder(ClientContextclientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
NetAppStubSettings.Builder

newHttpJsonBuilder()

publicstaticNetAppStubSettings.BuildernewHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
NetAppStubSettings.Builder

Constructors

NetAppStubSettings(NetAppStubSettings.Builder settingsBuilder)

protectedNetAppStubSettings(NetAppStubSettings.BuildersettingsBuilder)
Parameter
Name Description
settingsBuilder NetAppStubSettings.Builder

Methods

createActiveDirectoryOperationSettings()

publicOperationCallSettings<CreateActiveDirectoryRequest,ActiveDirectory,OperationMetadata>createActiveDirectoryOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateActiveDirectoryRequest,ActiveDirectory,OperationMetadata>

createActiveDirectorySettings()

publicUnaryCallSettings<CreateActiveDirectoryRequest,Operation>createActiveDirectorySettings()

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

Returns
Type Description
UnaryCallSettings<CreateActiveDirectoryRequest,Operation>

createBackupOperationSettings()

publicOperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>createBackupOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>

createBackupPolicyOperationSettings()

publicOperationCallSettings<CreateBackupPolicyRequest,BackupPolicy,OperationMetadata>createBackupPolicyOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateBackupPolicyRequest,BackupPolicy,OperationMetadata>

createBackupPolicySettings()

publicUnaryCallSettings<CreateBackupPolicyRequest,Operation>createBackupPolicySettings()

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

Returns
Type Description
UnaryCallSettings<CreateBackupPolicyRequest,Operation>

createBackupSettings()

publicUnaryCallSettings<CreateBackupRequest,Operation>createBackupSettings()

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

Returns
Type Description
UnaryCallSettings<CreateBackupRequest,Operation>

createBackupVaultOperationSettings()

publicOperationCallSettings<CreateBackupVaultRequest,BackupVault,OperationMetadata>createBackupVaultOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateBackupVaultRequest,BackupVault,OperationMetadata>

createBackupVaultSettings()

publicUnaryCallSettings<CreateBackupVaultRequest,Operation>createBackupVaultSettings()

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

Returns
Type Description
UnaryCallSettings<CreateBackupVaultRequest,Operation>

createKmsConfigOperationSettings()

publicOperationCallSettings<CreateKmsConfigRequest,KmsConfig,OperationMetadata>createKmsConfigOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateKmsConfigRequest,KmsConfig,OperationMetadata>

createKmsConfigSettings()

publicUnaryCallSettings<CreateKmsConfigRequest,Operation>createKmsConfigSettings()

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

Returns
Type Description
UnaryCallSettings<CreateKmsConfigRequest,Operation>

createReplicationOperationSettings()

publicOperationCallSettings<CreateReplicationRequest,Replication,OperationMetadata>createReplicationOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateReplicationRequest,Replication,OperationMetadata>

createReplicationSettings()

publicUnaryCallSettings<CreateReplicationRequest,Operation>createReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<CreateReplicationRequest,Operation>

createSnapshotOperationSettings()

publicOperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata>createSnapshotOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata>

createSnapshotSettings()

publicUnaryCallSettings<CreateSnapshotRequest,Operation>createSnapshotSettings()

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

Returns
Type Description
UnaryCallSettings<CreateSnapshotRequest,Operation>

createStoragePoolOperationSettings()

publicOperationCallSettings<CreateStoragePoolRequest,StoragePool,OperationMetadata>createStoragePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateStoragePoolRequest,StoragePool,OperationMetadata>

createStoragePoolSettings()

publicUnaryCallSettings<CreateStoragePoolRequest,Operation>createStoragePoolSettings()

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

Returns
Type Description
UnaryCallSettings<CreateStoragePoolRequest,Operation>

createStub()

publicNetAppStubcreateStub()
Returns
Type Description
NetAppStub
Exceptions
Type Description
IOException

createVolumeOperationSettings()

publicOperationCallSettings<CreateVolumeRequest,Volume,OperationMetadata>createVolumeOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateVolumeRequest,Volume,OperationMetadata>

createVolumeSettings()

publicUnaryCallSettings<CreateVolumeRequest,Operation>createVolumeSettings()

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

Returns
Type Description
UnaryCallSettings<CreateVolumeRequest,Operation>

deleteActiveDirectoryOperationSettings()

publicOperationCallSettings<DeleteActiveDirectoryRequest,Empty,OperationMetadata>deleteActiveDirectoryOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteActiveDirectoryRequest,Empty,OperationMetadata>

deleteActiveDirectorySettings()

publicUnaryCallSettings<DeleteActiveDirectoryRequest,Operation>deleteActiveDirectorySettings()

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

Returns
Type Description
UnaryCallSettings<DeleteActiveDirectoryRequest,Operation>

deleteBackupOperationSettings()

publicOperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata>deleteBackupOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata>

deleteBackupPolicyOperationSettings()

publicOperationCallSettings<DeleteBackupPolicyRequest,Empty,OperationMetadata>deleteBackupPolicyOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteBackupPolicyRequest,Empty,OperationMetadata>

deleteBackupPolicySettings()

publicUnaryCallSettings<DeleteBackupPolicyRequest,Operation>deleteBackupPolicySettings()

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

Returns
Type Description
UnaryCallSettings<DeleteBackupPolicyRequest,Operation>

deleteBackupSettings()

publicUnaryCallSettings<DeleteBackupRequest,Operation>deleteBackupSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteBackupRequest,Operation>

deleteBackupVaultOperationSettings()

publicOperationCallSettings<DeleteBackupVaultRequest,Empty,OperationMetadata>deleteBackupVaultOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteBackupVaultRequest,Empty,OperationMetadata>

deleteBackupVaultSettings()

publicUnaryCallSettings<DeleteBackupVaultRequest,Operation>deleteBackupVaultSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteBackupVaultRequest,Operation>

deleteKmsConfigOperationSettings()

publicOperationCallSettings<DeleteKmsConfigRequest,Empty,OperationMetadata>deleteKmsConfigOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteKmsConfigRequest,Empty,OperationMetadata>

deleteKmsConfigSettings()

publicUnaryCallSettings<DeleteKmsConfigRequest,Operation>deleteKmsConfigSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteKmsConfigRequest,Operation>

deleteReplicationOperationSettings()

publicOperationCallSettings<DeleteReplicationRequest,Empty,OperationMetadata>deleteReplicationOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteReplicationRequest,Empty,OperationMetadata>

deleteReplicationSettings()

publicUnaryCallSettings<DeleteReplicationRequest,Operation>deleteReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteReplicationRequest,Operation>

deleteSnapshotOperationSettings()

publicOperationCallSettings<DeleteSnapshotRequest,Empty,OperationMetadata>deleteSnapshotOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteSnapshotRequest,Empty,OperationMetadata>

deleteSnapshotSettings()

publicUnaryCallSettings<DeleteSnapshotRequest,Operation>deleteSnapshotSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteSnapshotRequest,Operation>

deleteStoragePoolOperationSettings()

publicOperationCallSettings<DeleteStoragePoolRequest,Empty,OperationMetadata>deleteStoragePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteStoragePoolRequest,Empty,OperationMetadata>

deleteStoragePoolSettings()

publicUnaryCallSettings<DeleteStoragePoolRequest,Operation>deleteStoragePoolSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteStoragePoolRequest,Operation>

deleteVolumeOperationSettings()

publicOperationCallSettings<DeleteVolumeRequest,Empty,OperationMetadata>deleteVolumeOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteVolumeRequest,Empty,OperationMetadata>

deleteVolumeSettings()

publicUnaryCallSettings<DeleteVolumeRequest,Operation>deleteVolumeSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteVolumeRequest,Operation>

encryptVolumesOperationSettings()

publicOperationCallSettings<EncryptVolumesRequest,KmsConfig,OperationMetadata>encryptVolumesOperationSettings()

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

Returns
Type Description
OperationCallSettings<EncryptVolumesRequest,KmsConfig,OperationMetadata>

encryptVolumesSettings()

publicUnaryCallSettings<EncryptVolumesRequest,Operation>encryptVolumesSettings()

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

Returns
Type Description
UnaryCallSettings<EncryptVolumesRequest,Operation>

getActiveDirectorySettings()

publicUnaryCallSettings<GetActiveDirectoryRequest,ActiveDirectory>getActiveDirectorySettings()

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

Returns
Type Description
UnaryCallSettings<GetActiveDirectoryRequest,ActiveDirectory>

getBackupPolicySettings()

publicUnaryCallSettings<GetBackupPolicyRequest,BackupPolicy>getBackupPolicySettings()

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

Returns
Type Description
UnaryCallSettings<GetBackupPolicyRequest,BackupPolicy>

getBackupSettings()

publicUnaryCallSettings<GetBackupRequest,Backup>getBackupSettings()

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

Returns
Type Description
UnaryCallSettings<GetBackupRequest,Backup>

getBackupVaultSettings()

publicUnaryCallSettings<GetBackupVaultRequest,BackupVault>getBackupVaultSettings()

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

Returns
Type Description
UnaryCallSettings<GetBackupVaultRequest,BackupVault>

getKmsConfigSettings()

publicUnaryCallSettings<GetKmsConfigRequest,KmsConfig>getKmsConfigSettings()

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

Returns
Type Description
UnaryCallSettings<GetKmsConfigRequest,KmsConfig>

getLocationSettings()

publicUnaryCallSettings<GetLocationRequest,Location>getLocationSettings()

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

Returns
Type Description
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getReplicationSettings()

publicUnaryCallSettings<GetReplicationRequest,Replication>getReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<GetReplicationRequest,Replication>

getServiceName()

publicStringgetServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

getSnapshotSettings()

publicUnaryCallSettings<GetSnapshotRequest,Snapshot>getSnapshotSettings()

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

Returns
Type Description
UnaryCallSettings<GetSnapshotRequest,Snapshot>

getStoragePoolSettings()

publicUnaryCallSettings<GetStoragePoolRequest,StoragePool>getStoragePoolSettings()

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

Returns
Type Description
UnaryCallSettings<GetStoragePoolRequest,StoragePool>

getVolumeSettings()

publicUnaryCallSettings<GetVolumeRequest,Volume>getVolumeSettings()

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

Returns
Type Description
UnaryCallSettings<GetVolumeRequest,Volume>

listActiveDirectoriesSettings()

publicPagedCallSettings<ListActiveDirectoriesRequest,ListActiveDirectoriesResponse,NetAppClient.ListActiveDirectoriesPagedResponse>listActiveDirectoriesSettings()

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

Returns
Type Description
PagedCallSettings<ListActiveDirectoriesRequest,ListActiveDirectoriesResponse,ListActiveDirectoriesPagedResponse>

listBackupPoliciesSettings()

publicPagedCallSettings<ListBackupPoliciesRequest,ListBackupPoliciesResponse,NetAppClient.ListBackupPoliciesPagedResponse>listBackupPoliciesSettings()

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

Returns
Type Description
PagedCallSettings<ListBackupPoliciesRequest,ListBackupPoliciesResponse,ListBackupPoliciesPagedResponse>

listBackupVaultsSettings()

publicPagedCallSettings<ListBackupVaultsRequest,ListBackupVaultsResponse,NetAppClient.ListBackupVaultsPagedResponse>listBackupVaultsSettings()

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

Returns
Type Description
PagedCallSettings<ListBackupVaultsRequest,ListBackupVaultsResponse,ListBackupVaultsPagedResponse>

listBackupsSettings()

publicPagedCallSettings<ListBackupsRequest,ListBackupsResponse,NetAppClient.ListBackupsPagedResponse>listBackupsSettings()

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

Returns
Type Description
PagedCallSettings<ListBackupsRequest,ListBackupsResponse,ListBackupsPagedResponse>

listKmsConfigsSettings()

publicPagedCallSettings<ListKmsConfigsRequest,ListKmsConfigsResponse,NetAppClient.ListKmsConfigsPagedResponse>listKmsConfigsSettings()

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

Returns
Type Description
PagedCallSettings<ListKmsConfigsRequest,ListKmsConfigsResponse,ListKmsConfigsPagedResponse>

listLocationsSettings()

publicPagedCallSettings<ListLocationsRequest,ListLocationsResponse,NetAppClient.ListLocationsPagedResponse>listLocationsSettings()

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

Returns
Type Description
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listReplicationsSettings()

publicPagedCallSettings<ListReplicationsRequest,ListReplicationsResponse,NetAppClient.ListReplicationsPagedResponse>listReplicationsSettings()

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

Returns
Type Description
PagedCallSettings<ListReplicationsRequest,ListReplicationsResponse,ListReplicationsPagedResponse>

listSnapshotsSettings()

publicPagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,NetAppClient.ListSnapshotsPagedResponse>listSnapshotsSettings()

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

Returns
Type Description
PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,ListSnapshotsPagedResponse>

listStoragePoolsSettings()

publicPagedCallSettings<ListStoragePoolsRequest,ListStoragePoolsResponse,NetAppClient.ListStoragePoolsPagedResponse>listStoragePoolsSettings()

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

Returns
Type Description
PagedCallSettings<ListStoragePoolsRequest,ListStoragePoolsResponse,ListStoragePoolsPagedResponse>

listVolumesSettings()

publicPagedCallSettings<ListVolumesRequest,ListVolumesResponse,NetAppClient.ListVolumesPagedResponse>listVolumesSettings()

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

Returns
Type Description
PagedCallSettings<ListVolumesRequest,ListVolumesResponse,ListVolumesPagedResponse>

resumeReplicationOperationSettings()

publicOperationCallSettings<ResumeReplicationRequest,Replication,OperationMetadata>resumeReplicationOperationSettings()

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

Returns
Type Description
OperationCallSettings<ResumeReplicationRequest,Replication,OperationMetadata>

resumeReplicationSettings()

publicUnaryCallSettings<ResumeReplicationRequest,Operation>resumeReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<ResumeReplicationRequest,Operation>

reverseReplicationDirectionOperationSettings()

publicOperationCallSettings<ReverseReplicationDirectionRequest,Replication,OperationMetadata>reverseReplicationDirectionOperationSettings()

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

Returns
Type Description
OperationCallSettings<ReverseReplicationDirectionRequest,Replication,OperationMetadata>

reverseReplicationDirectionSettings()

publicUnaryCallSettings<ReverseReplicationDirectionRequest,Operation>reverseReplicationDirectionSettings()

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

Returns
Type Description
UnaryCallSettings<ReverseReplicationDirectionRequest,Operation>

revertVolumeOperationSettings()

publicOperationCallSettings<RevertVolumeRequest,Volume,OperationMetadata>revertVolumeOperationSettings()

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

Returns
Type Description
OperationCallSettings<RevertVolumeRequest,Volume,OperationMetadata>

revertVolumeSettings()

publicUnaryCallSettings<RevertVolumeRequest,Operation>revertVolumeSettings()

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

Returns
Type Description
UnaryCallSettings<RevertVolumeRequest,Operation>

stopReplicationOperationSettings()

publicOperationCallSettings<StopReplicationRequest,Replication,OperationMetadata>stopReplicationOperationSettings()

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

Returns
Type Description
OperationCallSettings<StopReplicationRequest,Replication,OperationMetadata>

stopReplicationSettings()

publicUnaryCallSettings<StopReplicationRequest,Operation>stopReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<StopReplicationRequest,Operation>

toBuilder()

publicNetAppStubSettings.BuildertoBuilder()

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

Returns
Type Description
NetAppStubSettings.Builder
Overrides

updateActiveDirectoryOperationSettings()

publicOperationCallSettings<UpdateActiveDirectoryRequest,ActiveDirectory,OperationMetadata>updateActiveDirectoryOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateActiveDirectoryRequest,ActiveDirectory,OperationMetadata>

updateActiveDirectorySettings()

publicUnaryCallSettings<UpdateActiveDirectoryRequest,Operation>updateActiveDirectorySettings()

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

Returns
Type Description
UnaryCallSettings<UpdateActiveDirectoryRequest,Operation>

updateBackupOperationSettings()

publicOperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata>updateBackupOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata>

updateBackupPolicyOperationSettings()

publicOperationCallSettings<UpdateBackupPolicyRequest,BackupPolicy,OperationMetadata>updateBackupPolicyOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateBackupPolicyRequest,BackupPolicy,OperationMetadata>

updateBackupPolicySettings()

publicUnaryCallSettings<UpdateBackupPolicyRequest,Operation>updateBackupPolicySettings()

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

Returns
Type Description
UnaryCallSettings<UpdateBackupPolicyRequest,Operation>

updateBackupSettings()

publicUnaryCallSettings<UpdateBackupRequest,Operation>updateBackupSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateBackupRequest,Operation>

updateBackupVaultOperationSettings()

publicOperationCallSettings<UpdateBackupVaultRequest,BackupVault,OperationMetadata>updateBackupVaultOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateBackupVaultRequest,BackupVault,OperationMetadata>

updateBackupVaultSettings()

publicUnaryCallSettings<UpdateBackupVaultRequest,Operation>updateBackupVaultSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateBackupVaultRequest,Operation>

updateKmsConfigOperationSettings()

publicOperationCallSettings<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>updateKmsConfigOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>

updateKmsConfigSettings()

publicUnaryCallSettings<UpdateKmsConfigRequest,Operation>updateKmsConfigSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateKmsConfigRequest,Operation>

updateReplicationOperationSettings()

publicOperationCallSettings<UpdateReplicationRequest,Replication,OperationMetadata>updateReplicationOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateReplicationRequest,Replication,OperationMetadata>

updateReplicationSettings()

publicUnaryCallSettings<UpdateReplicationRequest,Operation>updateReplicationSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateReplicationRequest,Operation>

updateSnapshotOperationSettings()

publicOperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata>updateSnapshotOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata>

updateSnapshotSettings()

publicUnaryCallSettings<UpdateSnapshotRequest,Operation>updateSnapshotSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateSnapshotRequest,Operation>

updateStoragePoolOperationSettings()

publicOperationCallSettings<UpdateStoragePoolRequest,StoragePool,OperationMetadata>updateStoragePoolOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateStoragePoolRequest,StoragePool,OperationMetadata>

updateStoragePoolSettings()

publicUnaryCallSettings<UpdateStoragePoolRequest,Operation>updateStoragePoolSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateStoragePoolRequest,Operation>

updateVolumeOperationSettings()

publicOperationCallSettings<UpdateVolumeRequest,Volume,OperationMetadata>updateVolumeOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateVolumeRequest,Volume,OperationMetadata>

updateVolumeSettings()

publicUnaryCallSettings<UpdateVolumeRequest,Operation>updateVolumeSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateVolumeRequest,Operation>

verifyKmsConfigSettings()

publicUnaryCallSettings<VerifyKmsConfigRequest,VerifyKmsConfigResponse>verifyKmsConfigSettings()

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

Returns
Type Description
UnaryCallSettings<VerifyKmsConfigRequest,VerifyKmsConfigResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.