Uses of Class
com.google.cloud.bigquery.migration.v2.ErrorLocation
-
Packages that use ErrorLocation Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of ErrorLocation in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return ErrorLocation Modifier and Type Method Description ErrorLocationErrorLocation.Builder. build()ErrorLocationErrorLocation.Builder. buildPartial()static ErrorLocationErrorLocation. getDefaultInstance()ErrorLocationErrorLocation.Builder. getDefaultInstanceForType()ErrorLocationErrorLocation. getDefaultInstanceForType()ErrorLocationErrorDetail.Builder. getLocation()Optional.ErrorLocationErrorDetail. getLocation()Optional.ErrorLocationErrorDetailOrBuilder. getLocation()Optional.static ErrorLocationErrorLocation. parseDelimitedFrom(InputStream input)static ErrorLocationErrorLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorLocationErrorLocation. parseFrom(byte[] data)static ErrorLocationErrorLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorLocationErrorLocation. parseFrom(com.google.protobuf.ByteString data)static ErrorLocationErrorLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorLocationErrorLocation. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorLocationErrorLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorLocationErrorLocation. parseFrom(InputStream input)static ErrorLocationErrorLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorLocationErrorLocation. parseFrom(ByteBuffer data)static ErrorLocationErrorLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type ErrorLocation Modifier and Type Method Description com.google.protobuf.Parser<ErrorLocation>ErrorLocation. getParserForType()static com.google.protobuf.Parser<ErrorLocation>ErrorLocation. parser()Methods in com.google.cloud.bigquery.migration.v2 with parameters of type ErrorLocation Modifier and Type Method Description ErrorLocation.BuilderErrorLocation.Builder. mergeFrom(ErrorLocation other)ErrorDetail.BuilderErrorDetail.Builder. mergeLocation(ErrorLocation value)Optional.static ErrorLocation.BuilderErrorLocation. newBuilder(ErrorLocation prototype)ErrorDetail.BuilderErrorDetail.Builder. setLocation(ErrorLocation value)Optional.
-