public class BareMetalSolutionStubSettings extends StubSettings<BareMetalSolutionStubSettings>
Settings class to configure an instance of BareMetalSolutionStub.
The default instance has everything set to sensible defaults:
- The default service address (baremetalsolution.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 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
BareMetalSolutionStubSettings.Builder bareMetalSolutionSettingsBuilder =
BareMetalSolutionStubSettings.newBuilder();
bareMetalSolutionSettingsBuilder
.getInstanceSettings()
.setRetrySettings(
bareMetalSolutionSettingsBuilder
.getInstanceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
BareMetalSolutionStubSettings bareMetalSolutionSettings =
bareMetalSolutionSettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
public static TransportChannelProvider defaultTransportChannelProvider()
public static String getDefaultEndpoint()
Returns the default service endpoint.
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
public static BareMetalSolutionStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static BareMetalSolutionStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
public static BareMetalSolutionStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Constructors
protected BareMetalSolutionStubSettings(BareMetalSolutionStubSettings.Builder settingsBuilder)
Methods
public OperationCallSettings<CreateNfsShareRequest,NfsShare,OperationMetadata> createNfsShareOperationSettings()
Returns the object with the settings used for calls to createNfsShare.
public UnaryCallSettings<CreateNfsShareRequest,Operation> createNfsShareSettings()
Returns the object with the settings used for calls to createNfsShare.
public UnaryCallSettings<CreateProvisioningConfigRequest,ProvisioningConfig> createProvisioningConfigSettings()
Returns the object with the settings used for calls to createProvisioningConfig.
public UnaryCallSettings<CreateSSHKeyRequest,SSHKey> createSSHKeySettings()
Returns the object with the settings used for calls to createSSHKey.
public BareMetalSolutionStub createStub()
public UnaryCallSettings<CreateVolumeSnapshotRequest,VolumeSnapshot> createVolumeSnapshotSettings()
Returns the object with the settings used for calls to createVolumeSnapshot.
public OperationCallSettings<DeleteNfsShareRequest,Empty,OperationMetadata> deleteNfsShareOperationSettings()
Returns the object with the settings used for calls to deleteNfsShare.
public UnaryCallSettings<DeleteNfsShareRequest,Operation> deleteNfsShareSettings()
Returns the object with the settings used for calls to deleteNfsShare.
public UnaryCallSettings<DeleteSSHKeyRequest,Empty> deleteSSHKeySettings()
Returns the object with the settings used for calls to deleteSSHKey.
public UnaryCallSettings<DeleteVolumeSnapshotRequest,Empty> deleteVolumeSnapshotSettings()
Returns the object with the settings used for calls to deleteVolumeSnapshot.
public OperationCallSettings<DetachLunRequest,Instance,OperationMetadata> detachLunOperationSettings()
Returns the object with the settings used for calls to detachLun.
public UnaryCallSettings<DetachLunRequest,Operation> detachLunSettings()
Returns the object with the settings used for calls to detachLun.
public OperationCallSettings<DisableInteractiveSerialConsoleRequest,DisableInteractiveSerialConsoleResponse,OperationMetadata> disableInteractiveSerialConsoleOperationSettings()
Returns the object with the settings used for calls to disableInteractiveSerialConsole.
public UnaryCallSettings<DisableInteractiveSerialConsoleRequest,Operation> disableInteractiveSerialConsoleSettings()
Returns the object with the settings used for calls to disableInteractiveSerialConsole.
public OperationCallSettings<EnableInteractiveSerialConsoleRequest,EnableInteractiveSerialConsoleResponse,OperationMetadata> enableInteractiveSerialConsoleOperationSettings()
Returns the object with the settings used for calls to enableInteractiveSerialConsole.
public UnaryCallSettings<EnableInteractiveSerialConsoleRequest,Operation> enableInteractiveSerialConsoleSettings()
Returns the object with the settings used for calls to enableInteractiveSerialConsole.
public OperationCallSettings<EvictLunRequest,Empty,OperationMetadata> evictLunOperationSettings()
Returns the object with the settings used for calls to evictLun.
public UnaryCallSettings<EvictLunRequest,Operation> evictLunSettings()
Returns the object with the settings used for calls to evictLun.
public OperationCallSettings<EvictVolumeRequest,Empty,OperationMetadata> evictVolumeOperationSettings()
Returns the object with the settings used for calls to evictVolume.
public UnaryCallSettings<EvictVolumeRequest,Operation> evictVolumeSettings()
Returns the object with the settings used for calls to evictVolume.
public UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
public UnaryCallSettings<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> | |
public UnaryCallSettings<GetLunRequest,Lun> getLunSettings()
Returns the object with the settings used for calls to getLun.
public UnaryCallSettings<GetNetworkRequest,Network> getNetworkSettings()
Returns the object with the settings used for calls to getNetwork.
public UnaryCallSettings<GetNfsShareRequest,NfsShare> getNfsShareSettings()
Returns the object with the settings used for calls to getNfsShare.
public UnaryCallSettings<GetProvisioningConfigRequest,ProvisioningConfig> getProvisioningConfigSettings()
Returns the object with the settings used for calls to getProvisioningConfig.
public UnaryCallSettings<GetVolumeRequest,Volume> getVolumeSettings()
Returns the object with the settings used for calls to getVolume.
public UnaryCallSettings<GetVolumeSnapshotRequest,VolumeSnapshot> getVolumeSnapshotSettings()
Returns the object with the settings used for calls to getVolumeSnapshot.
public PagedCallSettings<ListInstancesRequest,ListInstancesResponse,BareMetalSolutionClient.ListInstancesPagedResponse> listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,BareMetalSolutionClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
public PagedCallSettings<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse> listLunsSettings()
Returns the object with the settings used for calls to listLuns.
public UnaryCallSettings<ListNetworkUsageRequest,ListNetworkUsageResponse> listNetworkUsageSettings()
Returns the object with the settings used for calls to listNetworkUsage.
public PagedCallSettings<ListNetworksRequest,ListNetworksResponse,BareMetalSolutionClient.ListNetworksPagedResponse> listNetworksSettings()
Returns the object with the settings used for calls to listNetworks.
public PagedCallSettings<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse> listNfsSharesSettings()
Returns the object with the settings used for calls to listNfsShares.
public PagedCallSettings<ListOSImagesRequest,ListOSImagesResponse,BareMetalSolutionClient.ListOSImagesPagedResponse> listOSImagesSettings()
Returns the object with the settings used for calls to listOSImages.
public PagedCallSettings<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,BareMetalSolutionClient.ListProvisioningQuotasPagedResponse> listProvisioningQuotasSettings()
Returns the object with the settings used for calls to listProvisioningQuotas.
public PagedCallSettings<ListSSHKeysRequest,ListSSHKeysResponse,BareMetalSolutionClient.ListSSHKeysPagedResponse> listSSHKeysSettings()
Returns the object with the settings used for calls to listSSHKeys.
public PagedCallSettings<ListVolumeSnapshotsRequest,ListVolumeSnapshotsResponse,BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse> listVolumeSnapshotsSettings()
Returns the object with the settings used for calls to listVolumeSnapshots.
public PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse> listVolumesSettings()
Returns the object with the settings used for calls to listVolumes.
public UnaryCallSettings<RenameInstanceRequest,Instance> renameInstanceSettings()
Returns the object with the settings used for calls to renameInstance.
public UnaryCallSettings<RenameNetworkRequest,Network> renameNetworkSettings()
Returns the object with the settings used for calls to renameNetwork.
public UnaryCallSettings<RenameNfsShareRequest,NfsShare> renameNfsShareSettings()
Returns the object with the settings used for calls to renameNfsShare.
public UnaryCallSettings<RenameVolumeRequest,Volume> renameVolumeSettings()
Returns the object with the settings used for calls to renameVolume.
public OperationCallSettings<ResetInstanceRequest,ResetInstanceResponse,OperationMetadata> resetInstanceOperationSettings()
Returns the object with the settings used for calls to resetInstance.
public UnaryCallSettings<ResetInstanceRequest,Operation> resetInstanceSettings()
Returns the object with the settings used for calls to resetInstance.
public OperationCallSettings<ResizeVolumeRequest,Volume,OperationMetadata> resizeVolumeOperationSettings()
Returns the object with the settings used for calls to resizeVolume.
public UnaryCallSettings<ResizeVolumeRequest,Operation> resizeVolumeSettings()
Returns the object with the settings used for calls to resizeVolume.
public OperationCallSettings<RestoreVolumeSnapshotRequest,VolumeSnapshot,OperationMetadata> restoreVolumeSnapshotOperationSettings()
Returns the object with the settings used for calls to restoreVolumeSnapshot.
public UnaryCallSettings<RestoreVolumeSnapshotRequest,Operation> restoreVolumeSnapshotSettings()
Returns the object with the settings used for calls to restoreVolumeSnapshot.
public OperationCallSettings<StartInstanceRequest,StartInstanceResponse,OperationMetadata> startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.
public UnaryCallSettings<StartInstanceRequest,Operation> startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
public OperationCallSettings<StopInstanceRequest,StopInstanceResponse,OperationMetadata> stopInstanceOperationSettings()
Returns the object with the settings used for calls to stopInstance.
public UnaryCallSettings<StopInstanceRequest,Operation> stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.
public UnaryCallSettings<SubmitProvisioningConfigRequest,SubmitProvisioningConfigResponse> submitProvisioningConfigSettings()
Returns the object with the settings used for calls to submitProvisioningConfig.
public BareMetalSolutionStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Overrides
public OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()
Returns the object with the settings used for calls to updateInstance.
public UnaryCallSettings<UpdateInstanceRequest,Operation> updateInstanceSettings()
Returns the object with the settings used for calls to updateInstance.
public OperationCallSettings<UpdateNetworkRequest,Network,OperationMetadata> updateNetworkOperationSettings()
Returns the object with the settings used for calls to updateNetwork.
public UnaryCallSettings<UpdateNetworkRequest,Operation> updateNetworkSettings()
Returns the object with the settings used for calls to updateNetwork.
public OperationCallSettings<UpdateNfsShareRequest,NfsShare,OperationMetadata> updateNfsShareOperationSettings()
Returns the object with the settings used for calls to updateNfsShare.
public UnaryCallSettings<UpdateNfsShareRequest,Operation> updateNfsShareSettings()
Returns the object with the settings used for calls to updateNfsShare.
public UnaryCallSettings<UpdateProvisioningConfigRequest,ProvisioningConfig> updateProvisioningConfigSettings()
Returns the object with the settings used for calls to updateProvisioningConfig.
public OperationCallSettings<UpdateVolumeRequest,Volume,OperationMetadata> updateVolumeOperationSettings()
Returns the object with the settings used for calls to updateVolume.
public UnaryCallSettings<UpdateVolumeRequest,Operation> updateVolumeSettings()
Returns the object with the settings used for calls to updateVolume.