Uses of Class
com.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode
-
Packages that use TableFieldSchema.Mode Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of TableFieldSchema.Mode in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return TableFieldSchema.Mode Modifier and Type Method Description static TableFieldSchema.Mode
TableFieldSchema.Mode. forNumber(int value)
TableFieldSchema.Mode
TableFieldSchema.Builder. getMode()
Optional.TableFieldSchema.Mode
TableFieldSchema. getMode()
Optional.TableFieldSchema.Mode
TableFieldSchemaOrBuilder. getMode()
Optional.static TableFieldSchema.Mode
TableFieldSchema.Mode. valueOf(int value)
Deprecated.static TableFieldSchema.Mode
TableFieldSchema.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TableFieldSchema.Mode
TableFieldSchema.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableFieldSchema.Mode[]
TableFieldSchema.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type TableFieldSchema.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TableFieldSchema.Mode>
TableFieldSchema.Mode. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type TableFieldSchema.Mode Modifier and Type Method Description TableFieldSchema.Builder
TableFieldSchema.Builder. setMode(TableFieldSchema.Mode value)
Optional.
-