Uses of Class
com.google.cloud.kms.v1.UpdateEkmConfigRequest
-
Packages that use UpdateEkmConfigRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of UpdateEkmConfigRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return UpdateEkmConfigRequest Modifier and Type Method Description UpdateEkmConfigRequestUpdateEkmConfigRequest.Builder. build()UpdateEkmConfigRequestUpdateEkmConfigRequest.Builder. buildPartial()static UpdateEkmConfigRequestUpdateEkmConfigRequest. getDefaultInstance()UpdateEkmConfigRequestUpdateEkmConfigRequest.Builder. getDefaultInstanceForType()UpdateEkmConfigRequestUpdateEkmConfigRequest. getDefaultInstanceForType()static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseDelimitedFrom(InputStream input)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(byte[] data)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(InputStream input)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(ByteBuffer data)static UpdateEkmConfigRequestUpdateEkmConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type UpdateEkmConfigRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateEkmConfigRequest>UpdateEkmConfigRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateEkmConfigRequest,EkmConfig>EkmServiceGrpc. getUpdateEkmConfigMethod()static com.google.protobuf.Parser<UpdateEkmConfigRequest>UpdateEkmConfigRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateEkmConfigRequest,EkmConfig>EkmServiceClient. updateEkmConfigCallable()Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEkmConfigRequest,EkmConfig>EkmServiceSettings.Builder. updateEkmConfigSettings()Returns the builder for the settings used for calls to updateEkmConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateEkmConfigRequest,EkmConfig>EkmServiceSettings. updateEkmConfigSettings()Returns the object with the settings used for calls to updateEkmConfig.Methods in com.google.cloud.kms.v1 with parameters of type UpdateEkmConfigRequest Modifier and Type Method Description UpdateEkmConfigRequest.BuilderUpdateEkmConfigRequest.Builder. mergeFrom(UpdateEkmConfigRequest other)static UpdateEkmConfigRequest.BuilderUpdateEkmConfigRequest. newBuilder(UpdateEkmConfigRequest prototype)EkmConfigEkmServiceClient. updateEkmConfig(UpdateEkmConfigRequest request)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.default voidEkmServiceGrpc.AsyncService. updateEkmConfig(UpdateEkmConfigRequest request, io.grpc.stub.StreamObserver<EkmConfig> responseObserver)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.EkmConfigEkmServiceGrpc.EkmServiceBlockingStub. updateEkmConfig(UpdateEkmConfigRequest request)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.com.google.common.util.concurrent.ListenableFuture<EkmConfig>EkmServiceGrpc.EkmServiceFutureStub. updateEkmConfig(UpdateEkmConfigRequest request)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.voidEkmServiceGrpc.EkmServiceStub. updateEkmConfig(UpdateEkmConfigRequest request, io.grpc.stub.StreamObserver<EkmConfig> responseObserver)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location. -
Uses of UpdateEkmConfigRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type UpdateEkmConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateEkmConfigRequest,EkmConfig>EkmServiceStub. updateEkmConfigCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEkmConfigRequest,EkmConfig>GrpcEkmServiceStub. updateEkmConfigCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEkmConfigRequest,EkmConfig>HttpJsonEkmServiceStub. updateEkmConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEkmConfigRequest,EkmConfig>EkmServiceStubSettings.Builder. updateEkmConfigSettings()Returns the builder for the settings used for calls to updateEkmConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateEkmConfigRequest,EkmConfig>EkmServiceStubSettings. updateEkmConfigSettings()Returns the object with the settings used for calls to updateEkmConfig.
-