Uses of Class
com.google.cloud.secretmanager.v1beta1.DeleteSecretRequest
-
Packages that use DeleteSecretRequest Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples.com.google.cloud.secretmanager.v1beta1.stub -
-
Uses of DeleteSecretRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return DeleteSecretRequest Modifier and Type Method Description DeleteSecretRequest
DeleteSecretRequest.Builder. build()
DeleteSecretRequest
DeleteSecretRequest.Builder. buildPartial()
static DeleteSecretRequest
DeleteSecretRequest. getDefaultInstance()
DeleteSecretRequest
DeleteSecretRequest.Builder. getDefaultInstanceForType()
DeleteSecretRequest
DeleteSecretRequest. getDefaultInstanceForType()
static DeleteSecretRequest
DeleteSecretRequest. parseDelimitedFrom(InputStream input)
static DeleteSecretRequest
DeleteSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(byte[] data)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(InputStream input)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(ByteBuffer data)
static DeleteSecretRequest
DeleteSecretRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 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.secrets.v1beta1.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.v1beta1 with parameters of type DeleteSecretRequest Modifier and Type Method Description void
SecretManagerServiceClient. deleteSecret(DeleteSecretRequest request)
Deletes a [Secret][google.cloud.secrets.v1beta1.Secret].com.google.protobuf.Empty
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. deleteSecret(DeleteSecretRequest request)
Deletes a [Secret][google.cloud.secrets.v1beta1.Secret].com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. deleteSecret(DeleteSecretRequest request)
Deletes a [Secret][google.cloud.secrets.v1beta1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. deleteSecret(DeleteSecretRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a [Secret][google.cloud.secrets.v1beta1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceStub. deleteSecret(DeleteSecretRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a [Secret][google.cloud.secrets.v1beta1.Secret].DeleteSecretRequest.Builder
DeleteSecretRequest.Builder. mergeFrom(DeleteSecretRequest other)
static DeleteSecretRequest.Builder
DeleteSecretRequest. newBuilder(DeleteSecretRequest prototype)
-
Uses of DeleteSecretRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.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>
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.
-