Class ExampleStoreServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<ExampleStoreServiceSettings,ExampleStoreServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.ExampleStoreServiceSettings.Builder
- Enclosing class:
- ExampleStoreServiceSettings
public static class ExampleStoreServiceSettings.Builder
extends ClientSettings.Builder<ExampleStoreServiceSettings,ExampleStoreServiceSettings.Builder>
Builder for ExampleStoreServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(ExampleStoreServiceSettings settings) protectedBuilder(ExampleStoreServiceStubSettings.Builder stubSettings) -
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()OperationCallSettings.Builder<CreateExampleStoreRequest,ExampleStore, CreateExampleStoreOperationMetadata> Returns the builder for the settings used for calls to createExampleStore.Returns the builder for the settings used for calls to createExampleStore.OperationCallSettings.Builder<DeleteExampleStoreRequest,com.google.protobuf.Empty, DeleteExampleStoreOperationMetadata> Returns the builder for the settings used for calls to deleteExampleStore.Returns the builder for the settings used for calls to deleteExampleStore.PagedCallSettings.Builder<FetchExamplesRequest,FetchExamplesResponse, ExampleStoreServiceClient.FetchExamplesPagedResponse> Returns the builder for the settings used for calls to fetchExamples.Returns the builder for the settings used for calls to getExampleStore.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListExampleStoresRequest,ListExampleStoresResponse, ExampleStoreServiceClient.ListExampleStoresPagedResponse> Returns the builder for the settings used for calls to listExampleStores.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ExampleStoreServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to removeExamples.Returns the builder for the settings used for calls to searchExamples.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.OperationCallSettings.Builder<UpdateExampleStoreRequest,ExampleStore, UpdateExampleStoreOperationMetadata> Returns the builder for the settings used for calls to updateExampleStore.Returns the builder for the settings used for calls to updateExampleStore.Returns the builder for the settings used for calls to upsertExamples.Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
public ExampleStoreServiceSettings.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.
-
createExampleStoreSettings
Returns the builder for the settings used for calls to createExampleStore. -
createExampleStoreOperationSettings
public OperationCallSettings.Builder<CreateExampleStoreRequest,ExampleStore, createExampleStoreOperationSettings()CreateExampleStoreOperationMetadata> Returns the builder for the settings used for calls to createExampleStore. -
getExampleStoreSettings
Returns the builder for the settings used for calls to getExampleStore. -
updateExampleStoreSettings
Returns the builder for the settings used for calls to updateExampleStore. -
updateExampleStoreOperationSettings
public OperationCallSettings.Builder<UpdateExampleStoreRequest,ExampleStore, updateExampleStoreOperationSettings()UpdateExampleStoreOperationMetadata> Returns the builder for the settings used for calls to updateExampleStore. -
deleteExampleStoreSettings
Returns the builder for the settings used for calls to deleteExampleStore. -
deleteExampleStoreOperationSettings
public OperationCallSettings.Builder<DeleteExampleStoreRequest,com.google.protobuf.Empty, deleteExampleStoreOperationSettings()DeleteExampleStoreOperationMetadata> Returns the builder for the settings used for calls to deleteExampleStore. -
listExampleStoresSettings
public PagedCallSettings.Builder<ListExampleStoresRequest,ListExampleStoresResponse, listExampleStoresSettings()ExampleStoreServiceClient.ListExampleStoresPagedResponse> Returns the builder for the settings used for calls to listExampleStores. -
upsertExamplesSettings
public UnaryCallSettings.Builder<UpsertExamplesRequest,UpsertExamplesResponse> upsertExamplesSettings()Returns the builder for the settings used for calls to upsertExamples. -
removeExamplesSettings
public UnaryCallSettings.Builder<RemoveExamplesRequest,RemoveExamplesResponse> removeExamplesSettings()Returns the builder for the settings used for calls to removeExamples. -
searchExamplesSettings
public UnaryCallSettings.Builder<SearchExamplesRequest,SearchExamplesResponse> searchExamplesSettings()Returns the builder for the settings used for calls to searchExamples. -
fetchExamplesSettings
public PagedCallSettings.Builder<FetchExamplesRequest,FetchExamplesResponse, fetchExamplesSettings()ExampleStoreServiceClient.FetchExamplesPagedResponse> Returns the builder for the settings used for calls to fetchExamples. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()ExampleStoreServiceClient.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 classClientSettings.Builder<ExampleStoreServiceSettings,ExampleStoreServiceSettings.Builder> - Throws:
IOException
-