Package com.google.appengine.v1
Class AuthorizedCertificatesSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<AuthorizedCertificatesSettings,AuthorizedCertificatesSettings.Builder>
-
- com.google.appengine.v1.AuthorizedCertificatesSettings.Builder
-
- Enclosing class:
- AuthorizedCertificatesSettings
public static class AuthorizedCertificatesSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<AuthorizedCertificatesSettings,AuthorizedCertificatesSettings.Builder>
Builder for AuthorizedCertificatesSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(AuthorizedCertificatesSettings settings)
protected
Builder(AuthorizedCertificatesStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizedCertificatesSettings.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.AuthorizedCertificatesSettings
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.AuthorizedCertificatesStubSettings.Builder
getStubSettingsBuilder()
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.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.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(AuthorizedCertificatesSettings settings)
-
Builder
protected Builder(AuthorizedCertificatesStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public AuthorizedCertificatesStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public AuthorizedCertificatesSettings.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.
-
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 AuthorizedCertificatesSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<AuthorizedCertificatesSettings,AuthorizedCertificatesSettings.Builder>
- Throws:
IOException
-
-