Class TensorboardServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<TensorboardServiceSettings>
-
- com.google.cloud.aiplatform.v1beta1.TensorboardServiceSettings
-
@BetaApi @Generated("by gapic-generator-java") public class TensorboardServiceSettings extends com.google.api.gax.rpc.ClientSettings<TensorboardServiceSettings>
Settings class to configure an instance ofTensorboardServiceClient
.The default instance has everything set to sensible defaults:
- The default service address (aiplatform.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 getTensorboard 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 TensorboardServiceSettings.Builder tensorboardServiceSettingsBuilder = TensorboardServiceSettings.newBuilder(); tensorboardServiceSettingsBuilder .getTensorboardSettings() .setRetrySettings( tensorboardServiceSettingsBuilder .getTensorboardSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); TensorboardServiceSettings tensorboardServiceSettings = tensorboardServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TensorboardServiceSettings.Builder
Builder for TensorboardServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TensorboardServiceSettings(TensorboardServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings<BatchCreateTensorboardRunsRequest,BatchCreateTensorboardRunsResponse>
batchCreateTensorboardRunsSettings()
Returns the object with the settings used for calls to batchCreateTensorboardRuns.com.google.api.gax.rpc.UnaryCallSettings<BatchCreateTensorboardTimeSeriesRequest,BatchCreateTensorboardTimeSeriesResponse>
batchCreateTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to batchCreateTensorboardTimeSeries.com.google.api.gax.rpc.UnaryCallSettings<BatchReadTensorboardTimeSeriesDataRequest,BatchReadTensorboardTimeSeriesDataResponse>
batchReadTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to batchReadTensorboardTimeSeriesData.static TensorboardServiceSettings
create(TensorboardServiceStubSettings stub)
com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardExperimentRequest,TensorboardExperiment>
createTensorboardExperimentSettings()
Returns the object with the settings used for calls to createTensorboardExperiment.com.google.api.gax.rpc.OperationCallSettings<CreateTensorboardRequest,Tensorboard,CreateTensorboardOperationMetadata>
createTensorboardOperationSettings()
Returns the object with the settings used for calls to createTensorboard.com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardRunRequest,TensorboardRun>
createTensorboardRunSettings()
Returns the object with the settings used for calls to createTensorboardRun.com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardRequest,com.google.longrunning.Operation>
createTensorboardSettings()
Returns the object with the settings used for calls to createTensorboard.com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardTimeSeriesRequest,TensorboardTimeSeries>
createTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to createTensorboardTimeSeries.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<DeleteTensorboardExperimentRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteTensorboardExperimentOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardExperiment.com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardExperimentRequest,com.google.longrunning.Operation>
deleteTensorboardExperimentSettings()
Returns the object with the settings used for calls to deleteTensorboardExperiment.com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteTensorboardOperationSettings()
Returns the object with the settings used for calls to deleteTensorboard.com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardRunRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteTensorboardRunOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardRun.com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardRunRequest,com.google.longrunning.Operation>
deleteTensorboardRunSettings()
Returns the object with the settings used for calls to deleteTensorboardRun.com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardRequest,com.google.longrunning.Operation>
deleteTensorboardSettings()
Returns the object with the settings used for calls to deleteTensorboard.com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardTimeSeriesRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteTensorboardTimeSeriesOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardTimeSeries.com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardTimeSeriesRequest,com.google.longrunning.Operation>
deleteTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to deleteTensorboardTimeSeries.com.google.api.gax.rpc.PagedCallSettings<ExportTensorboardTimeSeriesDataRequest,ExportTensorboardTimeSeriesDataResponse,TensorboardServiceClient.ExportTensorboardTimeSeriesDataPagedResponse>
exportTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to exportTensorboardTimeSeriesData.static String
getDefaultEndpoint()
Returns the default service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the object with the settings used for calls to getLocation.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardExperimentRequest,TensorboardExperiment>
getTensorboardExperimentSettings()
Returns the object with the settings used for calls to getTensorboardExperiment.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardRunRequest,TensorboardRun>
getTensorboardRunSettings()
Returns the object with the settings used for calls to getTensorboardRun.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardRequest,Tensorboard>
getTensorboardSettings()
Returns the object with the settings used for calls to getTensorboard.com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardTimeSeriesRequest,TensorboardTimeSeries>
getTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to getTensorboardTimeSeries.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,TensorboardServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardServiceClient.ListTensorboardExperimentsPagedResponse>
listTensorboardExperimentsSettings()
Returns the object with the settings used for calls to listTensorboardExperiments.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardRunsRequest,ListTensorboardRunsResponse,TensorboardServiceClient.ListTensorboardRunsPagedResponse>
listTensorboardRunsSettings()
Returns the object with the settings used for calls to listTensorboardRuns.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse>
listTensorboardsSettings()
Returns the object with the settings used for calls to listTensorboards.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardTimeSeriesRequest,ListTensorboardTimeSeriesResponse,TensorboardServiceClient.ListTensorboardTimeSeriesPagedResponse>
listTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to listTensorboardTimeSeries.static TensorboardServiceSettings.Builder
newBuilder()
Returns a new builder for this class.static TensorboardServiceSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
readTensorboardBlobDataSettings()
Returns the object with the settings used for calls to readTensorboardBlobData.com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>
readTensorboardSizeSettings()
Returns the object with the settings used for calls to readTensorboardSize.com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardTimeSeriesDataRequest,ReadTensorboardTimeSeriesDataResponse>
readTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to readTensorboardTimeSeriesData.com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardUsageRequest,ReadTensorboardUsageResponse>
readTensorboardUsageSettings()
Returns the object with the settings used for calls to readTensorboardUsage.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.TensorboardServiceSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardExperimentRequest,TensorboardExperiment>
updateTensorboardExperimentSettings()
Returns the object with the settings used for calls to updateTensorboardExperiment.com.google.api.gax.rpc.OperationCallSettings<UpdateTensorboardRequest,Tensorboard,UpdateTensorboardOperationMetadata>
updateTensorboardOperationSettings()
Returns the object with the settings used for calls to updateTensorboard.com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardRunRequest,TensorboardRun>
updateTensorboardRunSettings()
Returns the object with the settings used for calls to updateTensorboardRun.com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardRequest,com.google.longrunning.Operation>
updateTensorboardSettings()
Returns the object with the settings used for calls to updateTensorboard.com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardTimeSeriesRequest,TensorboardTimeSeries>
updateTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to updateTensorboardTimeSeries.com.google.api.gax.rpc.UnaryCallSettings<WriteTensorboardExperimentDataRequest,WriteTensorboardExperimentDataResponse>
writeTensorboardExperimentDataSettings()
Returns the object with the settings used for calls to writeTensorboardExperimentData.com.google.api.gax.rpc.UnaryCallSettings<WriteTensorboardRunDataRequest,WriteTensorboardRunDataResponse>
writeTensorboardRunDataSettings()
Returns the object with the settings used for calls to writeTensorboardRunData.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
TensorboardServiceSettings
protected TensorboardServiceSettings(TensorboardServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createTensorboardSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardRequest,com.google.longrunning.Operation> createTensorboardSettings()
Returns the object with the settings used for calls to createTensorboard.
-
createTensorboardOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateTensorboardRequest,Tensorboard,CreateTensorboardOperationMetadata> createTensorboardOperationSettings()
Returns the object with the settings used for calls to createTensorboard.
-
getTensorboardSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardRequest,Tensorboard> getTensorboardSettings()
Returns the object with the settings used for calls to getTensorboard.
-
updateTensorboardSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardRequest,com.google.longrunning.Operation> updateTensorboardSettings()
Returns the object with the settings used for calls to updateTensorboard.
-
updateTensorboardOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateTensorboardRequest,Tensorboard,UpdateTensorboardOperationMetadata> updateTensorboardOperationSettings()
Returns the object with the settings used for calls to updateTensorboard.
-
listTensorboardsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse> listTensorboardsSettings()
Returns the object with the settings used for calls to listTensorboards.
-
deleteTensorboardSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardRequest,com.google.longrunning.Operation> deleteTensorboardSettings()
Returns the object with the settings used for calls to deleteTensorboard.
-
deleteTensorboardOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteTensorboardOperationSettings()
Returns the object with the settings used for calls to deleteTensorboard.
-
readTensorboardUsageSettings
public com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardUsageRequest,ReadTensorboardUsageResponse> readTensorboardUsageSettings()
Returns the object with the settings used for calls to readTensorboardUsage.
-
readTensorboardSizeSettings
public com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse> readTensorboardSizeSettings()
Returns the object with the settings used for calls to readTensorboardSize.
-
createTensorboardExperimentSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardExperimentRequest,TensorboardExperiment> createTensorboardExperimentSettings()
Returns the object with the settings used for calls to createTensorboardExperiment.
-
getTensorboardExperimentSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardExperimentRequest,TensorboardExperiment> getTensorboardExperimentSettings()
Returns the object with the settings used for calls to getTensorboardExperiment.
-
updateTensorboardExperimentSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardExperimentRequest,TensorboardExperiment> updateTensorboardExperimentSettings()
Returns the object with the settings used for calls to updateTensorboardExperiment.
-
listTensorboardExperimentsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> listTensorboardExperimentsSettings()
Returns the object with the settings used for calls to listTensorboardExperiments.
-
deleteTensorboardExperimentSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardExperimentRequest,com.google.longrunning.Operation> deleteTensorboardExperimentSettings()
Returns the object with the settings used for calls to deleteTensorboardExperiment.
-
deleteTensorboardExperimentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardExperimentRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteTensorboardExperimentOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardExperiment.
-
createTensorboardRunSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardRunRequest,TensorboardRun> createTensorboardRunSettings()
Returns the object with the settings used for calls to createTensorboardRun.
-
batchCreateTensorboardRunsSettings
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateTensorboardRunsRequest,BatchCreateTensorboardRunsResponse> batchCreateTensorboardRunsSettings()
Returns the object with the settings used for calls to batchCreateTensorboardRuns.
-
getTensorboardRunSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardRunRequest,TensorboardRun> getTensorboardRunSettings()
Returns the object with the settings used for calls to getTensorboardRun.
-
updateTensorboardRunSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardRunRequest,TensorboardRun> updateTensorboardRunSettings()
Returns the object with the settings used for calls to updateTensorboardRun.
-
listTensorboardRunsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTensorboardRunsRequest,ListTensorboardRunsResponse,TensorboardServiceClient.ListTensorboardRunsPagedResponse> listTensorboardRunsSettings()
Returns the object with the settings used for calls to listTensorboardRuns.
-
deleteTensorboardRunSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardRunRequest,com.google.longrunning.Operation> deleteTensorboardRunSettings()
Returns the object with the settings used for calls to deleteTensorboardRun.
-
deleteTensorboardRunOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardRunRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteTensorboardRunOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardRun.
-
batchCreateTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateTensorboardTimeSeriesRequest,BatchCreateTensorboardTimeSeriesResponse> batchCreateTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to batchCreateTensorboardTimeSeries.
-
createTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTensorboardTimeSeriesRequest,TensorboardTimeSeries> createTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to createTensorboardTimeSeries.
-
getTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTensorboardTimeSeriesRequest,TensorboardTimeSeries> getTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to getTensorboardTimeSeries.
-
updateTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTensorboardTimeSeriesRequest,TensorboardTimeSeries> updateTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to updateTensorboardTimeSeries.
-
listTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTensorboardTimeSeriesRequest,ListTensorboardTimeSeriesResponse,TensorboardServiceClient.ListTensorboardTimeSeriesPagedResponse> listTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to listTensorboardTimeSeries.
-
deleteTensorboardTimeSeriesSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTensorboardTimeSeriesRequest,com.google.longrunning.Operation> deleteTensorboardTimeSeriesSettings()
Returns the object with the settings used for calls to deleteTensorboardTimeSeries.
-
deleteTensorboardTimeSeriesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTensorboardTimeSeriesRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteTensorboardTimeSeriesOperationSettings()
Returns the object with the settings used for calls to deleteTensorboardTimeSeries.
-
batchReadTensorboardTimeSeriesDataSettings
public com.google.api.gax.rpc.UnaryCallSettings<BatchReadTensorboardTimeSeriesDataRequest,BatchReadTensorboardTimeSeriesDataResponse> batchReadTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to batchReadTensorboardTimeSeriesData.
-
readTensorboardTimeSeriesDataSettings
public com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardTimeSeriesDataRequest,ReadTensorboardTimeSeriesDataResponse> readTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to readTensorboardTimeSeriesData.
-
readTensorboardBlobDataSettings
public com.google.api.gax.rpc.ServerStreamingCallSettings<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse> readTensorboardBlobDataSettings()
Returns the object with the settings used for calls to readTensorboardBlobData.
-
writeTensorboardExperimentDataSettings
public com.google.api.gax.rpc.UnaryCallSettings<WriteTensorboardExperimentDataRequest,WriteTensorboardExperimentDataResponse> writeTensorboardExperimentDataSettings()
Returns the object with the settings used for calls to writeTensorboardExperimentData.
-
writeTensorboardRunDataSettings
public com.google.api.gax.rpc.UnaryCallSettings<WriteTensorboardRunDataRequest,WriteTensorboardRunDataResponse> writeTensorboardRunDataSettings()
Returns the object with the settings used for calls to writeTensorboardRunData.
-
exportTensorboardTimeSeriesDataSettings
public com.google.api.gax.rpc.PagedCallSettings<ExportTensorboardTimeSeriesDataRequest,ExportTensorboardTimeSeriesDataResponse,TensorboardServiceClient.ExportTensorboardTimeSeriesDataPagedResponse> exportTensorboardTimeSeriesDataSettings()
Returns the object with the settings used for calls to exportTensorboardTimeSeriesData.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,TensorboardServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-
create
public static final TensorboardServiceSettings create(TensorboardServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("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()
-
newBuilder
public static TensorboardServiceSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static TensorboardServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public TensorboardServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<TensorboardServiceSettings>
-
-