Class DatasetServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<DatasetServiceStubSettings,DatasetServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1.stub.DatasetServiceStubSettings.Builder
- Enclosing class:
- DatasetServiceStubSettings
public static class DatasetServiceStubSettings.Builder
extends StubSettings.Builder<DatasetServiceStubSettings,DatasetServiceStubSettings.Builder>
Builder for DatasetServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(DatasetServiceStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.build()Returns the builder for the settings used for calls to createDataset.Returns the builder for the settings used for calls to createDataset.OperationCallSettings.Builder<CreateDatasetVersionRequest,DatasetVersion, CreateDatasetVersionOperationMetadata> Returns the builder for the settings used for calls to createDatasetVersion.Returns the builder for the settings used for calls to createDatasetVersion.OperationCallSettings.Builder<DeleteDatasetRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDataset.Returns the builder for the settings used for calls to deleteDataset.OperationCallSettings.Builder<DeleteDatasetVersionRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDatasetVersion.Returns the builder for the settings used for calls to deleteDatasetVersion.OperationCallSettings.Builder<DeleteSavedQueryRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSavedQuery.Returns the builder for the settings used for calls to deleteSavedQuery.Returns the builder for the settings used for calls to exportData.Returns the builder for the settings used for calls to exportData.Returns the builder for the settings used for calls to getAnnotationSpec.Returns the builder for the settings used for calls to getDataset.Returns the builder for the settings used for calls to getDatasetVersion.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.Returns the builder for the settings used for calls to importData.Returns the builder for the settings used for calls to importData.PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse, DatasetServiceClient.ListAnnotationsPagedResponse> Returns the builder for the settings used for calls to listAnnotations.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse, DatasetServiceClient.ListDataItemsPagedResponse> Returns the builder for the settings used for calls to listDataItems.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse, DatasetServiceClient.ListDatasetsPagedResponse> Returns the builder for the settings used for calls to listDatasets.PagedCallSettings.Builder<ListDatasetVersionsRequest,ListDatasetVersionsResponse, DatasetServiceClient.ListDatasetVersionsPagedResponse> Returns the builder for the settings used for calls to listDatasetVersions.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, DatasetServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<ListSavedQueriesRequest,ListSavedQueriesResponse, DatasetServiceClient.ListSavedQueriesPagedResponse> Returns the builder for the settings used for calls to listSavedQueries.OperationCallSettings.Builder<RestoreDatasetVersionRequest,DatasetVersion, RestoreDatasetVersionOperationMetadata> Returns the builder for the settings used for calls to restoreDatasetVersion.Returns the builder for the settings used for calls to restoreDatasetVersion.PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse, DatasetServiceClient.SearchDataItemsPagedResponse> Returns the builder for the settings used for calls to searchDataItems.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Returns the builder for the settings used for calls to updateDataset.Returns the builder for the settings used for calls to updateDatasetVersion.Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public DatasetServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
createDatasetSettings
Returns the builder for the settings used for calls to createDataset. -
createDatasetOperationSettings
public OperationCallSettings.Builder<CreateDatasetRequest,Dataset, createDatasetOperationSettings()CreateDatasetOperationMetadata> Returns the builder for the settings used for calls to createDataset. -
getDatasetSettings
Returns the builder for the settings used for calls to getDataset. -
updateDatasetSettings
Returns the builder for the settings used for calls to updateDataset. -
listDatasetsSettings
public PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse, listDatasetsSettings()DatasetServiceClient.ListDatasetsPagedResponse> Returns the builder for the settings used for calls to listDatasets. -
deleteDatasetSettings
Returns the builder for the settings used for calls to deleteDataset. -
deleteDatasetOperationSettings
public OperationCallSettings.Builder<DeleteDatasetRequest,com.google.protobuf.Empty, deleteDatasetOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDataset. -
importDataSettings
Returns the builder for the settings used for calls to importData. -
importDataOperationSettings
public OperationCallSettings.Builder<ImportDataRequest,ImportDataResponse, importDataOperationSettings()ImportDataOperationMetadata> Returns the builder for the settings used for calls to importData. -
exportDataSettings
Returns the builder for the settings used for calls to exportData. -
exportDataOperationSettings
public OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse, exportDataOperationSettings()ExportDataOperationMetadata> Returns the builder for the settings used for calls to exportData. -
createDatasetVersionSettings
public UnaryCallSettings.Builder<CreateDatasetVersionRequest,Operation> createDatasetVersionSettings()Returns the builder for the settings used for calls to createDatasetVersion. -
createDatasetVersionOperationSettings
public OperationCallSettings.Builder<CreateDatasetVersionRequest,DatasetVersion, createDatasetVersionOperationSettings()CreateDatasetVersionOperationMetadata> Returns the builder for the settings used for calls to createDatasetVersion. -
updateDatasetVersionSettings
public UnaryCallSettings.Builder<UpdateDatasetVersionRequest,DatasetVersion> updateDatasetVersionSettings()Returns the builder for the settings used for calls to updateDatasetVersion. -
deleteDatasetVersionSettings
public UnaryCallSettings.Builder<DeleteDatasetVersionRequest,Operation> deleteDatasetVersionSettings()Returns the builder for the settings used for calls to deleteDatasetVersion. -
deleteDatasetVersionOperationSettings
public OperationCallSettings.Builder<DeleteDatasetVersionRequest,com.google.protobuf.Empty, deleteDatasetVersionOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDatasetVersion. -
getDatasetVersionSettings
public UnaryCallSettings.Builder<GetDatasetVersionRequest,DatasetVersion> getDatasetVersionSettings()Returns the builder for the settings used for calls to getDatasetVersion. -
listDatasetVersionsSettings
public PagedCallSettings.Builder<ListDatasetVersionsRequest,ListDatasetVersionsResponse, listDatasetVersionsSettings()DatasetServiceClient.ListDatasetVersionsPagedResponse> Returns the builder for the settings used for calls to listDatasetVersions. -
restoreDatasetVersionSettings
public UnaryCallSettings.Builder<RestoreDatasetVersionRequest,Operation> restoreDatasetVersionSettings()Returns the builder for the settings used for calls to restoreDatasetVersion. -
restoreDatasetVersionOperationSettings
public OperationCallSettings.Builder<RestoreDatasetVersionRequest,DatasetVersion, restoreDatasetVersionOperationSettings()RestoreDatasetVersionOperationMetadata> Returns the builder for the settings used for calls to restoreDatasetVersion. -
listDataItemsSettings
public PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse, listDataItemsSettings()DatasetServiceClient.ListDataItemsPagedResponse> Returns the builder for the settings used for calls to listDataItems. -
searchDataItemsSettings
public PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse, searchDataItemsSettings()DatasetServiceClient.SearchDataItemsPagedResponse> Returns the builder for the settings used for calls to searchDataItems. -
listSavedQueriesSettings
public PagedCallSettings.Builder<ListSavedQueriesRequest,ListSavedQueriesResponse, listSavedQueriesSettings()DatasetServiceClient.ListSavedQueriesPagedResponse> Returns the builder for the settings used for calls to listSavedQueries. -
deleteSavedQuerySettings
Returns the builder for the settings used for calls to deleteSavedQuery. -
deleteSavedQueryOperationSettings
public OperationCallSettings.Builder<DeleteSavedQueryRequest,com.google.protobuf.Empty, deleteSavedQueryOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSavedQuery. -
getAnnotationSpecSettings
public UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecSettings()Returns the builder for the settings used for calls to getAnnotationSpec. -
listAnnotationsSettings
public PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse, listAnnotationsSettings()DatasetServiceClient.ListAnnotationsPagedResponse> Returns the builder for the settings used for calls to listAnnotations. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()DatasetServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classStubSettings.Builder<DatasetServiceStubSettings,DatasetServiceStubSettings.Builder> - Throws:
IOException
-