Uses of Class
com.google.cloud.secretmanager.v1.DisableSecretVersionRequest
-
Packages that use DisableSecretVersionRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of DisableSecretVersionRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return DisableSecretVersionRequest Modifier and Type Method Description DisableSecretVersionRequestDisableSecretVersionRequest.Builder. build()DisableSecretVersionRequestDisableSecretVersionRequest.Builder. buildPartial()static DisableSecretVersionRequestDisableSecretVersionRequest. getDefaultInstance()DisableSecretVersionRequestDisableSecretVersionRequest.Builder. getDefaultInstanceForType()DisableSecretVersionRequestDisableSecretVersionRequest. getDefaultInstanceForType()static DisableSecretVersionRequestDisableSecretVersionRequest. parseDelimitedFrom(InputStream input)static DisableSecretVersionRequestDisableSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(byte[] data)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(InputStream input)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(ByteBuffer data)static DisableSecretVersionRequestDisableSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.secretmanager.v1 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.secretmanager.v1.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.v1 with parameters of type DisableSecretVersionRequest Modifier and Type Method Description SecretVersionSecretManagerServiceClient. disableSecretVersion(DisableSecretVersionRequest request)Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].default voidSecretManagerServiceGrpc.AsyncService. disableSecretVersion(DisableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersionSecretManagerServiceGrpc.SecretManagerServiceBlockingStub. disableSecretVersion(DisableSecretVersionRequest request)Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<SecretVersion>SecretManagerServiceGrpc.SecretManagerServiceFutureStub. disableSecretVersion(DisableSecretVersionRequest request)Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].voidSecretManagerServiceGrpc.SecretManagerServiceStub. disableSecretVersion(DisableSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].DisableSecretVersionRequest.BuilderDisableSecretVersionRequest.Builder. mergeFrom(DisableSecretVersionRequest other)static DisableSecretVersionRequest.BuilderDisableSecretVersionRequest. newBuilder(DisableSecretVersionRequest prototype) -
Uses of DisableSecretVersionRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.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>HttpJsonSecretManagerServiceStub. 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.
-