Uses of Class
com.google.cloud.secretmanager.v1.EnableSecretVersionRequest
-
Packages that use EnableSecretVersionRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of EnableSecretVersionRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 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.v1 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.secretmanager.v1.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.v1 with parameters of type EnableSecretVersionRequest Modifier and Type Method Description SecretVersion
SecretManagerServiceClient. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].default void
SecretManagerServiceGrpc.AsyncService. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceStub. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].EnableSecretVersionRequest.Builder
EnableSecretVersionRequest.Builder. mergeFrom(EnableSecretVersionRequest other)
static EnableSecretVersionRequest.Builder
EnableSecretVersionRequest. newBuilder(EnableSecretVersionRequest prototype)
-
Uses of EnableSecretVersionRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.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>
HttpJsonSecretManagerServiceStub. 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.
-