Uses of Enum
com.google.bigtable.admin.v2.Table.View
-
Uses of Table.View in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table.ViewModifier and TypeMethodDescriptionstatic Table.ViewTable.View.forNumber(int value) GetTableRequest.Builder.getView()The view to be applied to the returned table's fields.GetTableRequest.getView()The view to be applied to the returned table's fields.GetTableRequestOrBuilder.getView()The view to be applied to the returned table's fields.ListTablesRequest.Builder.getView()The view to be applied to the returned tables' fields.ListTablesRequest.getView()The view to be applied to the returned tables' fields.ListTablesRequestOrBuilder.getView()The view to be applied to the returned tables' fields.static Table.ViewTable.View.valueOf(int value) Deprecated.static Table.ViewTable.View.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Table.ViewReturns the enum constant of this type with the specified name.static Table.View[]Table.View.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table.ViewModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Table.View>Table.View.internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type Table.ViewModifier and TypeMethodDescriptionGetTableRequest.Builder.setView(Table.View value) The view to be applied to the returned table's fields.ListTablesRequest.Builder.setView(Table.View value) The view to be applied to the returned tables' fields.