Class BareMetalSolutionStubSettings (0.10.0)

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();
 

Inheritance

java.lang.Object > StubSettings > BareMetalSolutionStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST 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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static BareMetalSolutionStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static BareMetalSolutionStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

newHttpJsonBuilder()

public static BareMetalSolutionStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns

Constructors

BareMetalSolutionStubSettings(BareMetalSolutionStubSettings.Builder settingsBuilder)

protected BareMetalSolutionStubSettings(BareMetalSolutionStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderBareMetalSolutionStubSettings.Builder

Methods

createStub()

public BareMetalSolutionStub createStub()
Returns
TypeDescription
BareMetalSolutionStub
Exceptions
TypeDescription
IOException

detachLunOperationSettings()

public OperationCallSettings<DetachLunRequest,Instance,OperationMetadata> detachLunOperationSettings()

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

Returns

detachLunSettings()

public UnaryCallSettings<DetachLunRequest,Operation> detachLunSettings()

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

Returns

getInstanceSettings()

public UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()

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

Returns

getLunSettings()

public UnaryCallSettings<GetLunRequest,Lun> getLunSettings()

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

Returns

getNetworkSettings()

public UnaryCallSettings<GetNetworkRequest,Network> getNetworkSettings()

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

Returns

getNfsShareSettings()

public UnaryCallSettings<GetNfsShareRequest,NfsShare> getNfsShareSettings()

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

Returns

getVolumeSettings()

public UnaryCallSettings<GetVolumeRequest,Volume> getVolumeSettings()

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

Returns

listInstancesSettings()

public PagedCallSettings<ListInstancesRequest,ListInstancesResponse,BareMetalSolutionClient.ListInstancesPagedResponse> listInstancesSettings()

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

Returns

listLunsSettings()

public PagedCallSettings<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse> listLunsSettings()

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

Returns

listNetworkUsageSettings()

public UnaryCallSettings<ListNetworkUsageRequest,ListNetworkUsageResponse> listNetworkUsageSettings()

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

Returns

listNetworksSettings()

public PagedCallSettings<ListNetworksRequest,ListNetworksResponse,BareMetalSolutionClient.ListNetworksPagedResponse> listNetworksSettings()

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

Returns

listNfsSharesSettings()

public PagedCallSettings<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse> listNfsSharesSettings()

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

Returns

listVolumesSettings()

public PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse> listVolumesSettings()

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

Returns

resetInstanceOperationSettings()

public OperationCallSettings<ResetInstanceRequest,ResetInstanceResponse,OperationMetadata> resetInstanceOperationSettings()

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

Returns

resetInstanceSettings()

public UnaryCallSettings<ResetInstanceRequest,Operation> resetInstanceSettings()

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

Returns

resizeVolumeOperationSettings()

public OperationCallSettings<ResizeVolumeRequest,Volume,OperationMetadata> resizeVolumeOperationSettings()

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

Returns

resizeVolumeSettings()

public UnaryCallSettings<ResizeVolumeRequest,Operation> resizeVolumeSettings()

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

Returns

startInstanceOperationSettings()

public OperationCallSettings<StartInstanceRequest,StartInstanceResponse,OperationMetadata> startInstanceOperationSettings()

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

Returns

startInstanceSettings()

public UnaryCallSettings<StartInstanceRequest,Operation> startInstanceSettings()

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

Returns

stopInstanceOperationSettings()

public OperationCallSettings<StopInstanceRequest,StopInstanceResponse,OperationMetadata> stopInstanceOperationSettings()

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

Returns

stopInstanceSettings()

public UnaryCallSettings<StopInstanceRequest,Operation> stopInstanceSettings()

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

Returns

toBuilder()

public BareMetalSolutionStubSettings.Builder toBuilder()

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

Returns Overrides

updateInstanceOperationSettings()

public OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()

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

Returns

updateInstanceSettings()

public UnaryCallSettings<UpdateInstanceRequest,Operation> updateInstanceSettings()

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

Returns

updateNetworkOperationSettings()

public OperationCallSettings<UpdateNetworkRequest,Network,OperationMetadata> updateNetworkOperationSettings()

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

Returns

updateNetworkSettings()

public UnaryCallSettings<UpdateNetworkRequest,Operation> updateNetworkSettings()

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

Returns

updateNfsShareOperationSettings()

public OperationCallSettings<UpdateNfsShareRequest,NfsShare,OperationMetadata> updateNfsShareOperationSettings()

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

Returns

updateNfsShareSettings()

public UnaryCallSettings<UpdateNfsShareRequest,Operation> updateNfsShareSettings()

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

Returns

updateVolumeOperationSettings()

public OperationCallSettings<UpdateVolumeRequest,Volume,OperationMetadata> updateVolumeOperationSettings()

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

Returns

updateVolumeSettings()

public UnaryCallSettings<UpdateVolumeRequest,Operation> updateVolumeSettings()

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

Returns