Uses of Class
com.google.spanner.v1.KeyRecipe.Part
-
Uses of KeyRecipe.Part in com.google.spanner.v1
Methods in com.google.spanner.v1 that return KeyRecipe.PartModifier and TypeMethodDescriptionKeyRecipe.Part.Builder.build()KeyRecipe.Part.Builder.buildPartial()static KeyRecipe.PartKeyRecipe.Part.getDefaultInstance()KeyRecipe.Part.Builder.getDefaultInstanceForType()KeyRecipe.Part.getDefaultInstanceForType()KeyRecipe.Builder.getPart(int index) Parts are in the order they should appear in the encoded key.KeyRecipe.getPart(int index) Parts are in the order they should appear in the encoded key.KeyRecipeOrBuilder.getPart(int index) Parts are in the order they should appear in the encoded key.static KeyRecipe.PartKeyRecipe.Part.parseDelimitedFrom(InputStream input) static KeyRecipe.PartKeyRecipe.Part.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyRecipe.PartKeyRecipe.Part.parseFrom(byte[] data) static KeyRecipe.PartKeyRecipe.Part.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyRecipe.PartKeyRecipe.Part.parseFrom(com.google.protobuf.ByteString data) static KeyRecipe.PartKeyRecipe.Part.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyRecipe.PartKeyRecipe.Part.parseFrom(com.google.protobuf.CodedInputStream input) static KeyRecipe.PartKeyRecipe.Part.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyRecipe.PartKeyRecipe.Part.parseFrom(InputStream input) static KeyRecipe.PartKeyRecipe.Part.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyRecipe.PartKeyRecipe.Part.parseFrom(ByteBuffer data) static KeyRecipe.PartKeyRecipe.Part.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type KeyRecipe.PartModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyRecipe.Part>KeyRecipe.Part.getParserForType()KeyRecipe.Builder.getPartList()Parts are in the order they should appear in the encoded key.KeyRecipe.getPartList()Parts are in the order they should appear in the encoded key.KeyRecipeOrBuilder.getPartList()Parts are in the order they should appear in the encoded key.static com.google.protobuf.Parser<KeyRecipe.Part>KeyRecipe.Part.parser()Methods in com.google.spanner.v1 with parameters of type KeyRecipe.PartModifier and TypeMethodDescriptionKeyRecipe.Builder.addPart(int index, KeyRecipe.Part value) 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.Part.Builder.mergeFrom(KeyRecipe.Part other) static KeyRecipe.Part.BuilderKeyRecipe.Part.newBuilder(KeyRecipe.Part prototype) KeyRecipe.Builder.setPart(int index, KeyRecipe.Part value) Parts are in the order they should appear in the encoded key.Method parameters in com.google.spanner.v1 with type arguments of type KeyRecipe.PartModifier and TypeMethodDescriptionKeyRecipe.Builder.addAllPart(Iterable<? extends KeyRecipe.Part> values) Parts are in the order they should appear in the encoded key.