Class DatasetServiceStubSettings (3.42.0)

public class DatasetServiceStubSettings extends StubSettings<DatasetServiceStubSettings>

Settings class to configure an instance of DatasetServiceStub.

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 getDataset 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
 DatasetServiceStubSettings.Builder datasetServiceSettingsBuilder =
     DatasetServiceStubSettings.newBuilder();
 datasetServiceSettingsBuilder
     .getDatasetSettings()
     .setRetrySettings(
         datasetServiceSettingsBuilder
             .getDatasetSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DatasetServiceStubSettings datasetServiceSettings = datasetServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > DatasetServiceStubSettings

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

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

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 DatasetServiceStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns
TypeDescription
DatasetServiceStubSettings.Builder

newBuilder(ClientContext clientContext)

public static DatasetServiceStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
DatasetServiceStubSettings.Builder

Constructors

DatasetServiceStubSettings(DatasetServiceStubSettings.Builder settingsBuilder)

protected DatasetServiceStubSettings(DatasetServiceStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderDatasetServiceStubSettings.Builder

Methods

createDatasetOperationSettings()

public OperationCallSettings<CreateDatasetRequest,Dataset,CreateDatasetOperationMetadata> createDatasetOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateDatasetRequest,Dataset,CreateDatasetOperationMetadata>

createDatasetSettings()

public UnaryCallSettings<CreateDatasetRequest,Operation> createDatasetSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateDatasetRequest,Operation>

createDatasetVersionOperationSettings()

public OperationCallSettings<CreateDatasetVersionRequest,DatasetVersion,CreateDatasetVersionOperationMetadata> createDatasetVersionOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateDatasetVersionRequest,DatasetVersion,CreateDatasetVersionOperationMetadata>

createDatasetVersionSettings()

public UnaryCallSettings<CreateDatasetVersionRequest,Operation> createDatasetVersionSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateDatasetVersionRequest,Operation>

createStub()

public DatasetServiceStub createStub()
Returns
TypeDescription
DatasetServiceStub
Exceptions
TypeDescription
IOException

deleteDatasetOperationSettings()

public OperationCallSettings<DeleteDatasetRequest,Empty,DeleteOperationMetadata> deleteDatasetOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteDatasetRequest,Empty,DeleteOperationMetadata>

deleteDatasetSettings()

public UnaryCallSettings<DeleteDatasetRequest,Operation> deleteDatasetSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteDatasetRequest,Operation>

deleteDatasetVersionOperationSettings()

public OperationCallSettings<DeleteDatasetVersionRequest,Empty,DeleteOperationMetadata> deleteDatasetVersionOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteDatasetVersionRequest,Empty,DeleteOperationMetadata>

deleteDatasetVersionSettings()

public UnaryCallSettings<DeleteDatasetVersionRequest,Operation> deleteDatasetVersionSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteDatasetVersionRequest,Operation>

deleteSavedQueryOperationSettings()

public OperationCallSettings<DeleteSavedQueryRequest,Empty,DeleteOperationMetadata> deleteSavedQueryOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteSavedQueryRequest,Empty,DeleteOperationMetadata>

deleteSavedQuerySettings()

public UnaryCallSettings<DeleteSavedQueryRequest,Operation> deleteSavedQuerySettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteSavedQueryRequest,Operation>

exportDataOperationSettings()

public OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata> exportDataOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>

exportDataSettings()

public UnaryCallSettings<ExportDataRequest,Operation> exportDataSettings()

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

Returns
TypeDescription
UnaryCallSettings<ExportDataRequest,Operation>

getAnnotationSpecSettings()

public UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>

getDatasetSettings()

public UnaryCallSettings<GetDatasetRequest,Dataset> getDatasetSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDatasetRequest,Dataset>

getDatasetVersionSettings()

public UnaryCallSettings<GetDatasetVersionRequest,DatasetVersion> getDatasetVersionSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDatasetVersionRequest,DatasetVersion>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getIamPolicySettings()

public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()

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

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

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

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

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

importDataOperationSettings()

public OperationCallSettings<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata> importDataOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>

importDataSettings()

public UnaryCallSettings<ImportDataRequest,Operation> importDataSettings()

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

Returns
TypeDescription
UnaryCallSettings<ImportDataRequest,Operation>

listAnnotationsSettings()

public PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse,DatasetServiceClient.ListAnnotationsPagedResponse> listAnnotationsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse,ListAnnotationsPagedResponse>

listDataItemsSettings()

public PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse> listDataItemsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,ListDataItemsPagedResponse>

listDatasetVersionsSettings()

public PagedCallSettings<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetServiceClient.ListDatasetVersionsPagedResponse> listDatasetVersionsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDatasetVersionsRequest,ListDatasetVersionsResponse,ListDatasetVersionsPagedResponse>

listDatasetsSettings()

public PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse> listDatasetsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,ListDatasetsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DatasetServiceClient.ListLocationsPagedResponse> listLocationsSettings()

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

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

listSavedQueriesSettings()

public PagedCallSettings<ListSavedQueriesRequest,ListSavedQueriesResponse,DatasetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListSavedQueriesRequest,ListSavedQueriesResponse,ListSavedQueriesPagedResponse>

restoreDatasetVersionOperationSettings()

public OperationCallSettings<RestoreDatasetVersionRequest,DatasetVersion,RestoreDatasetVersionOperationMetadata> restoreDatasetVersionOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<RestoreDatasetVersionRequest,DatasetVersion,RestoreDatasetVersionOperationMetadata>

restoreDatasetVersionSettings()

public UnaryCallSettings<RestoreDatasetVersionRequest,Operation> restoreDatasetVersionSettings()

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

Returns
TypeDescription
UnaryCallSettings<RestoreDatasetVersionRequest,Operation>

searchDataItemsSettings()

public PagedCallSettings<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse> searchDataItemsSettings()

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

Returns
TypeDescription
PagedCallSettings<SearchDataItemsRequest,SearchDataItemsResponse,SearchDataItemsPagedResponse>

setIamPolicySettings()

public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()

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

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

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

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

toBuilder()

public DatasetServiceStubSettings.Builder toBuilder()

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

Returns
TypeDescription
DatasetServiceStubSettings.Builder
Overrides

updateDatasetSettings()

public UnaryCallSettings<UpdateDatasetRequest,Dataset> updateDatasetSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateDatasetRequest,Dataset>