Uses of Class
com.google.cloud.secretmanager.v1.UpdateSecretRequest
-
Packages that use UpdateSecretRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of UpdateSecretRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return UpdateSecretRequest Modifier and Type Method Description UpdateSecretRequest
UpdateSecretRequest.Builder. build()
UpdateSecretRequest
UpdateSecretRequest.Builder. buildPartial()
static UpdateSecretRequest
UpdateSecretRequest. getDefaultInstance()
UpdateSecretRequest
UpdateSecretRequest.Builder. getDefaultInstanceForType()
UpdateSecretRequest
UpdateSecretRequest. getDefaultInstanceForType()
static UpdateSecretRequest
UpdateSecretRequest. parseDelimitedFrom(InputStream input)
static UpdateSecretRequest
UpdateSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(byte[] data)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(InputStream input)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(ByteBuffer data)
static UpdateSecretRequest
UpdateSecretRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type UpdateSecretRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSecretRequest>
UpdateSecretRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateSecretRequest,Secret>
SecretManagerServiceGrpc. getUpdateSecretMethod()
static com.google.protobuf.Parser<UpdateSecretRequest>
UpdateSecretRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret>
SecretManagerServiceClient. updateSecretCallable()
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSecretRequest,Secret>
SecretManagerServiceSettings.Builder. updateSecretSettings()
Returns the builder for the settings used for calls to updateSecret.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecretRequest,Secret>
SecretManagerServiceSettings. updateSecretSettings()
Returns the object with the settings used for calls to updateSecret.Methods in com.google.cloud.secretmanager.v1 with parameters of type UpdateSecretRequest Modifier and Type Method Description UpdateSecretRequest.Builder
UpdateSecretRequest.Builder. mergeFrom(UpdateSecretRequest other)
static UpdateSecretRequest.Builder
UpdateSecretRequest. newBuilder(UpdateSecretRequest prototype)
Secret
SecretManagerServiceClient. updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].default void
SecretManagerServiceGrpc.AsyncService. updateSecret(UpdateSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].Secret
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].com.google.common.util.concurrent.ListenableFuture<Secret>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceStub. updateSecret(UpdateSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret]. -
Uses of UpdateSecretRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.stub that return types with arguments of type UpdateSecretRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret>
GrpcSecretManagerServiceStub. updateSecretCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret>
HttpJsonSecretManagerServiceStub. updateSecretCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret>
SecretManagerServiceStub. updateSecretCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSecretRequest,Secret>
SecretManagerServiceStubSettings.Builder. updateSecretSettings()
Returns the builder for the settings used for calls to updateSecret.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecretRequest,Secret>
SecretManagerServiceStubSettings. updateSecretSettings()
Returns the object with the settings used for calls to updateSecret.
-