public final class CustomWeightsMetadata extends GeneratedMessageV3 implements CustomWeightsMetadataOrBuilder
To support the custom weighting across document schemas.
Protobuf type google.cloud.contentwarehouse.v1.CustomWeightsMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
WEIGHTED_SCHEMA_PROPERTIES_FIELD_NUMBER
public static final int WEIGHTED_SCHEMA_PROPERTIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CustomWeightsMetadata getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CustomWeightsMetadata.Builder newBuilder()
newBuilder(CustomWeightsMetadata prototype)
public static CustomWeightsMetadata.Builder newBuilder(CustomWeightsMetadata prototype)
parseDelimitedFrom(InputStream input)
public static CustomWeightsMetadata parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CustomWeightsMetadata parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CustomWeightsMetadata parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static CustomWeightsMetadata parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static CustomWeightsMetadata parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CustomWeightsMetadata parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomWeightsMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CustomWeightsMetadata> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CustomWeightsMetadata getDefaultInstanceForType()
getParserForType()
public Parser<CustomWeightsMetadata> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getWeightedSchemaProperties(int index)
public WeightedSchemaProperty getWeightedSchemaProperties(int index)
List of schema and property name. Allows a maximum of 10 schemas to be
specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
Parameter |
Name |
Description |
index |
int
|
getWeightedSchemaPropertiesCount()
public int getWeightedSchemaPropertiesCount()
List of schema and property name. Allows a maximum of 10 schemas to be
specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
Returns |
Type |
Description |
int |
|
getWeightedSchemaPropertiesList()
public List<WeightedSchemaProperty> getWeightedSchemaPropertiesList()
List of schema and property name. Allows a maximum of 10 schemas to be
specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
getWeightedSchemaPropertiesOrBuilder(int index)
public WeightedSchemaPropertyOrBuilder getWeightedSchemaPropertiesOrBuilder(int index)
List of schema and property name. Allows a maximum of 10 schemas to be
specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
Parameter |
Name |
Description |
index |
int
|
getWeightedSchemaPropertiesOrBuilderList()
public List<? extends WeightedSchemaPropertyOrBuilder> getWeightedSchemaPropertiesOrBuilderList()
List of schema and property name. Allows a maximum of 10 schemas to be
specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.contentwarehouse.v1.WeightedSchemaPropertyOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CustomWeightsMetadata.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomWeightsMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CustomWeightsMetadata.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides