Uses of Class
com.google.cloud.bigquery.storage.v1.RowError.RowErrorCode
-
Packages that use RowError.RowErrorCode Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of RowError.RowErrorCode in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return RowError.RowErrorCode Modifier and Type Method Description static RowError.RowErrorCode
RowError.RowErrorCode. forNumber(int value)
RowError.RowErrorCode
RowError.Builder. getCode()
Structured error reason for a row error.RowError.RowErrorCode
RowError. getCode()
Structured error reason for a row error.RowError.RowErrorCode
RowErrorOrBuilder. getCode()
Structured error reason for a row error.static RowError.RowErrorCode
RowError.RowErrorCode. valueOf(int value)
Deprecated.static RowError.RowErrorCode
RowError.RowErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RowError.RowErrorCode
RowError.RowErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RowError.RowErrorCode[]
RowError.RowErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type RowError.RowErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RowError.RowErrorCode>
RowError.RowErrorCode. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type RowError.RowErrorCode Modifier and Type Method Description RowError.Builder
RowError.Builder. setCode(RowError.RowErrorCode value)
Structured error reason for a row error.
-