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.ModeTableFieldSchema.Mode. forNumber(int value)TableFieldSchema.ModeTableFieldSchema.Builder. getMode()Optional.TableFieldSchema.ModeTableFieldSchema. getMode()Optional.TableFieldSchema.ModeTableFieldSchemaOrBuilder. getMode()Optional.static TableFieldSchema.ModeTableFieldSchema.Mode. valueOf(int value)Deprecated.static TableFieldSchema.ModeTableFieldSchema.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TableFieldSchema.ModeTableFieldSchema.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.BuilderTableFieldSchema.Builder. setMode(TableFieldSchema.Mode value)Optional.
-