Uses of Class
com.google.cloud.secretmanager.v1beta1.EnableSecretVersionRequest
-
Packages that use EnableSecretVersionRequest 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 EnableSecretVersionRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return EnableSecretVersionRequest Modifier and Type Method Description EnableSecretVersionRequest
EnableSecretVersionRequest.Builder. build()
EnableSecretVersionRequest
EnableSecretVersionRequest.Builder. buildPartial()
static EnableSecretVersionRequest
EnableSecretVersionRequest. getDefaultInstance()
EnableSecretVersionRequest
EnableSecretVersionRequest.Builder. getDefaultInstanceForType()
EnableSecretVersionRequest
EnableSecretVersionRequest. getDefaultInstanceForType()
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseDelimitedFrom(InputStream input)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(byte[] data)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(InputStream input)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(ByteBuffer data)
static EnableSecretVersionRequest
EnableSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 that return types with arguments of type EnableSecretVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceClient. enableSecretVersionCallable()
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings.Builder. enableSecretVersionSettings()
Returns the builder for the settings used for calls to enableSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings. enableSecretVersionSettings()
Returns the object with the settings used for calls to enableSecretVersion.static io.grpc.MethodDescriptor<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getEnableSecretVersionMethod()
com.google.protobuf.Parser<EnableSecretVersionRequest>
EnableSecretVersionRequest. getParserForType()
static com.google.protobuf.Parser<EnableSecretVersionRequest>
EnableSecretVersionRequest. parser()
Methods in com.google.cloud.secretmanager.v1beta1 with parameters of type EnableSecretVersionRequest Modifier and Type Method Description SecretVersion
SecretManagerServiceClient. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceStub. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].EnableSecretVersionRequest.Builder
EnableSecretVersionRequest.Builder. mergeFrom(EnableSecretVersionRequest other)
static EnableSecretVersionRequest.Builder
EnableSecretVersionRequest. newBuilder(EnableSecretVersionRequest prototype)
-
Uses of EnableSecretVersionRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.stub that return types with arguments of type EnableSecretVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion>
GrpcSecretManagerServiceStub. enableSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceStub. enableSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings.Builder. enableSecretVersionSettings()
Returns the builder for the settings used for calls to enableSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings. enableSecretVersionSettings()
Returns the object with the settings used for calls to enableSecretVersion.
-