Uses of Class
com.google.cloud.bigquery.biglake.v1.TableView
-
Packages that use TableView Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake API -
-
Uses of TableView in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return TableView Modifier and Type Method Description static TableView
TableView. forNumber(int value)
TableView
ListTablesRequest.Builder. getView()
The view for the returned tables.TableView
ListTablesRequest. getView()
The view for the returned tables.TableView
ListTablesRequestOrBuilder. getView()
The view for the returned tables.static TableView
TableView. valueOf(int value)
Deprecated.static TableView
TableView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TableView
TableView. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableView[]
TableView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type TableView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TableView>
TableView. internalGetValueMap()
Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type TableView Modifier and Type Method Description ListTablesRequest.Builder
ListTablesRequest.Builder. setView(TableView value)
The view for the returned tables.
-