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