Package com.google.appengine.v1.stub
Class AuthorizedCertificatesStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<AuthorizedCertificatesStubSettings,AuthorizedCertificatesStubSettings.Builder>
-
- com.google.appengine.v1.stub.AuthorizedCertificatesStubSettings.Builder
-
- Enclosing class:
- AuthorizedCertificatesStubSettings
public static class AuthorizedCertificatesStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<AuthorizedCertificatesStubSettings,AuthorizedCertificatesStubSettings.Builder>
Builder for AuthorizedCertificatesStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(AuthorizedCertificatesStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizedCertificatesStubSettings.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.AuthorizedCertificatesStubSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAuthorizedCertificateRequest,AuthorizedCertificate>
createAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to createAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>
deleteAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to deleteAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizedCertificateRequest,AuthorizedCertificate>
getAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to getAuthorizedCertificate.com.google.api.gax.rpc.PagedCallSettings.Builder<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse>
listAuthorizedCertificatesSettings()
Returns the builder for the settings used for calls to listAuthorizedCertificates.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAuthorizedCertificateRequest,AuthorizedCertificate>
updateAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to updateAuthorizedCertificate.-
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(AuthorizedCertificatesStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public AuthorizedCertificatesStubSettings.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()
-
listAuthorizedCertificatesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse> listAuthorizedCertificatesSettings()
Returns the builder for the settings used for calls to listAuthorizedCertificates.
-
getAuthorizedCertificateSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizedCertificateRequest,AuthorizedCertificate> getAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to getAuthorizedCertificate.
-
createAuthorizedCertificateSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAuthorizedCertificateRequest,AuthorizedCertificate> createAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to createAuthorizedCertificate.
-
updateAuthorizedCertificateSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> updateAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to updateAuthorizedCertificate.
-
deleteAuthorizedCertificateSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty> deleteAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to deleteAuthorizedCertificate.
-
build
public AuthorizedCertificatesStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<AuthorizedCertificatesStubSettings,AuthorizedCertificatesStubSettings.Builder>
- Throws:
IOException
-
-