Uses of Class
com.google.spanner.v1.KeyRecipe.Part.Builder
-
Uses of KeyRecipe.Part.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return KeyRecipe.Part.BuilderModifier and TypeMethodDescriptionKeyRecipe.Part.Builder.addAllStructIdentifiers(Iterable<? extends Integer> values) It is a repeated field to support fetching key columns from nested structs, such as `STRUCT` query parameters.KeyRecipe.Builder.addPartBuilder()Parts are in the order they should appear in the encoded key.KeyRecipe.Builder.addPartBuilder(int index) Parts are in the order they should appear in the encoded key.KeyRecipe.Part.Builder.addStructIdentifiers(int value) It is a repeated field to support fetching key columns from nested structs, such as `STRUCT` query parameters.KeyRecipe.Part.Builder.clear()KeyRecipe.Part.Builder.clearIdentifier()`identifier` is the name of the column or query parameter.KeyRecipe.Part.Builder.clearNullOrder()How NULLs are represented in the encoded key part.KeyRecipe.Part.Builder.clearOrder()Whether the key column is sorted ascending or descending.KeyRecipe.Part.Builder.clearRandom()If true, the client is responsible to fill in the value randomly.KeyRecipe.Part.Builder.clearStructIdentifiers()It is a repeated field to support fetching key columns from nested structs, such as `STRUCT` query parameters.KeyRecipe.Part.Builder.clearTag()If non-zero, `tag` is the only field present in this `Part`.KeyRecipe.Part.Builder.clearType()The type of the key part.KeyRecipe.Part.Builder.clearValue()The constant value of the key part.KeyRecipe.Part.Builder.clearValueType()KeyRecipe.Builder.getPartBuilder(int index) Parts are in the order they should appear in the encoded key.KeyRecipe.Part.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyRecipe.Part.Builder.mergeFrom(com.google.protobuf.Message other) KeyRecipe.Part.Builder.mergeFrom(KeyRecipe.Part other) The type of the key part.KeyRecipe.Part.Builder.mergeValue(com.google.protobuf.Value value) The constant value of the key part.static KeyRecipe.Part.BuilderKeyRecipe.Part.newBuilder()static KeyRecipe.Part.BuilderKeyRecipe.Part.newBuilder(KeyRecipe.Part prototype) KeyRecipe.Part.newBuilderForType()protected KeyRecipe.Part.BuilderKeyRecipe.Part.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) KeyRecipe.Part.Builder.setIdentifier(String value) `identifier` is the name of the column or query parameter.KeyRecipe.Part.Builder.setIdentifierBytes(com.google.protobuf.ByteString value) `identifier` is the name of the column or query parameter.KeyRecipe.Part.Builder.setNullOrder(KeyRecipe.Part.NullOrder value) How NULLs are represented in the encoded key part.KeyRecipe.Part.Builder.setNullOrderValue(int value) How NULLs are represented in the encoded key part.KeyRecipe.Part.Builder.setOrder(KeyRecipe.Part.Order value) Whether the key column is sorted ascending or descending.KeyRecipe.Part.Builder.setOrderValue(int value) Whether the key column is sorted ascending or descending.KeyRecipe.Part.Builder.setRandom(boolean value) If true, the client is responsible to fill in the value randomly.KeyRecipe.Part.Builder.setStructIdentifiers(int index, int value) It is a repeated field to support fetching key columns from nested structs, such as `STRUCT` query parameters.KeyRecipe.Part.Builder.setTag(int value) If non-zero, `tag` is the only field present in this `Part`.The type of the key part.KeyRecipe.Part.Builder.setType(Type.Builder builderForValue) The type of the key part.KeyRecipe.Part.Builder.setValue(com.google.protobuf.Value value) The constant value of the key part.KeyRecipe.Part.Builder.setValue(com.google.protobuf.Value.Builder builderForValue) The constant value of the key part.KeyRecipe.Part.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type KeyRecipe.Part.BuilderModifier and TypeMethodDescriptionKeyRecipe.Builder.getPartBuilderList()Parts are in the order they should appear in the encoded key.Methods in com.google.spanner.v1 with parameters of type KeyRecipe.Part.BuilderModifier and TypeMethodDescriptionKeyRecipe.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.Builder builderForValue) 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.