Interface ProtoSchemaOrBuilder (3.5.1)

public interface ProtoSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProtoDescriptor()

public abstract DescriptorProtos.DescriptorProto getProtoDescriptor()

Descriptor for input message. The provided descriptor must be self contained, such that data rows sent can be fully decoded using only the single descriptor. For data rows that are compositions of multiple independent messages, this means the descriptor may need to be transformed to only use nested types: https://developers.google.com/protocol-buffers/docs/proto#nested

For additional information for how proto types and values map onto BigQuery see: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions

.google.protobuf.DescriptorProto proto_descriptor = 1;

Returns
Type Description
DescriptorProto

The protoDescriptor.

getProtoDescriptorOrBuilder()

public abstract DescriptorProtos.DescriptorProtoOrBuilder getProtoDescriptorOrBuilder()

Descriptor for input message. The provided descriptor must be self contained, such that data rows sent can be fully decoded using only the single descriptor. For data rows that are compositions of multiple independent messages, this means the descriptor may need to be transformed to only use nested types: https://developers.google.com/protocol-buffers/docs/proto#nested

For additional information for how proto types and values map onto BigQuery see: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions

.google.protobuf.DescriptorProto proto_descriptor = 1;

Returns
Type Description
DescriptorProtoOrBuilder

hasProtoDescriptor()

public abstract boolean hasProtoDescriptor()

Descriptor for input message. The provided descriptor must be self contained, such that data rows sent can be fully decoded using only the single descriptor. For data rows that are compositions of multiple independent messages, this means the descriptor may need to be transformed to only use nested types: https://developers.google.com/protocol-buffers/docs/proto#nested

For additional information for how proto types and values map onto BigQuery see: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions

.google.protobuf.DescriptorProto proto_descriptor = 1;

Returns
Type Description
boolean

Whether the protoDescriptor field is set.