Uses of Class
com.google.cloud.bigquery.migration.v2.ErrorLocation.Builder
-
Packages that use ErrorLocation.Builder Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of ErrorLocation.Builder in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return ErrorLocation.Builder Modifier and Type Method Description ErrorLocation.Builder
ErrorLocation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ErrorLocation.Builder
ErrorLocation.Builder. clear()
ErrorLocation.Builder
ErrorLocation.Builder. clearColumn()
Optional.ErrorLocation.Builder
ErrorLocation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ErrorLocation.Builder
ErrorLocation.Builder. clearLine()
Optional.ErrorLocation.Builder
ErrorLocation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ErrorLocation.Builder
ErrorLocation.Builder. clone()
ErrorLocation.Builder
ErrorDetail.Builder. getLocationBuilder()
Optional.ErrorLocation.Builder
ErrorLocation.Builder. mergeFrom(ErrorLocation other)
ErrorLocation.Builder
ErrorLocation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ErrorLocation.Builder
ErrorLocation.Builder. mergeFrom(com.google.protobuf.Message other)
ErrorLocation.Builder
ErrorLocation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static ErrorLocation.Builder
ErrorLocation. newBuilder()
static ErrorLocation.Builder
ErrorLocation. newBuilder(ErrorLocation prototype)
ErrorLocation.Builder
ErrorLocation. newBuilderForType()
protected ErrorLocation.Builder
ErrorLocation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ErrorLocation.Builder
ErrorLocation.Builder. setColumn(int value)
Optional.ErrorLocation.Builder
ErrorLocation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ErrorLocation.Builder
ErrorLocation.Builder. setLine(int value)
Optional.ErrorLocation.Builder
ErrorLocation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ErrorLocation.Builder
ErrorLocation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ErrorLocation.Builder
ErrorLocation. toBuilder()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type ErrorLocation.Builder Modifier and Type Method Description ErrorDetail.Builder
ErrorDetail.Builder. setLocation(ErrorLocation.Builder builderForValue)
Optional.
-