Package com.google.cloud.aiplatform.v1
Class DatasetServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<DatasetServiceSettings,DatasetServiceSettings.Builder>
-
- com.google.cloud.aiplatform.v1.DatasetServiceSettings.Builder
-
- Enclosing class:
- DatasetServiceSettings
public static class DatasetServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<DatasetServiceSettings,DatasetServiceSettings.Builder>
Builder for DatasetServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(DatasetServiceSettings settings)
protected
Builder(DatasetServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetServiceSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.DatasetServiceSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDatasetRequest,Dataset,CreateDatasetOperationMetadata>
createDatasetOperationSettings()
Returns the builder for the settings used for calls to createDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatasetRequest,com.google.longrunning.Operation>
createDatasetSettings()
Returns the builder for the settings used for calls to createDataset.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDatasetRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatasetRequest,com.google.longrunning.Operation>
deleteDatasetSettings()
Returns the builder for the settings used for calls to deleteDataset.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteSavedQueryRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteSavedQueryOperationSettings()
Returns the builder for the settings used for calls to deleteSavedQuery.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSavedQueryRequest,com.google.longrunning.Operation>
deleteSavedQuerySettings()
Returns the builder for the settings used for calls to deleteSavedQuery.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation>
exportDataSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>
getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatasetRequest,Dataset>
getDatasetSettings()
Returns the builder for the settings used for calls to getDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.DatasetServiceStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
importDataOperationSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation>
importDataSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse,DatasetServiceClient.ListAnnotationsPagedResponse>
listAnnotationsSettings()
Returns the builder for the settings used for calls to listAnnotations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse>
listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse>
listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DatasetServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSavedQueriesRequest,ListSavedQueriesResponse,DatasetServiceClient.ListSavedQueriesPagedResponse>
listSavedQueriesSettings()
Returns the builder for the settings used for calls to listSavedQueries.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse>
searchDataItemsSettings()
Returns the builder for the settings used for calls to searchDataItems.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatasetRequest,Dataset>
updateDatasetSettings()
Returns the builder for the settings used for calls to updateDataset.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(DatasetServiceSettings settings)
-
Builder
protected Builder(DatasetServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public DatasetServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public DatasetServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
createDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatasetRequest,com.google.longrunning.Operation> createDatasetSettings()
Returns the builder for the settings used for calls to createDataset.
-
createDatasetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDatasetRequest,Dataset,CreateDatasetOperationMetadata> createDatasetOperationSettings()
Returns the builder for the settings used for calls to createDataset.
-
getDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatasetRequest,Dataset> getDatasetSettings()
Returns the builder for the settings used for calls to getDataset.
-
updateDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatasetRequest,Dataset> updateDatasetSettings()
Returns the builder for the settings used for calls to updateDataset.
-
listDatasetsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse> listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.
-
deleteDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatasetRequest,com.google.longrunning.Operation> deleteDatasetSettings()
Returns the builder for the settings used for calls to deleteDataset.
-
deleteDatasetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDatasetRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteDataset.
-
importDataSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation> importDataSettings()
Returns the builder for the settings used for calls to importData.
-
importDataOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata> importDataOperationSettings()
Returns the builder for the settings used for calls to importData.
-
exportDataSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation> exportDataSettings()
Returns the builder for the settings used for calls to exportData.
-
exportDataOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata> exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.
-
listDataItemsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse> listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.
-
searchDataItemsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse> searchDataItemsSettings()
Returns the builder for the settings used for calls to searchDataItems.
-
listSavedQueriesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSavedQueriesRequest,ListSavedQueriesResponse,DatasetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesSettings()
Returns the builder for the settings used for calls to listSavedQueries.
-
deleteSavedQuerySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSavedQueryRequest,com.google.longrunning.Operation> deleteSavedQuerySettings()
Returns the builder for the settings used for calls to deleteSavedQuery.
-
deleteSavedQueryOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteSavedQueryRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteSavedQueryOperationSettings()
Returns the builder for the settings used for calls to deleteSavedQuery.
-
getAnnotationSpecSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.
-
listAnnotationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse,DatasetServiceClient.ListAnnotationsPagedResponse> listAnnotationsSettings()
Returns the builder for the settings used for calls to listAnnotations.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DatasetServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public DatasetServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<DatasetServiceSettings,DatasetServiceSettings.Builder>
- Throws:
IOException
-
-