public static interface ProtoBufProto.ProtoSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.DescriptorProtos.DescriptorProto |
getProtoDescriptor()
Message descriptor for the data.
|
com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder |
getProtoDescriptorOrBuilder()
Message descriptor for the data.
|
boolean |
hasProtoDescriptor()
Message descriptor for the data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProtoDescriptor()
Message descriptor for the data. The descriptor has to be self contained to include all the nested type definition, excepted for proto buffer well known types (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) and zetasql public protos (https://github.com/google/zetasql/tree/master/zetasql/public/proto).
.google.protobuf.DescriptorProto proto_descriptor = 1;com.google.protobuf.DescriptorProtos.DescriptorProto getProtoDescriptor()
Message descriptor for the data. The descriptor has to be self contained to include all the nested type definition, excepted for proto buffer well known types (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) and zetasql public protos (https://github.com/google/zetasql/tree/master/zetasql/public/proto).
.google.protobuf.DescriptorProto proto_descriptor = 1;com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getProtoDescriptorOrBuilder()
Message descriptor for the data. The descriptor has to be self contained to include all the nested type definition, excepted for proto buffer well known types (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) and zetasql public protos (https://github.com/google/zetasql/tree/master/zetasql/public/proto).
.google.protobuf.DescriptorProto proto_descriptor = 1;Copyright © 2020 Google LLC. All rights reserved.