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 DeleteSSHKeyRequest
DeleteSSHKeyRequest.Builder. build()
DeleteSSHKeyRequest
DeleteSSHKeyRequest.Builder. buildPartial()
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. getDefaultInstance()
DeleteSSHKeyRequest
DeleteSSHKeyRequest.Builder. getDefaultInstanceForType()
DeleteSSHKeyRequest
DeleteSSHKeyRequest. getDefaultInstanceForType()
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseDelimitedFrom(InputStream input)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(byte[] data)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(InputStream input)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. parseFrom(ByteBuffer data)
static DeleteSSHKeyRequest
DeleteSSHKeyRequest. 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 void
BareMetalSolutionClient. deleteSSHKey(DeleteSSHKeyRequest request)
Deletes a public SSH key registered in the specified project.default void
BareMetalSolutionGrpc.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.Empty
BareMetalSolutionGrpc.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.void
BareMetalSolutionGrpc.BareMetalSolutionStub. deleteSSHKey(DeleteSSHKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a public SSH key registered in the specified project.DeleteSSHKeyRequest.Builder
DeleteSSHKeyRequest.Builder. mergeFrom(DeleteSSHKeyRequest other)
static DeleteSSHKeyRequest.Builder
DeleteSSHKeyRequest. 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.
-