Send feedback
Class Catalog (2.50.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.50.0 keyboard_arrow_down
public final class Catalog extends GeneratedMessageV3 implements CatalogOrBuilder
The catalog configuration.
Protobuf type google.cloud.retail.v2alpha.Catalog
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
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
MERCHANT_CENTER_LINKING_CONFIG_FIELD_NUMBER
public static final int MERCHANT_CENTER_LINKING_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
PRODUCT_LEVEL_CONFIG_FIELD_NUMBER
public static final int PRODUCT_LEVEL_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Catalog getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Catalog . Builder newBuilder ()
newBuilder(Catalog prototype)
public static Catalog . Builder newBuilder ( Catalog prototype )
Parameter
Name
Description
prototype
Catalog
public static Catalog parseDelimitedFrom ( InputStream input )
public static Catalog parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Catalog parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Catalog parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Catalog parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Catalog parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Catalog parseFrom ( CodedInputStream input )
public static Catalog parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Catalog parseFrom ( InputStream input )
public static Catalog parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Catalog parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Catalog parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Catalog> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Catalog getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
Required. Immutable. The catalog display name.
This field must be a UTF-8 encoded string with a length limit of 128
characters. Otherwise, an INVALID_ARGUMENT error is returned.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Required. Immutable. The catalog display name.
This field must be a UTF-8 encoded string with a length limit of 128
characters. Otherwise, an INVALID_ARGUMENT error is returned.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
ByteString
The bytes for displayName.
getMerchantCenterLinkingConfig()
public MerchantCenterLinkingConfig getMerchantCenterLinkingConfig ()
The Merchant Center linking configuration.
After a link is added, the data stream from Merchant Center to Cloud Retail
will be enabled automatically. The requester must have access to the
Merchant Center account in order to make changes to this field.
.google.cloud.retail.v2alpha.MerchantCenterLinkingConfig merchant_center_linking_config = 6;
getMerchantCenterLinkingConfigOrBuilder()
public MerchantCenterLinkingConfigOrBuilder getMerchantCenterLinkingConfigOrBuilder ()
The Merchant Center linking configuration.
After a link is added, the data stream from Merchant Center to Cloud Retail
will be enabled automatically. The requester must have access to the
Merchant Center account in order to make changes to this field.
.google.cloud.retail.v2alpha.MerchantCenterLinkingConfig merchant_center_linking_config = 6;
getName()
Required. Immutable. The fully qualified resource name of the catalog.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. Immutable. The fully qualified resource name of the catalog.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Catalog> getParserForType ()
Overrides
getProductLevelConfig()
public ProductLevelConfig getProductLevelConfig ()
Required. The product level configuration.
.google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED];
getProductLevelConfigOrBuilder()
public ProductLevelConfigOrBuilder getProductLevelConfigOrBuilder ()
Required. The product level configuration.
.google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasMerchantCenterLinkingConfig()
public boolean hasMerchantCenterLinkingConfig ()
The Merchant Center linking configuration.
After a link is added, the data stream from Merchant Center to Cloud Retail
will be enabled automatically. The requester must have access to the
Merchant Center account in order to make changes to this field.
.google.cloud.retail.v2alpha.MerchantCenterLinkingConfig merchant_center_linking_config = 6;
Returns
Type
Description
boolean
Whether the merchantCenterLinkingConfig field is set.
hasProductLevelConfig()
public boolean hasProductLevelConfig ()
Required. The product level configuration.
.google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the productLevelConfig field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Catalog . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Catalog . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Catalog . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]