Uses of Enum
com.google.cloud.bigquery.storage.v1.RowError.RowErrorCode
-
Uses of RowError.RowErrorCode in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return RowError.RowErrorCodeModifier and TypeMethodDescriptionstatic RowError.RowErrorCodeRowError.RowErrorCode.forNumber(int value) RowError.Builder.getCode()Structured error reason for a row error.RowError.getCode()Structured error reason for a row error.RowErrorOrBuilder.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.RowErrorCodeReturns 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.RowErrorCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RowError.RowErrorCode>RowError.RowErrorCode.internalGetValueMap()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type RowError.RowErrorCodeModifier and TypeMethodDescriptionRowError.Builder.setCode(RowError.RowErrorCode value) Structured error reason for a row error.