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 AddPublicKeyResponseAddPublicKeyResponse.Builder. build()AddPublicKeyResponseAddPublicKeyResponse.Builder. buildPartial()static AddPublicKeyResponseAddPublicKeyResponse. getDefaultInstance()AddPublicKeyResponseAddPublicKeyResponse.Builder. getDefaultInstanceForType()AddPublicKeyResponseAddPublicKeyResponse. getDefaultInstanceForType()static AddPublicKeyResponseAddPublicKeyResponse. parseDelimitedFrom(InputStream input)static AddPublicKeyResponseAddPublicKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(byte[] data)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(InputStream input)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddPublicKeyResponseAddPublicKeyResponse. parseFrom(ByteBuffer data)static AddPublicKeyResponseAddPublicKeyResponse. 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.BuilderAddPublicKeyResponse.Builder. mergeFrom(AddPublicKeyResponse other)static AddPublicKeyResponse.BuilderAddPublicKeyResponse. 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.
-