Uses of Class
com.google.cloud.bigquery.storage.v1.ProtoRows.Builder
-
Uses of ProtoRows.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ProtoRows.BuilderModifier and TypeMethodDescriptionProtoRows.Builder.addAllSerializedRows(Iterable<? extends com.google.protobuf.ByteString> values) A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ProtoRows.Builder.addSerializedRows(com.google.protobuf.ByteString value) A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder.clear()ProtoRows.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ProtoRows.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ProtoRows.Builder.clearSerializedRows()A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder.clone()AppendRowsRequest.ProtoData.Builder.getRowsBuilder()Serialized row data in protobuf message format.ProtoRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoRows.Builder.mergeFrom(com.google.protobuf.Message other) final ProtoRows.BuilderProtoRows.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ProtoRows.BuilderProtoRows.newBuilder()static ProtoRows.BuilderProtoRows.newBuilder(ProtoRows prototype) ProtoRows.newBuilderForType()protected ProtoRows.BuilderProtoRows.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProtoRows.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ProtoRows.Builder.setSerializedRows(int index, com.google.protobuf.ByteString value) A sequence of rows serialized as a Protocol Buffer.final ProtoRows.BuilderProtoRows.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtoRows.toBuilder()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ProtoRows.BuilderModifier and TypeMethodDescriptionAppendRowsRequest.ProtoData.Builder.setRows(ProtoRows.Builder builderForValue) Serialized row data in protobuf message format.