Class ExampleStoreServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<ExampleStoreServiceStubSettings,ExampleStoreServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1beta1.stub.ExampleStoreServiceStubSettings.Builder
- Enclosing class:
- ExampleStoreServiceStubSettings
public static class ExampleStoreServiceStubSettings.Builder
extends StubSettings.Builder<ExampleStoreServiceStubSettings,ExampleStoreServiceStubSettings.Builder>
Builder for ExampleStoreServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(ExampleStoreServiceStubSettings 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()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.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> 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.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 ExampleStoreServiceStubSettings.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() -
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 classStubSettings.Builder<ExampleStoreServiceStubSettings,ExampleStoreServiceStubSettings.Builder> - Throws:
IOException
-