@BetaApi @Generated(value="by gapic-generator-java") public class CloudFilestoreManagerStubSettings extends com.google.api.gax.rpc.StubSettings<CloudFilestoreManagerStubSettings>
CloudFilestoreManagerStub.
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 getInstance 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
CloudFilestoreManagerStubSettings.Builder cloudFilestoreManagerSettingsBuilder =
CloudFilestoreManagerStubSettings.newBuilder();
cloudFilestoreManagerSettingsBuilder
.getInstanceSettings()
.setRetrySettings(
cloudFilestoreManagerSettingsBuilder
.getInstanceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudFilestoreManagerStubSettings cloudFilestoreManagerSettings =
cloudFilestoreManagerSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFilestoreManagerStubSettings.Builder
Builder for CloudFilestoreManagerStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudFilestoreManagerStubSettings(CloudFilestoreManagerStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> |
createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateBackupRequest,com.google.longrunning.Operation> |
createBackupSettings()
Returns the object with the settings used for calls to createBackup.
|
com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> |
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> |
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.OperationCallSettings<CreateShareRequest,Share,OperationMetadata> |
createShareOperationSettings()
Returns the object with the settings used for calls to createShare.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateShareRequest,com.google.longrunning.Operation> |
createShareSettings()
Returns the object with the settings used for calls to createShare.
|
com.google.api.gax.rpc.OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata> |
createSnapshotOperationSettings()
Returns the object with the settings used for calls to createSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSnapshotRequest,com.google.longrunning.Operation> |
createSnapshotSettings()
Returns the object with the settings used for calls to createSnapshot.
|
CloudFilestoreManagerStub |
createStub() |
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.rpc.ApiClientHeaderProvider.Builder |
defaultGrpcApiClientHeaderProviderBuilder() |
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultHttpJsonApiClientHeaderProviderBuilder() |
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteBackupRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteBackupOperationSettings()
Returns the object with the settings used for calls to deleteBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.longrunning.Operation> |
deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> |
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteShareRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteShareOperationSettings()
Returns the object with the settings used for calls to deleteShare.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteShareRequest,com.google.longrunning.Operation> |
deleteShareSettings()
Returns the object with the settings used for calls to deleteShare.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteSnapshotOperationSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.longrunning.Operation> |
deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> |
getBackupSettings()
Returns the object with the settings used for calls to getBackup.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
String |
getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
|
com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> |
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
String |
getServiceName()
Returns the default service name.
|
com.google.api.gax.rpc.UnaryCallSettings<GetShareRequest,Share> |
getShareSettings()
Returns the object with the settings used for calls to getShare.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> |
getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,CloudFilestoreManagerClient.ListBackupsPagedResponse> |
listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse> |
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse> |
listSharesSettings()
Returns the object with the settings used for calls to listShares.
|
com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
static CloudFilestoreManagerStubSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static CloudFilestoreManagerStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static CloudFilestoreManagerStubSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<RestoreInstanceRequest,Instance,OperationMetadata> |
restoreInstanceOperationSettings()
Returns the object with the settings used for calls to restoreInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<RestoreInstanceRequest,com.google.longrunning.Operation> |
restoreInstanceSettings()
Returns the object with the settings used for calls to restoreInstance.
|
com.google.api.gax.rpc.OperationCallSettings<RevertInstanceRequest,Instance,OperationMetadata> |
revertInstanceOperationSettings()
Returns the object with the settings used for calls to revertInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<RevertInstanceRequest,com.google.longrunning.Operation> |
revertInstanceSettings()
Returns the object with the settings used for calls to revertInstance.
|
CloudFilestoreManagerStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> |
updateBackupOperationSettings()
Returns the object with the settings used for calls to updateBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,com.google.longrunning.Operation> |
updateBackupSettings()
Returns the object with the settings used for calls to updateBackup.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> |
updateInstanceOperationSettings()
Returns the object with the settings used for calls to updateInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,com.google.longrunning.Operation> |
updateInstanceSettings()
Returns the object with the settings used for calls to updateInstance.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateShareRequest,Share,OperationMetadata> |
updateShareOperationSettings()
Returns the object with the settings used for calls to updateShare.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateShareRequest,com.google.longrunning.Operation> |
updateShareSettings()
Returns the object with the settings used for calls to updateShare.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata> |
updateSnapshotOperationSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,com.google.longrunning.Operation> |
updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toStringprotected CloudFilestoreManagerStubSettings(CloudFilestoreManagerStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse> listInstancesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,com.google.longrunning.Operation> updateInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RestoreInstanceRequest,com.google.longrunning.Operation> restoreInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RestoreInstanceRequest,Instance,OperationMetadata> restoreInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RevertInstanceRequest,com.google.longrunning.Operation> revertInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RevertInstanceRequest,Instance,OperationMetadata> revertInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> deleteInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> deleteInstanceOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> getSnapshotSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSnapshotRequest,com.google.longrunning.Operation> createSnapshotSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata> createSnapshotOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.longrunning.Operation> deleteSnapshotSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata> deleteSnapshotOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,com.google.longrunning.Operation> updateSnapshotSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata> updateSnapshotOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,CloudFilestoreManagerClient.ListBackupsPagedResponse> listBackupsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBackupRequest,com.google.longrunning.Operation> createBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.longrunning.Operation> deleteBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteBackupRequest,com.google.protobuf.Empty,OperationMetadata> deleteBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,com.google.longrunning.Operation> updateBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse> listSharesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetShareRequest,Share> getShareSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateShareRequest,com.google.longrunning.Operation> createShareSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateShareRequest,Share,OperationMetadata> createShareOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteShareRequest,com.google.longrunning.Operation> deleteShareSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteShareRequest,com.google.protobuf.Empty,OperationMetadata> deleteShareOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateShareRequest,com.google.longrunning.Operation> updateShareSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateShareRequest,Share,OperationMetadata> updateShareOperationSettings()
public CloudFilestoreManagerStub createStub() throws IOException
IOExceptionpublic String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings<CloudFilestoreManagerStubSettings>public String getServiceName()
getServiceName in class com.google.api.gax.rpc.StubSettings<CloudFilestoreManagerStubSettings>public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CloudFilestoreManagerStubSettings.Builder newBuilder()
public static CloudFilestoreManagerStubSettings.Builder newHttpJsonBuilder()
public static CloudFilestoreManagerStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public CloudFilestoreManagerStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<CloudFilestoreManagerStubSettings>Copyright © 2024 Google LLC. All rights reserved.