Uses of Class
com.google.cloud.secretmanager.v1beta1.SecretVersion
-
Packages that use SecretVersion 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 SecretVersion in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return SecretVersion Modifier and Type Method Description SecretVersion
SecretManagerServiceClient. addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].SecretVersion
SecretManagerServiceClient. addSecretVersion(SecretName parent, SecretPayload payload)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].SecretVersion
SecretManagerServiceClient. addSecretVersion(String parent, SecretPayload payload)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].SecretVersion
SecretVersion.Builder. build()
SecretVersion
SecretVersion.Builder. buildPartial()
SecretVersion
SecretManagerServiceClient. destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. destroySecretVersion(SecretVersionName name)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. destroySecretVersion(String name)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. disableSecretVersion(SecretVersionName name)
Disables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. disableSecretVersion(String name)
Disables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. enableSecretVersion(SecretVersionName name)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. enableSecretVersion(String name)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].static SecretVersion
SecretVersion. getDefaultInstance()
SecretVersion
SecretVersion.Builder. getDefaultInstanceForType()
SecretVersion
SecretVersion. getDefaultInstanceForType()
SecretVersion
SecretManagerServiceClient. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. getSecretVersion(SecretVersionName name)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceClient. getSecretVersion(String name)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
ListSecretVersionsResponse.Builder. getVersions(int index)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).SecretVersion
ListSecretVersionsResponse. getVersions(int index)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).SecretVersion
ListSecretVersionsResponseOrBuilder. getVersions(int index)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).static SecretVersion
SecretVersion. parseDelimitedFrom(InputStream input)
static SecretVersion
SecretVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretVersion
SecretVersion. parseFrom(byte[] data)
static SecretVersion
SecretVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretVersion
SecretVersion. parseFrom(com.google.protobuf.ByteString data)
static SecretVersion
SecretVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretVersion
SecretVersion. parseFrom(com.google.protobuf.CodedInputStream input)
static SecretVersion
SecretVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretVersion
SecretVersion. parseFrom(InputStream input)
static SecretVersion
SecretVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecretVersion
SecretVersion. parseFrom(ByteBuffer data)
static SecretVersion
SecretVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 that return types with arguments of type SecretVersion Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceClient. addSecretVersionCallable()
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].com.google.api.gax.rpc.UnaryCallSettings<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings. addSecretVersionSettings()
Returns the object with the settings used for calls to addSecretVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings.Builder. addSecretVersionSettings()
Returns the builder for the settings used for calls to addSecretVersion.com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceClient. destroySecretVersionCallable()
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceSettings.Builder. destroySecretVersionSettings()
Returns the builder for the settings used for calls to destroySecretVersion.com.google.api.gax.rpc.UnaryCallSettings<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceSettings. destroySecretVersionSettings()
Returns the object with the settings used for calls to destroySecretVersion.com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].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.com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].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<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getAddSecretVersionMethod()
static io.grpc.MethodDescriptor<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getDestroySecretVersionMethod()
static io.grpc.MethodDescriptor<DisableSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getDisableSecretVersionMethod()
static io.grpc.MethodDescriptor<EnableSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getEnableSecretVersionMethod()
static io.grpc.MethodDescriptor<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getGetSecretVersionMethod()
com.google.protobuf.Parser<SecretVersion>
SecretVersion. getParserForType()
com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceClient. getSecretVersionCallable()
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings.Builder. getSecretVersionSettings()
Returns the builder for the settings used for calls to getSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings. getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.List<SecretVersion>
ListSecretVersionsResponse.Builder. getVersionsList()
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).List<SecretVersion>
ListSecretVersionsResponse. getVersionsList()
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).List<SecretVersion>
ListSecretVersionsResponseOrBuilder. getVersionsList()
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).static com.google.protobuf.Parser<SecretVersion>
SecretVersion. parser()
Methods in com.google.cloud.secretmanager.v1beta1 with parameters of type SecretVersion Modifier and Type Method Description ListSecretVersionsResponse.Builder
ListSecretVersionsResponse.Builder. addVersions(int index, SecretVersion value)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).ListSecretVersionsResponse.Builder
ListSecretVersionsResponse.Builder. addVersions(SecretVersion value)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).SecretVersion.Builder
SecretVersion.Builder. mergeFrom(SecretVersion other)
static SecretVersion.Builder
SecretVersion. newBuilder(SecretVersion prototype)
ListSecretVersionsResponse.Builder
ListSecretVersionsResponse.Builder. setVersions(int index, SecretVersion value)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).Method parameters in com.google.cloud.secretmanager.v1beta1 with type arguments of type SecretVersion Modifier and Type Method Description ListSecretVersionsResponse.Builder
ListSecretVersionsResponse.Builder. addAllVersions(Iterable<? extends SecretVersion> values)
The list of [SecretVersions][google.cloud.secrets.v1beta1.SecretVersion] sorted in reverse by create_time (newest first).void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. addSecretVersion(AddSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceStub. addSecretVersion(AddSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Creates a new [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] containing secret data and attaches it to an existing [Secret][google.cloud.secrets.v1beta1.Secret].static com.google.api.core.ApiFuture<SecretManagerServiceClient.ListSecretVersionsPagedResponse>
SecretManagerServiceClient.ListSecretVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context, com.google.api.core.ApiFuture<ListSecretVersionsResponse> futureResponse)
protected SecretManagerServiceClient.ListSecretVersionsPage
SecretManagerServiceClient.ListSecretVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context, ListSecretVersionsResponse response)
com.google.api.core.ApiFuture<SecretManagerServiceClient.ListSecretVersionsPage>
SecretManagerServiceClient.ListSecretVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context, com.google.api.core.ApiFuture<ListSecretVersionsResponse> futureResponse)
void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. destroySecretVersion(DestroySecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Destroys a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceStub. destroySecretVersion(DestroySecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Destroys 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].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].void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceStub. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion]. -
Uses of SecretVersion in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.stub that return types with arguments of type SecretVersion Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion>
GrpcSecretManagerServiceStub. addSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceStub. addSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings. addSecretVersionSettings()
Returns the object with the settings used for calls to addSecretVersion.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings.Builder. addSecretVersionSettings()
Returns the builder for the settings used for calls to addSecretVersion.com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion>
GrpcSecretManagerServiceStub. destroySecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceStub. destroySecretVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings.Builder. destroySecretVersionSettings()
Returns the builder for the settings used for calls to destroySecretVersion.com.google.api.gax.rpc.UnaryCallSettings<DestroySecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings. destroySecretVersionSettings()
Returns the object with the settings used for calls to destroySecretVersion.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.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.com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
GrpcSecretManagerServiceStub. getSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStub. getSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings.Builder. getSecretVersionSettings()
Returns the builder for the settings used for calls to getSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings. getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.
-