Uses of Class
com.google.cloud.secretmanager.v1.DeleteSecretRequest
-
Packages that use DeleteSecretRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of DeleteSecretRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return DeleteSecretRequest Modifier and Type Method Description DeleteSecretRequestDeleteSecretRequest.Builder. build()DeleteSecretRequestDeleteSecretRequest.Builder. buildPartial()static DeleteSecretRequestDeleteSecretRequest. getDefaultInstance()DeleteSecretRequestDeleteSecretRequest.Builder. getDefaultInstanceForType()DeleteSecretRequestDeleteSecretRequest. getDefaultInstanceForType()static DeleteSecretRequestDeleteSecretRequest. parseDelimitedFrom(InputStream input)static DeleteSecretRequestDeleteSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSecretRequestDeleteSecretRequest. parseFrom(byte[] data)static DeleteSecretRequestDeleteSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSecretRequestDeleteSecretRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteSecretRequestDeleteSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSecretRequestDeleteSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteSecretRequestDeleteSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSecretRequestDeleteSecretRequest. parseFrom(InputStream input)static DeleteSecretRequestDeleteSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSecretRequestDeleteSecretRequest. parseFrom(ByteBuffer data)static DeleteSecretRequestDeleteSecretRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type DeleteSecretRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceClient. deleteSecretCallable()Deletes a [Secret][google.cloud.secretmanager.v1.Secret].com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceSettings.Builder. deleteSecretSettings()Returns the builder for the settings used for calls to deleteSecret.com.google.api.gax.rpc.UnaryCallSettings<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceSettings. deleteSecretSettings()Returns the object with the settings used for calls to deleteSecret.static io.grpc.MethodDescriptor<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceGrpc. getDeleteSecretMethod()com.google.protobuf.Parser<DeleteSecretRequest>DeleteSecretRequest. getParserForType()static com.google.protobuf.Parser<DeleteSecretRequest>DeleteSecretRequest. parser()Methods in com.google.cloud.secretmanager.v1 with parameters of type DeleteSecretRequest Modifier and Type Method Description voidSecretManagerServiceClient. deleteSecret(DeleteSecretRequest request)Deletes a [Secret][google.cloud.secretmanager.v1.Secret].default voidSecretManagerServiceGrpc.AsyncService. deleteSecret(DeleteSecretRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a [Secret][google.cloud.secretmanager.v1.Secret].com.google.protobuf.EmptySecretManagerServiceGrpc.SecretManagerServiceBlockingStub. deleteSecret(DeleteSecretRequest request)Deletes a [Secret][google.cloud.secretmanager.v1.Secret].com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>SecretManagerServiceGrpc.SecretManagerServiceFutureStub. deleteSecret(DeleteSecretRequest request)Deletes a [Secret][google.cloud.secretmanager.v1.Secret].voidSecretManagerServiceGrpc.SecretManagerServiceStub. deleteSecret(DeleteSecretRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a [Secret][google.cloud.secretmanager.v1.Secret].DeleteSecretRequest.BuilderDeleteSecretRequest.Builder. mergeFrom(DeleteSecretRequest other)static DeleteSecretRequest.BuilderDeleteSecretRequest. newBuilder(DeleteSecretRequest prototype) -
Uses of DeleteSecretRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.stub that return types with arguments of type DeleteSecretRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty>GrpcSecretManagerServiceStub. deleteSecretCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty>HttpJsonSecretManagerServiceStub. deleteSecretCallable()com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceStub. deleteSecretCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceStubSettings.Builder. deleteSecretSettings()Returns the builder for the settings used for calls to deleteSecret.com.google.api.gax.rpc.UnaryCallSettings<DeleteSecretRequest,com.google.protobuf.Empty>SecretManagerServiceStubSettings. deleteSecretSettings()Returns the object with the settings used for calls to deleteSecret.
-