Uses of Class
com.google.cloud.shell.v1.RemovePublicKeyRequest
-
Packages that use RemovePublicKeyRequest Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of RemovePublicKeyRequest in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return RemovePublicKeyRequest Modifier and Type Method Description RemovePublicKeyRequest
RemovePublicKeyRequest.Builder. build()
RemovePublicKeyRequest
RemovePublicKeyRequest.Builder. buildPartial()
static RemovePublicKeyRequest
RemovePublicKeyRequest. getDefaultInstance()
RemovePublicKeyRequest
RemovePublicKeyRequest.Builder. getDefaultInstanceForType()
RemovePublicKeyRequest
RemovePublicKeyRequest. getDefaultInstanceForType()
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseDelimitedFrom(InputStream input)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(byte[] data)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(InputStream input)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(ByteBuffer data)
static RemovePublicKeyRequest
RemovePublicKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.shell.v1 that return types with arguments of type RemovePublicKeyRequest Modifier and Type Method Description com.google.protobuf.Parser<RemovePublicKeyRequest>
RemovePublicKeyRequest. getParserForType()
static io.grpc.MethodDescriptor<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceGrpc. getRemovePublicKeyMethod()
static com.google.protobuf.Parser<RemovePublicKeyRequest>
RemovePublicKeyRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceClient. removePublicKeyCallable()
Removes a public SSH key from an environment.com.google.api.gax.rpc.OperationCallable<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceClient. removePublicKeyOperationCallable()
Removes a public SSH key from an environment.com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceSettings.Builder. removePublicKeyOperationSettings()
Returns the builder for the settings used for calls to removePublicKey.com.google.api.gax.rpc.OperationCallSettings<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceSettings. removePublicKeyOperationSettings()
Returns the object with the settings used for calls to removePublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceSettings.Builder. removePublicKeySettings()
Returns the builder for the settings used for calls to removePublicKey.com.google.api.gax.rpc.UnaryCallSettings<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceSettings. removePublicKeySettings()
Returns the object with the settings used for calls to removePublicKey.Methods in com.google.cloud.shell.v1 with parameters of type RemovePublicKeyRequest Modifier and Type Method Description RemovePublicKeyRequest.Builder
RemovePublicKeyRequest.Builder. mergeFrom(RemovePublicKeyRequest other)
static RemovePublicKeyRequest.Builder
RemovePublicKeyRequest. newBuilder(RemovePublicKeyRequest prototype)
default void
CloudShellServiceGrpc.AsyncService. removePublicKey(RemovePublicKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Removes a public SSH key from an environment.com.google.longrunning.Operation
CloudShellServiceGrpc.CloudShellServiceBlockingStub. removePublicKey(RemovePublicKeyRequest request)
Removes a public SSH key from an environment.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudShellServiceGrpc.CloudShellServiceFutureStub. removePublicKey(RemovePublicKeyRequest request)
Removes a public SSH key from an environment.void
CloudShellServiceGrpc.CloudShellServiceStub. removePublicKey(RemovePublicKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Removes a public SSH key from an environment.com.google.api.gax.longrunning.OperationFuture<RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceClient. removePublicKeyAsync(RemovePublicKeyRequest request)
Removes a public SSH key from an environment. -
Uses of RemovePublicKeyRequest in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type RemovePublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStub. removePublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<RemovePublicKeyRequest,com.google.longrunning.Operation>
GrpcCloudShellServiceStub. removePublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<RemovePublicKeyRequest,com.google.longrunning.Operation>
HttpJsonCloudShellServiceStub. removePublicKeyCallable()
com.google.api.gax.rpc.OperationCallable<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceStub. removePublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
GrpcCloudShellServiceStub. removePublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
HttpJsonCloudShellServiceStub. removePublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceStubSettings.Builder. removePublicKeyOperationSettings()
Returns the builder for the settings used for calls to removePublicKey.com.google.api.gax.rpc.OperationCallSettings<RemovePublicKeyRequest,RemovePublicKeyResponse,RemovePublicKeyMetadata>
CloudShellServiceStubSettings. removePublicKeyOperationSettings()
Returns the object with the settings used for calls to removePublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings.Builder. removePublicKeySettings()
Returns the builder for the settings used for calls to removePublicKey.com.google.api.gax.rpc.UnaryCallSettings<RemovePublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings. removePublicKeySettings()
Returns the object with the settings used for calls to removePublicKey.
-