Uses of Class
com.google.cloud.baremetalsolution.v2.DeleteSSHKeyRequest
-
Packages that use DeleteSSHKeyRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of DeleteSSHKeyRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return DeleteSSHKeyRequest Modifier and Type Method Description DeleteSSHKeyRequestDeleteSSHKeyRequest.Builder. build()DeleteSSHKeyRequestDeleteSSHKeyRequest.Builder. buildPartial()static DeleteSSHKeyRequestDeleteSSHKeyRequest. getDefaultInstance()DeleteSSHKeyRequestDeleteSSHKeyRequest.Builder. getDefaultInstanceForType()DeleteSSHKeyRequestDeleteSSHKeyRequest. getDefaultInstanceForType()static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseDelimitedFrom(InputStream input)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(byte[] data)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(InputStream input)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(ByteBuffer data)static DeleteSSHKeyRequestDeleteSSHKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type DeleteSSHKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionClient. deleteSSHKeyCallable()Deletes a public SSH key registered in the specified project.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionSettings.Builder. deleteSSHKeySettings()Returns the builder for the settings used for calls to deleteSSHKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionSettings. deleteSSHKeySettings()Returns the object with the settings used for calls to deleteSSHKey.static io.grpc.MethodDescriptor<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionGrpc. getDeleteSSHKeyMethod()com.google.protobuf.Parser<DeleteSSHKeyRequest>DeleteSSHKeyRequest. getParserForType()static com.google.protobuf.Parser<DeleteSSHKeyRequest>DeleteSSHKeyRequest. parser()Methods in com.google.cloud.baremetalsolution.v2 with parameters of type DeleteSSHKeyRequest Modifier and Type Method Description voidBareMetalSolutionClient. deleteSSHKey(DeleteSSHKeyRequest request)Deletes a public SSH key registered in the specified project.default voidBareMetalSolutionGrpc.AsyncService. deleteSSHKey(DeleteSSHKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a public SSH key registered in the specified project.com.google.protobuf.EmptyBareMetalSolutionGrpc.BareMetalSolutionBlockingStub. deleteSSHKey(DeleteSSHKeyRequest request)Deletes a public SSH key registered in the specified project.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>BareMetalSolutionGrpc.BareMetalSolutionFutureStub. deleteSSHKey(DeleteSSHKeyRequest request)Deletes a public SSH key registered in the specified project.voidBareMetalSolutionGrpc.BareMetalSolutionStub. deleteSSHKey(DeleteSSHKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a public SSH key registered in the specified project.DeleteSSHKeyRequest.BuilderDeleteSSHKeyRequest.Builder. mergeFrom(DeleteSSHKeyRequest other)static DeleteSSHKeyRequest.BuilderDeleteSSHKeyRequest. newBuilder(DeleteSSHKeyRequest prototype) -
Uses of DeleteSSHKeyRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type DeleteSSHKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionStub. deleteSSHKeyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSSHKeyRequest,com.google.protobuf.Empty>GrpcBareMetalSolutionStub. deleteSSHKeyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSSHKeyRequest,com.google.protobuf.Empty>HttpJsonBareMetalSolutionStub. deleteSSHKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionStubSettings.Builder. deleteSSHKeySettings()Returns the builder for the settings used for calls to deleteSSHKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteSSHKeyRequest,com.google.protobuf.Empty>BareMetalSolutionStubSettings. deleteSSHKeySettings()Returns the object with the settings used for calls to deleteSSHKey.
-