Package com.google.cloud.oslogin.v1
Class OsLoginServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<OsLoginServiceSettings,OsLoginServiceSettings.Builder>
-
- com.google.cloud.oslogin.v1.OsLoginServiceSettings.Builder
-
- Enclosing class:
- OsLoginServiceSettings
public static class OsLoginServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<OsLoginServiceSettings,OsLoginServiceSettings.Builder>
Builder for OsLoginServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(OsLoginServiceSettings settings)
protected
Builder(OsLoginServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsLoginServiceSettings.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.OsLoginServiceSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
createSshPublicKeySettings()
Returns the builder for the settings used for calls to createSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePosixAccountRequest,com.google.protobuf.Empty>
deletePosixAccountSettings()
Returns the builder for the settings used for calls to deletePosixAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSshPublicKeyRequest,com.google.protobuf.Empty>
deleteSshPublicKeySettings()
Returns the builder for the settings used for calls to deleteSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLoginProfileRequest,LoginProfile>
getLoginProfileSettings()
Returns the builder for the settings used for calls to getLoginProfile.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey>
getSshPublicKeySettings()
Returns the builder for the settings used for calls to getSshPublicKey.OsLoginServiceStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
importSshPublicKeySettings()
Returns the builder for the settings used for calls to importSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
updateSshPublicKeySettings()
Returns the builder for the settings used for calls to updateSshPublicKey.-
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(OsLoginServiceSettings settings)
-
Builder
protected Builder(OsLoginServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public OsLoginServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public OsLoginServiceSettings.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.
-
createSshPublicKeySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> createSshPublicKeySettings()
Returns the builder for the settings used for calls to createSshPublicKey.
-
deletePosixAccountSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePosixAccountRequest,com.google.protobuf.Empty> deletePosixAccountSettings()
Returns the builder for the settings used for calls to deletePosixAccount.
-
deleteSshPublicKeySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> deleteSshPublicKeySettings()
Returns the builder for the settings used for calls to deleteSshPublicKey.
-
getLoginProfileSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLoginProfileRequest,LoginProfile> getLoginProfileSettings()
Returns the builder for the settings used for calls to getLoginProfile.
-
getSshPublicKeySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeySettings()
Returns the builder for the settings used for calls to getSshPublicKey.
-
importSshPublicKeySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeySettings()
Returns the builder for the settings used for calls to importSshPublicKey.
-
updateSshPublicKeySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeySettings()
Returns the builder for the settings used for calls to updateSshPublicKey.
-
build
public OsLoginServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<OsLoginServiceSettings,OsLoginServiceSettings.Builder>
- Throws:
IOException
-
-