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 UpdateSecretRequestUpdateSecretRequest.Builder. build()UpdateSecretRequestUpdateSecretRequest.Builder. buildPartial()static UpdateSecretRequestUpdateSecretRequest. getDefaultInstance()UpdateSecretRequestUpdateSecretRequest.Builder. getDefaultInstanceForType()UpdateSecretRequestUpdateSecretRequest. getDefaultInstanceForType()static UpdateSecretRequestUpdateSecretRequest. parseDelimitedFrom(InputStream input)static UpdateSecretRequestUpdateSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecretRequestUpdateSecretRequest. parseFrom(byte[] data)static UpdateSecretRequestUpdateSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecretRequestUpdateSecretRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSecretRequestUpdateSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecretRequestUpdateSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSecretRequestUpdateSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecretRequestUpdateSecretRequest. parseFrom(InputStream input)static UpdateSecretRequestUpdateSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecretRequestUpdateSecretRequest. parseFrom(ByteBuffer data)static UpdateSecretRequestUpdateSecretRequest. 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.BuilderUpdateSecretRequest.Builder. mergeFrom(UpdateSecretRequest other)static UpdateSecretRequest.BuilderUpdateSecretRequest. newBuilder(UpdateSecretRequest prototype)SecretSecretManagerServiceClient. updateSecret(UpdateSecretRequest request)Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].default voidSecretManagerServiceGrpc.AsyncService. updateSecret(UpdateSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].SecretSecretManagerServiceGrpc.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].voidSecretManagerServiceGrpc.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.
-