Uses of Class
com.google.cloud.shell.v1.AddPublicKeyResponse
-
Packages that use AddPublicKeyResponse Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of AddPublicKeyResponse in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return AddPublicKeyResponse Modifier and Type Method Description AddPublicKeyResponse
AddPublicKeyResponse.Builder. build()
AddPublicKeyResponse
AddPublicKeyResponse.Builder. buildPartial()
static AddPublicKeyResponse
AddPublicKeyResponse. getDefaultInstance()
AddPublicKeyResponse
AddPublicKeyResponse.Builder. getDefaultInstanceForType()
AddPublicKeyResponse
AddPublicKeyResponse. getDefaultInstanceForType()
static AddPublicKeyResponse
AddPublicKeyResponse. parseDelimitedFrom(InputStream input)
static AddPublicKeyResponse
AddPublicKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(byte[] data)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(InputStream input)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(ByteBuffer data)
static AddPublicKeyResponse
AddPublicKeyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.shell.v1 that return types with arguments of type AddPublicKeyResponse Modifier and Type Method Description 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.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.protobuf.Parser<AddPublicKeyResponse>
AddPublicKeyResponse. getParserForType()
static com.google.protobuf.Parser<AddPublicKeyResponse>
AddPublicKeyResponse. parser()
Methods in com.google.cloud.shell.v1 with parameters of type AddPublicKeyResponse Modifier and Type Method Description AddPublicKeyResponse.Builder
AddPublicKeyResponse.Builder. mergeFrom(AddPublicKeyResponse other)
static AddPublicKeyResponse.Builder
AddPublicKeyResponse. newBuilder(AddPublicKeyResponse prototype)
-
Uses of AddPublicKeyResponse in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type AddPublicKeyResponse Modifier and Type Method Description 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.
-