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 com.google.api.gax.rpc.StubSettings.Builder<IndexEndpointServiceStubSettings,IndexEndpointServiceStubSettings.Builder>
Builder for IndexEndpointServiceStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(IndexEndpointServiceStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexEndpointServiceStubSettings.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.IndexEndpointServiceStubSettings
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.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
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.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(IndexEndpointServiceStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public IndexEndpointServiceStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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 IndexEndpointServiceStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<IndexEndpointServiceStubSettings,IndexEndpointServiceStubSettings.Builder>
- Throws:
IOException
-
-