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