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 SSHKeySSHKey.Builder. build()SSHKeySSHKey.Builder. buildPartial()SSHKeyBareMetalSolutionClient. createSSHKey(CreateSSHKeyRequest request)Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKeyBareMetalSolutionClient. createSSHKey(LocationName parent, SSHKey sshKey, String sshKeyId)Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKeyBareMetalSolutionClient. createSSHKey(String parent, SSHKey sshKey, String sshKeyId)Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKeyBareMetalSolutionGrpc.BareMetalSolutionBlockingStub. createSSHKey(CreateSSHKeyRequest request)Register a public SSH key in the specified project for use with the interactive serial console feature.static SSHKeySSHKey. getDefaultInstance()SSHKeySSHKey.Builder. getDefaultInstanceForType()SSHKeySSHKey. getDefaultInstanceForType()SSHKeyCreateSSHKeyRequest.Builder. getSshKey()Required.SSHKeyCreateSSHKeyRequest. getSshKey()Required.SSHKeyCreateSSHKeyRequestOrBuilder. getSshKey()Required.SSHKeyListSSHKeysResponse.Builder. getSshKeys(int index)The SSH keys registered in the project.SSHKeyListSSHKeysResponse. getSshKeys(int index)The SSH keys registered in the project.SSHKeyListSSHKeysResponseOrBuilder. getSshKeys(int index)The SSH keys registered in the project.static SSHKeySSHKey. parseDelimitedFrom(InputStream input)static SSHKeySSHKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SSHKeySSHKey. parseFrom(byte[] data)static SSHKeySSHKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SSHKeySSHKey. parseFrom(com.google.protobuf.ByteString data)static SSHKeySSHKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SSHKeySSHKey. parseFrom(com.google.protobuf.CodedInputStream input)static SSHKeySSHKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SSHKeySSHKey. parseFrom(InputStream input)static SSHKeySSHKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SSHKeySSHKey. parseFrom(ByteBuffer data)static SSHKeySSHKey. 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.BuilderListSSHKeysResponse.Builder. addSshKeys(int index, SSHKey value)The SSH keys registered in the project.ListSSHKeysResponse.BuilderListSSHKeysResponse.Builder. addSshKeys(SSHKey value)The SSH keys registered in the project.SSHKeyBareMetalSolutionClient. createSSHKey(LocationName parent, SSHKey sshKey, String sshKeyId)Register a public SSH key in the specified project for use with the interactive serial console feature.SSHKeyBareMetalSolutionClient. 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.BuilderSSHKey.Builder. mergeFrom(SSHKey other)CreateSSHKeyRequest.BuilderCreateSSHKeyRequest.Builder. mergeSshKey(SSHKey value)Required.static SSHKey.BuilderSSHKey. newBuilder(SSHKey prototype)CreateSSHKeyRequest.BuilderCreateSSHKeyRequest.Builder. setSshKey(SSHKey value)Required.ListSSHKeysResponse.BuilderListSSHKeysResponse.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.BuilderListSSHKeysResponse.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.ListSSHKeysPageBareMetalSolutionClient.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 voidBareMetalSolutionGrpc.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.voidBareMetalSolutionGrpc.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.
-