Class IndexEndpointServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<IndexEndpointServiceSettings,IndexEndpointServiceSettings.Builder>
-
- com.google.cloud.aiplatform.v1beta1.IndexEndpointServiceSettings.Builder
-
- Enclosing class:
- IndexEndpointServiceSettings
public static class IndexEndpointServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<IndexEndpointServiceSettings,IndexEndpointServiceSettings.Builder>
Builder for IndexEndpointServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(IndexEndpointServiceSettings settings)
protected
Builder(IndexEndpointServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexEndpointServiceSettings.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.IndexEndpointServiceSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointOperationMetadata>
createIndexEndpointOperationSettings()
Returns the builder for the settings used for calls to createIndexEndpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexEndpointRequest,com.google.longrunning.Operation>
createIndexEndpointSettings()
Returns the builder for the settings used for calls to createIndexEndpoint.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexEndpointRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
deleteIndexEndpointOperationSettings()
Returns the builder for the settings used for calls to deleteIndexEndpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexEndpointRequest,com.google.longrunning.Operation>
deleteIndexEndpointSettings()
Returns the builder for the settings used for calls to deleteIndexEndpoint.com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployIndexRequest,com.google.longrunning.Operation>
deployIndexSettings()
Returns the builder for the settings used for calls to deployIndex.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<GetIndexEndpointRequest,IndexEndpoint>
getIndexEndpointSettings()
Returns the builder for the settings used for calls to getIndexEndpoint.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.IndexEndpointServiceStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
listIndexEndpointsSettings()
Returns the builder for the settings used for calls to listIndexEndpoints.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,IndexEndpointServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>
mutateDeployedIndexOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateDeployedIndexRequest,com.google.longrunning.Operation>
mutateDeployedIndexSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.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.OperationCallSettings.Builder<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
undeployIndexOperationSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployIndexRequest,com.google.longrunning.Operation>
undeployIndexSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIndexEndpointRequest,IndexEndpoint>
updateIndexEndpointSettings()
Returns the builder for the settings used for calls to updateIndexEndpoint.-
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(IndexEndpointServiceSettings settings)
-
Builder
protected Builder(IndexEndpointServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public IndexEndpointServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public IndexEndpointServiceSettings.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.
-
createIndexEndpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexEndpointRequest,com.google.longrunning.Operation> createIndexEndpointSettings()
Returns the builder for the settings used for calls to createIndexEndpoint.
-
createIndexEndpointOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointOperationMetadata> createIndexEndpointOperationSettings()
Returns the builder for the settings used for calls to createIndexEndpoint.
-
getIndexEndpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexEndpointRequest,IndexEndpoint> getIndexEndpointSettings()
Returns the builder for the settings used for calls to getIndexEndpoint.
-
listIndexEndpointsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse> listIndexEndpointsSettings()
Returns the builder for the settings used for calls to listIndexEndpoints.
-
updateIndexEndpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIndexEndpointRequest,IndexEndpoint> updateIndexEndpointSettings()
Returns the builder for the settings used for calls to updateIndexEndpoint.
-
deleteIndexEndpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexEndpointRequest,com.google.longrunning.Operation> deleteIndexEndpointSettings()
Returns the builder for the settings used for calls to deleteIndexEndpoint.
-
deleteIndexEndpointOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexEndpointRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteIndexEndpointOperationSettings()
Returns the builder for the settings used for calls to deleteIndexEndpoint.
-
deployIndexSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployIndexRequest,com.google.longrunning.Operation> deployIndexSettings()
Returns the builder for the settings used for calls to deployIndex.
-
deployIndexOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata> deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.
-
undeployIndexSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployIndexRequest,com.google.longrunning.Operation> undeployIndexSettings()
Returns the builder for the settings used for calls to undeployIndex.
-
undeployIndexOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata> undeployIndexOperationSettings()
Returns the builder for the settings used for calls to undeployIndex.
-
mutateDeployedIndexSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateDeployedIndexRequest,com.google.longrunning.Operation> mutateDeployedIndexSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.
-
mutateDeployedIndexOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedIndexRequest,MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata> mutateDeployedIndexOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedIndex.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,IndexEndpointServiceClient.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 IndexEndpointServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<IndexEndpointServiceSettings,IndexEndpointServiceSettings.Builder>
- Throws:
IOException
-
-