Uses of Class
org.hansken.extraction.plugin.grpc.RpcBatchUpdate.Builder
Packages that use RpcBatchUpdate.Builder
-
Uses of RpcBatchUpdate.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcBatchUpdate.BuilderModifier and TypeMethodDescriptionRpcBatchUpdate.Builder.addActions(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.addActions(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.addActions(com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.addActions(com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.addAllActions(Iterable<? extends com.google.protobuf.Any> values) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcBatchUpdate.Builder.clear()RpcBatchUpdate.Builder.clearActions()repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcBatchUpdate.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcBatchUpdate.Builder.clone()RpcFinish.Builder.getUpdateBuilder().org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;RpcBatchUpdate.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcBatchUpdate.Builder.mergeFrom(com.google.protobuf.Message other) RpcBatchUpdate.Builder.mergeFrom(RpcBatchUpdate other) final RpcBatchUpdate.BuilderRpcBatchUpdate.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RpcBatchUpdate.BuilderRpcBatchUpdate.newBuilder()static RpcBatchUpdate.BuilderRpcBatchUpdate.newBuilder(RpcBatchUpdate prototype) RpcBatchUpdate.newBuilderForType()protected RpcBatchUpdate.BuilderRpcBatchUpdate.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcBatchUpdate.Builder.removeActions(int index) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.setActions(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.setActions(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcBatchUpdate.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcBatchUpdate.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RpcBatchUpdate.BuilderRpcBatchUpdate.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcBatchUpdate.toBuilder()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcBatchUpdate.BuilderModifier and TypeMethodDescriptionRpcFinish.Builder.setUpdate(RpcBatchUpdate.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;