Class IndexEndpointServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<IndexEndpointServiceStubSettings,IndexEndpointServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1.stub.IndexEndpointServiceStubSettings.Builder
- Enclosing class:
- IndexEndpointServiceStubSettings
public static class IndexEndpointServiceStubSettings.Builder
extends StubSettings.Builder<IndexEndpointServiceStubSettings,IndexEndpointServiceStubSettings.Builder>
Builder for IndexEndpointServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(IndexEndpointServiceStubSettings 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<CreateIndexEndpointRequest,IndexEndpoint, CreateIndexEndpointOperationMetadata> Returns the builder for the settings used for calls to createIndexEndpoint.Returns the builder for the settings used for calls to createIndexEndpoint.OperationCallSettings.Builder<DeleteIndexEndpointRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteIndexEndpoint.Returns the builder for the settings used for calls to deleteIndexEndpoint.Returns the builder for the settings used for calls to deployIndex.Returns the builder for the settings used for calls to deployIndex.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getIndexEndpoint.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse, IndexEndpointServiceClient.ListIndexEndpointsPagedResponse> Returns the builder for the settings used for calls to listIndexEndpoints.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, IndexEndpointServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse, MutateDeployedIndexOperationMetadata> Returns the builder for the settings used for calls to mutateDeployedIndex.Returns the builder for the settings used for calls to mutateDeployedIndex.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<UndeployIndexRequest,UndeployIndexResponse, UndeployIndexOperationMetadata> Returns the builder for the settings used for calls to undeployIndex.Returns the builder for the settings used for calls to undeployIndex.Returns the builder for the settings used for calls to updateIndexEndpoint.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 IndexEndpointServiceStubSettings.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() -
createIndexEndpointSettings
public UnaryCallSettings.Builder<CreateIndexEndpointRequest,Operation> createIndexEndpointSettings()Returns the builder for the settings used for calls to createIndexEndpoint. -
createIndexEndpointOperationSettings
public OperationCallSettings.Builder<CreateIndexEndpointRequest,IndexEndpoint, createIndexEndpointOperationSettings()CreateIndexEndpointOperationMetadata> Returns the builder for the settings used for calls to createIndexEndpoint. -
getIndexEndpointSettings
Returns the builder for the settings used for calls to getIndexEndpoint. -
listIndexEndpointsSettings
public PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse, listIndexEndpointsSettings()IndexEndpointServiceClient.ListIndexEndpointsPagedResponse> Returns the builder for the settings used for calls to listIndexEndpoints. -
updateIndexEndpointSettings
public UnaryCallSettings.Builder<UpdateIndexEndpointRequest,IndexEndpoint> updateIndexEndpointSettings()Returns the builder for the settings used for calls to updateIndexEndpoint. -
deleteIndexEndpointSettings
public UnaryCallSettings.Builder<DeleteIndexEndpointRequest,Operation> deleteIndexEndpointSettings()Returns the builder for the settings used for calls to deleteIndexEndpoint. -
deleteIndexEndpointOperationSettings
public OperationCallSettings.Builder<DeleteIndexEndpointRequest,com.google.protobuf.Empty, deleteIndexEndpointOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteIndexEndpoint. -
deployIndexSettings
Returns the builder for the settings used for calls to deployIndex. -
deployIndexOperationSettings
public OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse, deployIndexOperationSettings()DeployIndexOperationMetadata> Returns the builder for the settings used for calls to deployIndex. -
undeployIndexSettings
Returns the builder for the settings used for calls to undeployIndex. -
undeployIndexOperationSettings
public OperationCallSettings.Builder<UndeployIndexRequest,UndeployIndexResponse, undeployIndexOperationSettings()UndeployIndexOperationMetadata> Returns the builder for the settings used for calls to undeployIndex. -
mutateDeployedIndexSettings
public UnaryCallSettings.Builder<MutateDeployedIndexRequest,Operation> mutateDeployedIndexSettings()Returns the builder for the settings used for calls to mutateDeployedIndex. -
mutateDeployedIndexOperationSettings
public OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse, mutateDeployedIndexOperationSettings()MutateDeployedIndexOperationMetadata> Returns the builder for the settings used for calls to mutateDeployedIndex. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()IndexEndpointServiceClient.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<IndexEndpointServiceStubSettings,IndexEndpointServiceStubSettings.Builder> - Throws:
IOException
-