Uses of Class
com.google.cloud.baremetalsolution.v2.SSHKey
-
Packages that use SSHKey Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of SSHKey in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return SSHKey Modifier and Type Method Description SSHKey
SSHKey.Builder. build()
SSHKey
SSHKey.Builder. buildPartial()
SSHKey
BareMetalSolutionClient. createSSHKey(CreateSSHKeyRequest request)
Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKey
BareMetalSolutionClient. createSSHKey(LocationName parent, SSHKey sshKey, String sshKeyId)
Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKey
BareMetalSolutionClient. createSSHKey(String parent, SSHKey sshKey, String sshKeyId)
Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKey
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. createSSHKey(CreateSSHKeyRequest request)
Register a public SSH key in the specified project for use with the interactive serial console feature.static SSHKey
SSHKey. getDefaultInstance()
SSHKey
SSHKey.Builder. getDefaultInstanceForType()
SSHKey
SSHKey. getDefaultInstanceForType()
SSHKey
CreateSSHKeyRequest.Builder. getSshKey()
Required.SSHKey
CreateSSHKeyRequest. getSshKey()
Required.SSHKey
CreateSSHKeyRequestOrBuilder. getSshKey()
Required.SSHKey
ListSSHKeysResponse.Builder. getSshKeys(int index)
The SSH keys registered in the project.SSHKey
ListSSHKeysResponse. getSshKeys(int index)
The SSH keys registered in the project.SSHKey
ListSSHKeysResponseOrBuilder. getSshKeys(int index)
The SSH keys registered in the project.static SSHKey
SSHKey. parseDelimitedFrom(InputStream input)
static SSHKey
SSHKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSHKey
SSHKey. parseFrom(byte[] data)
static SSHKey
SSHKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSHKey
SSHKey. parseFrom(com.google.protobuf.ByteString data)
static SSHKey
SSHKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSHKey
SSHKey. parseFrom(com.google.protobuf.CodedInputStream input)
static SSHKey
SSHKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSHKey
SSHKey. parseFrom(InputStream input)
static SSHKey
SSHKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSHKey
SSHKey. parseFrom(ByteBuffer data)
static SSHKey
SSHKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type SSHKey Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<SSHKey>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. createSSHKey(CreateSSHKeyRequest request)
Register a public SSH key in the specified project for use with the interactive serial console feature.com.google.api.gax.rpc.UnaryCallable<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionClient. createSSHKeyCallable()
Register a public SSH key in the specified project for use with the interactive serial console feature.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionSettings.Builder. createSSHKeySettings()
Returns the builder for the settings used for calls to createSSHKey.com.google.api.gax.rpc.UnaryCallSettings<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionSettings. createSSHKeySettings()
Returns the object with the settings used for calls to createSSHKey.static io.grpc.MethodDescriptor<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionGrpc. getCreateSSHKeyMethod()
com.google.protobuf.Parser<SSHKey>
SSHKey. getParserForType()
List<SSHKey>
ListSSHKeysResponse.Builder. getSshKeysList()
The SSH keys registered in the project.List<SSHKey>
ListSSHKeysResponse. getSshKeysList()
The SSH keys registered in the project.List<SSHKey>
ListSSHKeysResponseOrBuilder. getSshKeysList()
The SSH keys registered in the project.static com.google.protobuf.Parser<SSHKey>
SSHKey. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type SSHKey Modifier and Type Method Description ListSSHKeysResponse.Builder
ListSSHKeysResponse.Builder. addSshKeys(int index, SSHKey value)
The SSH keys registered in the project.ListSSHKeysResponse.Builder
ListSSHKeysResponse.Builder. addSshKeys(SSHKey value)
The SSH keys registered in the project.SSHKey
BareMetalSolutionClient. createSSHKey(LocationName parent, SSHKey sshKey, String sshKeyId)
Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKey
BareMetalSolutionClient. createSSHKey(String parent, SSHKey sshKey, String sshKeyId)
Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKey.Builder
SSHKey.Builder. mergeFrom(SSHKey other)
CreateSSHKeyRequest.Builder
CreateSSHKeyRequest.Builder. mergeSshKey(SSHKey value)
Required.static SSHKey.Builder
SSHKey. newBuilder(SSHKey prototype)
CreateSSHKeyRequest.Builder
CreateSSHKeyRequest.Builder. setSshKey(SSHKey value)
Required.ListSSHKeysResponse.Builder
ListSSHKeysResponse.Builder. setSshKeys(int index, SSHKey value)
The SSH keys registered in the project.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type SSHKey Modifier and Type Method Description ListSSHKeysResponse.Builder
ListSSHKeysResponse.Builder. addAllSshKeys(Iterable<? extends SSHKey> values)
The SSH keys registered in the project.static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListSSHKeysPagedResponse>
BareMetalSolutionClient.ListSSHKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, com.google.api.core.ApiFuture<ListSSHKeysResponse> futureResponse)
protected BareMetalSolutionClient.ListSSHKeysPage
BareMetalSolutionClient.ListSSHKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, ListSSHKeysResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListSSHKeysPage>
BareMetalSolutionClient.ListSSHKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, com.google.api.core.ApiFuture<ListSSHKeysResponse> futureResponse)
default void
BareMetalSolutionGrpc.AsyncService. createSSHKey(CreateSSHKeyRequest request, io.grpc.stub.StreamObserver<SSHKey> responseObserver)
Register a public SSH key in the specified project for use with the interactive serial console feature.void
BareMetalSolutionGrpc.BareMetalSolutionStub. createSSHKey(CreateSSHKeyRequest request, io.grpc.stub.StreamObserver<SSHKey> responseObserver)
Register a public SSH key in the specified project for use with the interactive serial console feature. -
Uses of SSHKey in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type SSHKey Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionStub. createSSHKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSSHKeyRequest,SSHKey>
GrpcBareMetalSolutionStub. createSSHKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSSHKeyRequest,SSHKey>
HttpJsonBareMetalSolutionStub. createSSHKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionStubSettings.Builder. createSSHKeySettings()
Returns the builder for the settings used for calls to createSSHKey.com.google.api.gax.rpc.UnaryCallSettings<CreateSSHKeyRequest,SSHKey>
BareMetalSolutionStubSettings. createSSHKeySettings()
Returns the object with the settings used for calls to createSSHKey.
-