Class ExtensionRegistryServiceStubSettings.Builder (3.40.0)

public static class ExtensionRegistryServiceStubSettings.Builder extends StubSettings.Builder<ExtensionRegistryServiceStubSettings,ExtensionRegistryServiceStubSettings.Builder>

Builder for ExtensionRegistryServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > ExtensionRegistryServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(ExtensionRegistryServiceStubSettings settings)

protected Builder(ExtensionRegistryServiceStubSettings settings)
Parameter
NameDescription
settingsExtensionRegistryServiceStubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public ExtensionRegistryServiceStubSettings.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.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>

build()

public ExtensionRegistryServiceStubSettings build()
Overrides
Exceptions
TypeDescription
IOException

deleteExtensionOperationSettings()

public OperationCallSettings.Builder<DeleteExtensionRequest,Empty,DeleteOperationMetadata> deleteExtensionOperationSettings()

Returns the builder for the settings used for calls to deleteExtension.

deleteExtensionSettings()

public UnaryCallSettings.Builder<DeleteExtensionRequest,Operation> deleteExtensionSettings()

Returns the builder for the settings used for calls to deleteExtension.

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getExtensionSettings()

public UnaryCallSettings.Builder<GetExtensionRequest,Extension> getExtensionSettings()

Returns the builder for the settings used for calls to getExtension.

Returns
TypeDescription
Builder<GetExtensionRequest,Extension>

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()

Returns the builder for the settings used for calls to getIamPolicy.

Returns
TypeDescription
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

Returns the builder for the settings used for calls to getLocation.

Returns
TypeDescription
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

importExtensionOperationSettings()

public OperationCallSettings.Builder<ImportExtensionRequest,Extension,ImportExtensionOperationMetadata> importExtensionOperationSettings()

Returns the builder for the settings used for calls to importExtension.

importExtensionSettings()

public UnaryCallSettings.Builder<ImportExtensionRequest,Operation> importExtensionSettings()

Returns the builder for the settings used for calls to importExtension.

listExtensionsSettings()

public PagedCallSettings.Builder<ListExtensionsRequest,ListExtensionsResponse,ExtensionRegistryServiceClient.ListExtensionsPagedResponse> listExtensionsSettings()

Returns the builder for the settings used for calls to listExtensions.

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ExtensionRegistryServiceClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the builder for the settings used for calls to listLocations.

Returns
TypeDescription
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()

Returns the builder for the settings used for calls to setIamPolicy.

Returns
TypeDescription
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

Returns the builder for the settings used for calls to testIamPermissions.

Returns
TypeDescription
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>

updateExtensionSettings()

public UnaryCallSettings.Builder<UpdateExtensionRequest,Extension> updateExtensionSettings()

Returns the builder for the settings used for calls to updateExtension.