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 CreateSSHKeyRequestCreateSSHKeyRequest.Builder. build()CreateSSHKeyRequestCreateSSHKeyRequest.Builder. buildPartial()static CreateSSHKeyRequestCreateSSHKeyRequest. getDefaultInstance()CreateSSHKeyRequestCreateSSHKeyRequest.Builder. getDefaultInstanceForType()CreateSSHKeyRequestCreateSSHKeyRequest. getDefaultInstanceForType()static CreateSSHKeyRequestCreateSSHKeyRequest. parseDelimitedFrom(InputStream input)static CreateSSHKeyRequestCreateSSHKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(byte[] data)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(InputStream input)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSSHKeyRequestCreateSSHKeyRequest. parseFrom(ByteBuffer data)static CreateSSHKeyRequestCreateSSHKeyRequest. 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 SSHKeyBareMetalSolutionClient. createSSHKey(CreateSSHKeyRequest request)Register a public SSH key in the specified project for use with the interactive serial console feature.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.SSHKeyBareMetalSolutionGrpc.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.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.CreateSSHKeyRequest.BuilderCreateSSHKeyRequest.Builder. mergeFrom(CreateSSHKeyRequest other)static CreateSSHKeyRequest.BuilderCreateSSHKeyRequest. 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.
-