Class ConfidentialComputingStubSettings.Builder (0.27.0)

publicstaticclass ConfidentialComputingStubSettings.BuilderextendsStubSettings.Builder<ConfidentialComputingStubSettings,ConfidentialComputingStubSettings.Builder>

Builder for ConfidentialComputingStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > ConfidentialComputingStubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(ConfidentialComputingStubSettings settings)

protectedBuilder(ConfidentialComputingStubSettingssettings)
Parameter
Name Description
settings ConfidentialComputingStubSettings

Methods

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

publicConfidentialComputingStubSettings.BuilderapplyToAllUnaryMethods(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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
ConfidentialComputingStubSettings.Builder

build()

publicConfidentialComputingStubSettingsbuild()
Returns
Type Description
ConfidentialComputingStubSettings
Overrides
Exceptions
Type Description
IOException

createChallengeSettings()

publicUnaryCallSettings.Builder<CreateChallengeRequest,Challenge>createChallengeSettings()

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

Returns
Type Description
Builder<CreateChallengeRequest,Challenge>

getEndpoint()

publicStringgetEndpoint()

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

Returns
Type Description
String
Overrides

getLocationSettings()

publicUnaryCallSettings.Builder<GetLocationRequest,Location>getLocationSettings()

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

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

listLocationsSettings()

publicPagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ConfidentialComputingClient.ListLocationsPagedResponse>listLocationsSettings()

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

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

unaryMethodSettingsBuilders()

publicImmutableList<UnaryCallSettings.Builder<?,?>>unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

verifyAttestationSettings()

publicUnaryCallSettings.Builder<VerifyAttestationRequest,VerifyAttestationResponse>verifyAttestationSettings()

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

Returns
Type Description
Builder<VerifyAttestationRequest,VerifyAttestationResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.