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