public interface ToProtoConverter<T>
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.DynamicMessage |
convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
T inputObject,
boolean ignoreUnknownFields) |
com.google.protobuf.DynamicMessage convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema,
TableSchema tableSchema,
T inputObject,
boolean ignoreUnknownFields)
Copyright © 2023 Google LLC. All rights reserved.