Uses of Class
com.google.datastore.v1.Key.PathElement.Builder
-
Uses of Key.PathElement.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Key.PathElement.BuilderModifier and TypeMethodDescriptionKey.Builder.addPathBuilder()The entity path.Key.Builder.addPathBuilder(int index) The entity path.Key.PathElement.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Key.PathElement.Builder.clear()Key.PathElement.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Key.PathElement.Builder.clearId()The auto-allocated ID of the entity.Key.PathElement.Builder.clearIdType()Key.PathElement.Builder.clearKind()The kind of the entity.Key.PathElement.Builder.clearName()The name of the entity.Key.PathElement.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Key.PathElement.Builder.clone()Key.Builder.getPathBuilder(int index) The entity path.Key.PathElement.Builder.mergeFrom(Key.PathElement other) Key.PathElement.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Key.PathElement.Builder.mergeFrom(com.google.protobuf.Message other) final Key.PathElement.BuilderKey.PathElement.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Key.PathElement.BuilderKey.PathElement.newBuilder()static Key.PathElement.BuilderKey.PathElement.newBuilder(Key.PathElement prototype) Key.PathElement.newBuilderForType()protected Key.PathElement.BuilderKey.PathElement.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Key.PathElement.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Key.PathElement.Builder.setId(long value) The auto-allocated ID of the entity.The kind of the entity.Key.PathElement.Builder.setKindBytes(com.google.protobuf.ByteString value) The kind of the entity.The name of the entity.Key.PathElement.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the entity.Key.PathElement.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Key.PathElement.BuilderKey.PathElement.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Key.PathElement.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type Key.PathElement.BuilderMethods in com.google.datastore.v1 with parameters of type Key.PathElement.BuilderModifier and TypeMethodDescriptionKey.Builder.addPath(int index, Key.PathElement.Builder builderForValue) The entity path.Key.Builder.addPath(Key.PathElement.Builder builderForValue) The entity path.Key.Builder.setPath(int index, Key.PathElement.Builder builderForValue) The entity path.