public static class OsLoginServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<OsLoginServiceSettings,OsLoginServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(OsLoginServiceSettings settings) |
protected |
Builder(OsLoginServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and 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<DeletePosixAccountRequest,Empty> |
deletePosixAccountSettings()
Returns the builder for the settings used for calls to deletePosixAccount.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSshPublicKeyRequest,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.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(OsLoginServiceSettings settings)
protected Builder(OsLoginServiceStubSettings.Builder stubSettings)
public OsLoginServiceStubSettings.Builder getStubSettingsBuilder()
public OsLoginServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePosixAccountRequest,Empty> deletePosixAccountSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSshPublicKeyRequest,Empty> deleteSshPublicKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLoginProfileRequest,LoginProfile> getLoginProfileSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeySettings()
public OsLoginServiceSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<OsLoginServiceSettings,OsLoginServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.