Uses of Class
com.google.datastore.v1.Key.PathElement
-
Uses of Key.PathElement in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Key.PathElementModifier and TypeMethodDescriptionKey.PathElement.Builder.build()Key.PathElement.Builder.buildPartial()static Key.PathElementKey.PathElement.getDefaultInstance()Key.PathElement.Builder.getDefaultInstanceForType()Key.PathElement.getDefaultInstanceForType()Key.Builder.getPath(int index) The entity path.Key.getPath(int index) The entity path.KeyOrBuilder.getPath(int index) The entity path.static Key.PathElementKey.PathElement.parseDelimitedFrom(InputStream input) static Key.PathElementKey.PathElement.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Key.PathElementKey.PathElement.parseFrom(byte[] data) static Key.PathElementKey.PathElement.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Key.PathElementKey.PathElement.parseFrom(com.google.protobuf.ByteString data) static Key.PathElementKey.PathElement.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Key.PathElementKey.PathElement.parseFrom(com.google.protobuf.CodedInputStream input) static Key.PathElementKey.PathElement.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Key.PathElementKey.PathElement.parseFrom(InputStream input) static Key.PathElementKey.PathElement.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Key.PathElementKey.PathElement.parseFrom(ByteBuffer data) static Key.PathElementKey.PathElement.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type Key.PathElementModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Key.PathElement>Key.PathElement.getParserForType()Key.Builder.getPathList()The entity path.Key.getPathList()The entity path.KeyOrBuilder.getPathList()The entity path.static com.google.protobuf.Parser<Key.PathElement>Key.PathElement.parser()Methods in com.google.datastore.v1 with parameters of type Key.PathElementModifier and TypeMethodDescriptionKey.Builder.addPath(int index, Key.PathElement value) The entity path.Key.Builder.addPath(Key.PathElement value) The entity path.Key.PathElement.Builder.mergeFrom(Key.PathElement other) static Key.PathElement.BuilderKey.PathElement.newBuilder(Key.PathElement prototype) Key.Builder.setPath(int index, Key.PathElement value) The entity path.Method parameters in com.google.datastore.v1 with type arguments of type Key.PathElementModifier and TypeMethodDescriptionKey.Builder.addAllPath(Iterable<? extends Key.PathElement> values) The entity path.