Class ExtensionRegistryServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<ExtensionRegistryServiceSettings,ExtensionRegistryServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.ExtensionRegistryServiceSettings.Builder
- Enclosing class:
- ExtensionRegistryServiceSettings
public static class ExtensionRegistryServiceSettings.Builder
extends ClientSettings.Builder<ExtensionRegistryServiceSettings,ExtensionRegistryServiceSettings.Builder>
Builder for ExtensionRegistryServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(ExtensionRegistryServiceSettings settings) protectedBuilder(ExtensionRegistryServiceStubSettings.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<DeleteExtensionRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteExtension.Returns the builder for the settings used for calls to deleteExtension.Returns the builder for the settings used for calls to getExtension.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.Returns the builder for the settings used for calls to importExtension.Returns the builder for the settings used for calls to importExtension.PagedCallSettings.Builder<ListExtensionsRequest,ListExtensionsResponse, ExtensionRegistryServiceClient.ListExtensionsPagedResponse> Returns the builder for the settings used for calls to listExtensions.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ExtensionRegistryServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.Returns the builder for the settings used for calls to updateExtension.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 ExtensionRegistryServiceSettings.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.
-
importExtensionSettings
Returns the builder for the settings used for calls to importExtension. -
importExtensionOperationSettings
public OperationCallSettings.Builder<ImportExtensionRequest,Extension, importExtensionOperationSettings()ImportExtensionOperationMetadata> Returns the builder for the settings used for calls to importExtension. -
getExtensionSettings
Returns the builder for the settings used for calls to getExtension. -
listExtensionsSettings
public PagedCallSettings.Builder<ListExtensionsRequest,ListExtensionsResponse, listExtensionsSettings()ExtensionRegistryServiceClient.ListExtensionsPagedResponse> Returns the builder for the settings used for calls to listExtensions. -
updateExtensionSettings
Returns the builder for the settings used for calls to updateExtension. -
deleteExtensionSettings
Returns the builder for the settings used for calls to deleteExtension. -
deleteExtensionOperationSettings
public OperationCallSettings.Builder<DeleteExtensionRequest,com.google.protobuf.Empty, deleteExtensionOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteExtension. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()ExtensionRegistryServiceClient.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<ExtensionRegistryServiceSettings,ExtensionRegistryServiceSettings.Builder> - Throws:
IOException
-