Uses of Class
com.google.cloud.secretmanager.v1beta1.AddSecretVersionRequest
-
Packages that use AddSecretVersionRequest 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 AddSecretVersionRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return AddSecretVersionRequest Modifier and Type Method Description AddSecretVersionRequest
AddSecretVersionRequest.Builder. build()
AddSecretVersionRequest
AddSecretVersionRequest.Builder. buildPartial()
static AddSecretVersionRequest
AddSecretVersionRequest. getDefaultInstance()
AddSecretVersionRequest
AddSecretVersionRequest.Builder. getDefaultInstanceForType()
AddSecretVersionRequest
AddSecretVersionRequest. getDefaultInstanceForType()
static AddSecretVersionRequest
AddSecretVersionRequest. parseDelimitedFrom(InputStream input)
static AddSecretVersionRequest
AddSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(byte[] data)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(InputStream input)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(ByteBuffer data)
static AddSecretVersionRequest
AddSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 that return types with arguments of type AddSecretVersionRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<AddSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getAddSecretVersionMethod()
com.google.protobuf.Parser<AddSecretVersionRequest>
AddSecretVersionRequest. getParserForType()
static com.google.protobuf.Parser<AddSecretVersionRequest>
AddSecretVersionRequest. parser()
Methods in com.google.cloud.secretmanager.v1beta1 with parameters of type AddSecretVersionRequest 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
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].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].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].AddSecretVersionRequest.Builder
AddSecretVersionRequest.Builder. mergeFrom(AddSecretVersionRequest other)
static AddSecretVersionRequest.Builder
AddSecretVersionRequest. newBuilder(AddSecretVersionRequest prototype)
-
Uses of AddSecretVersionRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.stub that return types with arguments of type AddSecretVersionRequest 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.
-