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 EnableSecretVersionRequestEnableSecretVersionRequest.Builder. build()EnableSecretVersionRequestEnableSecretVersionRequest.Builder. buildPartial()static EnableSecretVersionRequestEnableSecretVersionRequest. getDefaultInstance()EnableSecretVersionRequestEnableSecretVersionRequest.Builder. getDefaultInstanceForType()EnableSecretVersionRequestEnableSecretVersionRequest. getDefaultInstanceForType()static EnableSecretVersionRequestEnableSecretVersionRequest. parseDelimitedFrom(InputStream input)static EnableSecretVersionRequestEnableSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(byte[] data)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(InputStream input)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableSecretVersionRequestEnableSecretVersionRequest. parseFrom(ByteBuffer data)static EnableSecretVersionRequestEnableSecretVersionRequest. 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 SecretVersionSecretManagerServiceClient. enableSecretVersion(EnableSecretVersionRequest request)Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].default voidSecretManagerServiceGrpc.AsyncService. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersionSecretManagerServiceGrpc.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].voidSecretManagerServiceGrpc.SecretManagerServiceStub. enableSecretVersion(EnableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].EnableSecretVersionRequest.BuilderEnableSecretVersionRequest.Builder. mergeFrom(EnableSecretVersionRequest other)static EnableSecretVersionRequest.BuilderEnableSecretVersionRequest. 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.
-