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