Uses of Class
com.google.cloud.bigquery.storage.v1.ProtoSchema.Builder
-
Packages that use ProtoSchema.Builder Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ProtoSchema.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ProtoSchema.Builder Modifier and Type Method Description ProtoSchema.Builder
ProtoSchema.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ProtoSchema.Builder
ProtoSchema.Builder. clear()
ProtoSchema.Builder
ProtoSchema.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ProtoSchema.Builder
ProtoSchema.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ProtoSchema.Builder
ProtoSchema.Builder. clearProtoDescriptor()
Descriptor for input message.ProtoSchema.Builder
ProtoSchema.Builder. clone()
ProtoSchema.Builder
AppendRowsRequest.ProtoData.Builder. getWriterSchemaBuilder()
The protocol buffer schema used to serialize the data.ProtoSchema.Builder
ProtoSchema.Builder. mergeFrom(ProtoSchema other)
ProtoSchema.Builder
ProtoSchema.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ProtoSchema.Builder
ProtoSchema.Builder. mergeFrom(com.google.protobuf.Message other)
ProtoSchema.Builder
ProtoSchema.Builder. mergeProtoDescriptor(com.google.protobuf.DescriptorProtos.DescriptorProto value)
Descriptor for input message.ProtoSchema.Builder
ProtoSchema.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static ProtoSchema.Builder
ProtoSchema. newBuilder()
static ProtoSchema.Builder
ProtoSchema. newBuilder(ProtoSchema prototype)
ProtoSchema.Builder
ProtoSchema. newBuilderForType()
protected ProtoSchema.Builder
ProtoSchema. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ProtoSchema.Builder
ProtoSchema.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ProtoSchema.Builder
ProtoSchema.Builder. setProtoDescriptor(com.google.protobuf.DescriptorProtos.DescriptorProto value)
Descriptor for input message.ProtoSchema.Builder
ProtoSchema.Builder. setProtoDescriptor(com.google.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue)
Descriptor for input message.ProtoSchema.Builder
ProtoSchema.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ProtoSchema.Builder
ProtoSchema.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ProtoSchema.Builder
ProtoSchema. toBuilder()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ProtoSchema.Builder Modifier and Type Method Description AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. setWriterSchema(ProtoSchema.Builder builderForValue)
The protocol buffer schema used to serialize the data.
-