Package com.google.cloud.oslogin.v1.stub
Class OsLoginServiceStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<OsLoginServiceStubSettings,OsLoginServiceStubSettings.Builder>
-
- com.google.cloud.oslogin.v1.stub.OsLoginServiceStubSettings.Builder
-
- Enclosing class:
- OsLoginServiceStubSettings
public static class OsLoginServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<OsLoginServiceStubSettings,OsLoginServiceStubSettings.Builder>
Builder for OsLoginServiceStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(OsLoginServiceStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsLoginServiceStubSettings.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.OsLoginServiceStubSettings
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
importSshPublicKeySettings()
Returns the builder for the settings used for calls to importSshPublicKey.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
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.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(OsLoginServiceStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public OsLoginServiceStubSettings.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()
-
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 OsLoginServiceStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<OsLoginServiceStubSettings,OsLoginServiceStubSettings.Builder>
- Throws:
IOException
-
-