Package com.google.spanner.v1
Interface CacheUpdateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheUpdate,CacheUpdate.Builder
public interface CacheUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongAn internal ID for the database.getGroup(int index) A list of groups to be cached.intA list of groups to be cached.A list of groups to be cached.getGroupOrBuilder(int index) A list of groups to be cached.List<? extends GroupOrBuilder>A list of groups to be cached.A list of recipes to be cached.A list of recipes to be cached.getRange(int index) A list of ranges to be cached.intA list of ranges to be cached.A list of ranges to be cached.getRangeOrBuilder(int index) A list of ranges to be cached.List<? extends RangeOrBuilder>A list of ranges to be cached.booleanA list of recipes to be cached.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDatabaseId
long getDatabaseId()An internal ID for the database. Database names can be reused if a database is deleted and re-created. Each time the database is re-created, it will get a new database ID, which will never be re-used for any other database.
uint64 database_id = 1;- Returns:
- The databaseId.
-
getRangeList
A list of ranges to be cached.
repeated .google.spanner.v1.Range range = 2; -
getRange
A list of ranges to be cached.
repeated .google.spanner.v1.Range range = 2; -
getRangeCount
int getRangeCount()A list of ranges to be cached.
repeated .google.spanner.v1.Range range = 2; -
getRangeOrBuilderList
List<? extends RangeOrBuilder> getRangeOrBuilderList()A list of ranges to be cached.
repeated .google.spanner.v1.Range range = 2; -
getRangeOrBuilder
A list of ranges to be cached.
repeated .google.spanner.v1.Range range = 2; -
getGroupList
A list of groups to be cached.
repeated .google.spanner.v1.Group group = 3; -
getGroup
A list of groups to be cached.
repeated .google.spanner.v1.Group group = 3; -
getGroupCount
int getGroupCount()A list of groups to be cached.
repeated .google.spanner.v1.Group group = 3; -
getGroupOrBuilderList
List<? extends GroupOrBuilder> getGroupOrBuilderList()A list of groups to be cached.
repeated .google.spanner.v1.Group group = 3; -
getGroupOrBuilder
A list of groups to be cached.
repeated .google.spanner.v1.Group group = 3; -
hasKeyRecipes
boolean hasKeyRecipes()A list of recipes to be cached.
.google.spanner.v1.RecipeList key_recipes = 5;- Returns:
- Whether the keyRecipes field is set.
-
getKeyRecipes
RecipeList getKeyRecipes()A list of recipes to be cached.
.google.spanner.v1.RecipeList key_recipes = 5;- Returns:
- The keyRecipes.
-
getKeyRecipesOrBuilder
RecipeListOrBuilder getKeyRecipesOrBuilder()A list of recipes to be cached.
.google.spanner.v1.RecipeList key_recipes = 5;
-