Uses of Class
com.google.spanner.v1.RecipeList.Builder
-
Uses of RecipeList.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return RecipeList.BuilderModifier and TypeMethodDescriptionRecipeList.Builder.addAllRecipe(Iterable<? extends KeyRecipe> values) A list of recipes to be cached.A list of recipes to be cached.RecipeList.Builder.addRecipe(int index, KeyRecipe.Builder builderForValue) A list of recipes to be cached.A list of recipes to be cached.RecipeList.Builder.addRecipe(KeyRecipe.Builder builderForValue) A list of recipes to be cached.RecipeList.Builder.clear()RecipeList.Builder.clearRecipe()A list of recipes to be cached.RecipeList.Builder.clearSchemaGeneration()The schema generation of the recipes.CacheUpdate.Builder.getKeyRecipesBuilder()A list of recipes to be cached.RecipeList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RecipeList.Builder.mergeFrom(com.google.protobuf.Message other) RecipeList.Builder.mergeFrom(RecipeList other) static RecipeList.BuilderRecipeList.newBuilder()static RecipeList.BuilderRecipeList.newBuilder(RecipeList prototype) RecipeList.newBuilderForType()protected RecipeList.BuilderRecipeList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RecipeList.Builder.removeRecipe(int index) A list of recipes to be cached.A list of recipes to be cached.RecipeList.Builder.setRecipe(int index, KeyRecipe.Builder builderForValue) A list of recipes to be cached.RecipeList.Builder.setSchemaGeneration(com.google.protobuf.ByteString value) The schema generation of the recipes.RecipeList.toBuilder()Methods in com.google.spanner.v1 with parameters of type RecipeList.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.setKeyRecipes(RecipeList.Builder builderForValue) A list of recipes to be cached.