Uses of Class
com.google.spanner.v1.KeyRecipe.Builder
-
Uses of KeyRecipe.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return KeyRecipe.BuilderModifier and TypeMethodDescriptionKeyRecipe.Builder.addAllPart(Iterable<? extends KeyRecipe.Part> values) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.addPart(int index, KeyRecipe.Part value) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.addPart(int index, KeyRecipe.Part.Builder builderForValue) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.addPart(KeyRecipe.Part value) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.addPart(KeyRecipe.Part.Builder builderForValue) Parts are in the order they should appear in the encoded key.RecipeList.Builder.addRecipeBuilder()A list of recipes to be cached.RecipeList.Builder.addRecipeBuilder(int index) A list of recipes to be cached.KeyRecipe.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeyRecipe.Builder.clear()KeyRecipe.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeyRecipe.Builder.clearIndexName()An index name, matching the name from the database schema.KeyRecipe.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeyRecipe.Builder.clearOperationUid()The UID of a query, matching the UID from `RoutingHint`.KeyRecipe.Builder.clearPart()Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.clearTableName()A table name, matching the name from the database schema.KeyRecipe.Builder.clearTarget()KeyRecipe.Builder.clone()RecipeList.Builder.getRecipeBuilder(int index) A list of recipes to be cached.KeyRecipe.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyRecipe.Builder.mergeFrom(com.google.protobuf.Message other) final KeyRecipe.BuilderKeyRecipe.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static KeyRecipe.BuilderKeyRecipe.newBuilder()static KeyRecipe.BuilderKeyRecipe.newBuilder(KeyRecipe prototype) KeyRecipe.newBuilderForType()protected KeyRecipe.BuilderKeyRecipe.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) KeyRecipe.Builder.removePart(int index) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.setIndexName(String value) An index name, matching the name from the database schema.KeyRecipe.Builder.setIndexNameBytes(com.google.protobuf.ByteString value) An index name, matching the name from the database schema.KeyRecipe.Builder.setOperationUid(long value) The UID of a query, matching the UID from `RoutingHint`.KeyRecipe.Builder.setPart(int index, KeyRecipe.Part value) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.setPart(int index, KeyRecipe.Part.Builder builderForValue) Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) KeyRecipe.Builder.setTableName(String value) A table name, matching the name from the database schema.KeyRecipe.Builder.setTableNameBytes(com.google.protobuf.ByteString value) A table name, matching the name from the database schema.final KeyRecipe.BuilderKeyRecipe.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) KeyRecipe.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type KeyRecipe.BuilderModifier and TypeMethodDescriptionRecipeList.Builder.getRecipeBuilderList()A list of recipes to be cached.Methods in com.google.spanner.v1 with parameters of type KeyRecipe.BuilderModifier and TypeMethodDescriptionRecipeList.Builder.addRecipe(int index, KeyRecipe.Builder builderForValue) A list of recipes to be cached.RecipeList.Builder.addRecipe(KeyRecipe.Builder builderForValue) A list of recipes to be cached.RecipeList.Builder.setRecipe(int index, KeyRecipe.Builder builderForValue) A list of recipes to be cached.