Uses of Class
com.google.cloud.baremetalsolution.v2.CreateSSHKeyRequest
-
Packages that use CreateSSHKeyRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of CreateSSHKeyRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return CreateSSHKeyRequest Modifier and Type Method Description CreateSSHKeyRequest
CreateSSHKeyRequest.Builder. build()
CreateSSHKeyRequest
CreateSSHKeyRequest.Builder. buildPartial()
static CreateSSHKeyRequest
CreateSSHKeyRequest. getDefaultInstance()
CreateSSHKeyRequest
CreateSSHKeyRequest.Builder. getDefaultInstanceForType()
CreateSSHKeyRequest
CreateSSHKeyRequest. getDefaultInstanceForType()
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseDelimitedFrom(InputStream input)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(byte[] data)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(InputStream input)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(ByteBuffer data)
static CreateSSHKeyRequest
CreateSSHKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type CreateSSHKeyRequest Modifier and Type Method Description 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<CreateSSHKeyRequest>
CreateSSHKeyRequest. getParserForType()
static com.google.protobuf.Parser<CreateSSHKeyRequest>
CreateSSHKeyRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type CreateSSHKeyRequest Modifier and Type Method Description SSHKey
BareMetalSolutionClient. createSSHKey(CreateSSHKeyRequest request)
Register a public SSH key in the specified project for use with the interactive serial console feature.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.SSHKey
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. createSSHKey(CreateSSHKeyRequest request)
Register a public SSH key in the specified project for use with the interactive serial console feature.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.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.CreateSSHKeyRequest.Builder
CreateSSHKeyRequest.Builder. mergeFrom(CreateSSHKeyRequest other)
static CreateSSHKeyRequest.Builder
CreateSSHKeyRequest. newBuilder(CreateSSHKeyRequest prototype)
-
Uses of CreateSSHKeyRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type CreateSSHKeyRequest 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.
-