public static final class CatalogAttribute.FacetConfig.MergedFacet extends GeneratedMessageV3 implements CatalogAttribute.FacetConfig.MergedFacetOrBuilder
The current facet key (i.e. attribute config) maps into the
merged_facet_key.
A facet key can have at most one child. The current facet key and the
merged facet key need both to be textual custom attributes or both
numerical custom attributes (same type).
Protobuf type google.cloud.retail.v2alpha.CatalogAttribute.FacetConfig.MergedFacet
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
MERGED_FACET_KEY_FIELD_NUMBER
public static final int MERGED_FACET_KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CatalogAttribute.FacetConfig.MergedFacet getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CatalogAttribute.FacetConfig.MergedFacet.Builder newBuilder()
newBuilder(CatalogAttribute.FacetConfig.MergedFacet prototype)
public static CatalogAttribute.FacetConfig.MergedFacet.Builder newBuilder(CatalogAttribute.FacetConfig.MergedFacet prototype)
public static CatalogAttribute.FacetConfig.MergedFacet parseDelimitedFrom(InputStream input)
public static CatalogAttribute.FacetConfig.MergedFacet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(CodedInputStream input)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(InputStream input)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CatalogAttribute.FacetConfig.MergedFacet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CatalogAttribute.FacetConfig.MergedFacet> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CatalogAttribute.FacetConfig.MergedFacet getDefaultInstanceForType()
getMergedFacetKey()
public String getMergedFacetKey()
The merged facet key should be a valid facet key that is different than
the facet key of the current catalog attribute. We refer this is
merged facet key as the child of the current catalog attribute. This
merged facet key can't be a parent of another facet key (i.e. no
directed path of length 2). This merged facet key needs to be either a
textual custom attribute or a numerical custom attribute.
string merged_facet_key = 1;
Returns |
Type |
Description |
String |
The mergedFacetKey.
|
getMergedFacetKeyBytes()
public ByteString getMergedFacetKeyBytes()
The merged facet key should be a valid facet key that is different than
the facet key of the current catalog attribute. We refer this is
merged facet key as the child of the current catalog attribute. This
merged facet key can't be a parent of another facet key (i.e. no
directed path of length 2). This merged facet key needs to be either a
textual custom attribute or a numerical custom attribute.
string merged_facet_key = 1;
Returns |
Type |
Description |
ByteString |
The bytes for mergedFacetKey.
|
getParserForType()
public Parser<CatalogAttribute.FacetConfig.MergedFacet> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CatalogAttribute.FacetConfig.MergedFacet.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CatalogAttribute.FacetConfig.MergedFacet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CatalogAttribute.FacetConfig.MergedFacet.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides