| Modifier and Type | Method and Description |
|---|---|
Property |
Property.Builder.build() |
Property |
Property.Builder.buildPartial() |
static Property |
Property.getDefaultInstance() |
Property |
Property.getDefaultInstanceForType() |
Property |
Property.Builder.getDefaultInstanceForType() |
Property |
EntityAnnotationOrBuilder.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property |
EntityAnnotation.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property |
EntityAnnotation.Builder.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
static Property |
Property.parseDelimitedFrom(InputStream input) |
static Property |
Property.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(byte[] data) |
static Property |
Property.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(ByteBuffer data) |
static Property |
Property.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(com.google.protobuf.ByteString data) |
static Property |
Property.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(com.google.protobuf.CodedInputStream input) |
static Property |
Property.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(InputStream input) |
static Property |
Property.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Property> |
Property.getParserForType() |
List<Property> |
EntityAnnotationOrBuilder.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
List<Property> |
EntityAnnotation.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
List<Property> |
EntityAnnotation.Builder.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
static com.google.protobuf.Parser<Property> |
Property.parser() |
| Modifier and Type | Method and Description |
|---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property.Builder |
Property.Builder.mergeFrom(Property other) |
static Property.Builder |
Property.newBuilder(Property prototype) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.setProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
| Modifier and Type | Method and Description |
|---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addAllProperties(Iterable<? extends Property> values)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Copyright © 2022 Google LLC. All rights reserved.