Uses of Class
com.google.cloud.shell.v1.AddPublicKeyRequest
-
Packages that use AddPublicKeyRequest Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of AddPublicKeyRequest in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return AddPublicKeyRequest Modifier and Type Method Description AddPublicKeyRequest
AddPublicKeyRequest.Builder. build()
AddPublicKeyRequest
AddPublicKeyRequest.Builder. buildPartial()
static AddPublicKeyRequest
AddPublicKeyRequest. getDefaultInstance()
AddPublicKeyRequest
AddPublicKeyRequest.Builder. getDefaultInstanceForType()
AddPublicKeyRequest
AddPublicKeyRequest. getDefaultInstanceForType()
static AddPublicKeyRequest
AddPublicKeyRequest. parseDelimitedFrom(InputStream input)
static AddPublicKeyRequest
AddPublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(byte[] data)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(InputStream input)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(ByteBuffer data)
static AddPublicKeyRequest
AddPublicKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.shell.v1 that return types with arguments of type AddPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceClient. addPublicKeyCallable()
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.com.google.api.gax.rpc.OperationCallable<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceClient. addPublicKeyOperationCallable()
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.com.google.api.gax.rpc.OperationCallSettings<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceSettings. addPublicKeyOperationSettings()
Returns the object with the settings used for calls to addPublicKey.com.google.api.gax.rpc.OperationCallSettings.Builder<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceSettings.Builder. addPublicKeyOperationSettings()
Returns the builder for the settings used for calls to addPublicKey.com.google.api.gax.rpc.UnaryCallSettings<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceSettings. addPublicKeySettings()
Returns the object with the settings used for calls to addPublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceSettings.Builder. addPublicKeySettings()
Returns the builder for the settings used for calls to addPublicKey.static io.grpc.MethodDescriptor<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceGrpc. getAddPublicKeyMethod()
com.google.protobuf.Parser<AddPublicKeyRequest>
AddPublicKeyRequest. getParserForType()
static com.google.protobuf.Parser<AddPublicKeyRequest>
AddPublicKeyRequest. parser()
Methods in com.google.cloud.shell.v1 with parameters of type AddPublicKeyRequest Modifier and Type Method Description default void
CloudShellServiceGrpc.AsyncService. addPublicKey(AddPublicKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.com.google.longrunning.Operation
CloudShellServiceGrpc.CloudShellServiceBlockingStub. addPublicKey(AddPublicKeyRequest request)
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudShellServiceGrpc.CloudShellServiceFutureStub. addPublicKey(AddPublicKeyRequest request)
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.void
CloudShellServiceGrpc.CloudShellServiceStub. addPublicKey(AddPublicKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.com.google.api.gax.longrunning.OperationFuture<AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceClient. addPublicKeyAsync(AddPublicKeyRequest request)
Adds a public SSH key to an environment, allowing clients with the corresponding private key to connect to that environment via SSH.AddPublicKeyRequest.Builder
AddPublicKeyRequest.Builder. mergeFrom(AddPublicKeyRequest other)
static AddPublicKeyRequest.Builder
AddPublicKeyRequest. newBuilder(AddPublicKeyRequest prototype)
-
Uses of AddPublicKeyRequest in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type AddPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStub. addPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<AddPublicKeyRequest,com.google.longrunning.Operation>
GrpcCloudShellServiceStub. addPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<AddPublicKeyRequest,com.google.longrunning.Operation>
HttpJsonCloudShellServiceStub. addPublicKeyCallable()
com.google.api.gax.rpc.OperationCallable<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceStub. addPublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
GrpcCloudShellServiceStub. addPublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
HttpJsonCloudShellServiceStub. addPublicKeyOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceStubSettings. addPublicKeyOperationSettings()
Returns the object with the settings used for calls to addPublicKey.com.google.api.gax.rpc.OperationCallSettings.Builder<AddPublicKeyRequest,AddPublicKeyResponse,AddPublicKeyMetadata>
CloudShellServiceStubSettings.Builder. addPublicKeyOperationSettings()
Returns the builder for the settings used for calls to addPublicKey.com.google.api.gax.rpc.UnaryCallSettings<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings. addPublicKeySettings()
Returns the object with the settings used for calls to addPublicKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddPublicKeyRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings.Builder. addPublicKeySettings()
Returns the builder for the settings used for calls to addPublicKey.
-