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 ErrorLocation
ErrorLocation.Builder. build()
ErrorLocation
ErrorLocation.Builder. buildPartial()
static ErrorLocation
ErrorLocation. getDefaultInstance()
ErrorLocation
ErrorLocation.Builder. getDefaultInstanceForType()
ErrorLocation
ErrorLocation. getDefaultInstanceForType()
ErrorLocation
ErrorDetail.Builder. getLocation()
Optional.ErrorLocation
ErrorDetail. getLocation()
Optional.ErrorLocation
ErrorDetailOrBuilder. getLocation()
Optional.static ErrorLocation
ErrorLocation. parseDelimitedFrom(InputStream input)
static ErrorLocation
ErrorLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorLocation
ErrorLocation. parseFrom(byte[] data)
static ErrorLocation
ErrorLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorLocation
ErrorLocation. parseFrom(com.google.protobuf.ByteString data)
static ErrorLocation
ErrorLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorLocation
ErrorLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorLocation
ErrorLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorLocation
ErrorLocation. parseFrom(InputStream input)
static ErrorLocation
ErrorLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorLocation
ErrorLocation. parseFrom(ByteBuffer data)
static ErrorLocation
ErrorLocation. 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.Builder
ErrorLocation.Builder. mergeFrom(ErrorLocation other)
ErrorDetail.Builder
ErrorDetail.Builder. mergeLocation(ErrorLocation value)
Optional.static ErrorLocation.Builder
ErrorLocation. newBuilder(ErrorLocation prototype)
ErrorDetail.Builder
ErrorDetail.Builder. setLocation(ErrorLocation value)
Optional.
-