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.RowErrorCodeRowError.RowErrorCode. forNumber(int value)RowError.RowErrorCodeRowError.Builder. getCode()Structured error reason for a row error.RowError.RowErrorCodeRowError. getCode()Structured error reason for a row error.RowError.RowErrorCodeRowErrorOrBuilder. getCode()Structured error reason for a row error.static RowError.RowErrorCodeRowError.RowErrorCode. valueOf(int value)Deprecated.static RowError.RowErrorCodeRowError.RowErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RowError.RowErrorCodeRowError.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.BuilderRowError.Builder. setCode(RowError.RowErrorCode value)Structured error reason for a row error.
-