Uses of Class
com.google.cloud.retail.v2beta.CatalogAttribute
-
Packages that use CatalogAttribute Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of CatalogAttribute in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return CatalogAttribute Modifier and Type Method Description CatalogAttribute
CatalogAttribute.Builder. build()
CatalogAttribute
CatalogAttribute.Builder. buildPartial()
CatalogAttribute
AddCatalogAttributeRequest.Builder. getCatalogAttribute()
Required.CatalogAttribute
AddCatalogAttributeRequest. getCatalogAttribute()
Required.CatalogAttribute
AddCatalogAttributeRequestOrBuilder. getCatalogAttribute()
Required.CatalogAttribute
ReplaceCatalogAttributeRequest.Builder. getCatalogAttribute()
Required.CatalogAttribute
ReplaceCatalogAttributeRequest. getCatalogAttribute()
Required.CatalogAttribute
ReplaceCatalogAttributeRequestOrBuilder. getCatalogAttribute()
Required.CatalogAttribute
AttributesConfig.Builder. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfig. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfigOrBuilder. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfig.Builder. getCatalogAttributesOrThrow(String key)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfig. getCatalogAttributesOrThrow(String key)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfigOrBuilder. getCatalogAttributesOrThrow(String key)
Enable attribute(s) config at catalog level.static CatalogAttribute
CatalogAttribute. getDefaultInstance()
CatalogAttribute
CatalogAttribute.Builder. getDefaultInstanceForType()
CatalogAttribute
CatalogAttribute. getDefaultInstanceForType()
static CatalogAttribute
CatalogAttribute. parseDelimitedFrom(InputStream input)
static CatalogAttribute
CatalogAttribute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CatalogAttribute
CatalogAttribute. parseFrom(byte[] data)
static CatalogAttribute
CatalogAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CatalogAttribute
CatalogAttribute. parseFrom(com.google.protobuf.ByteString data)
static CatalogAttribute
CatalogAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CatalogAttribute
CatalogAttribute. parseFrom(com.google.protobuf.CodedInputStream input)
static CatalogAttribute
CatalogAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CatalogAttribute
CatalogAttribute. parseFrom(InputStream input)
static CatalogAttribute
CatalogAttribute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CatalogAttribute
CatalogAttribute. parseFrom(ByteBuffer data)
static CatalogAttribute
CatalogAttribute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type CatalogAttribute Modifier and Type Method Description Map<String,CatalogAttribute>
AttributesConfig.Builder. getCatalogAttributes()
Deprecated.Map<String,CatalogAttribute>
AttributesConfig. getCatalogAttributes()
Deprecated.Map<String,CatalogAttribute>
AttributesConfigOrBuilder. getCatalogAttributes()
Deprecated.Map<String,CatalogAttribute>
AttributesConfig.Builder. getCatalogAttributesMap()
Enable attribute(s) config at catalog level.Map<String,CatalogAttribute>
AttributesConfig. getCatalogAttributesMap()
Enable attribute(s) config at catalog level.Map<String,CatalogAttribute>
AttributesConfigOrBuilder. getCatalogAttributesMap()
Enable attribute(s) config at catalog level.Map<String,CatalogAttribute>
AttributesConfig.Builder. getMutableCatalogAttributes()
Deprecated.com.google.protobuf.Parser<CatalogAttribute>
CatalogAttribute. getParserForType()
static com.google.protobuf.Parser<CatalogAttribute>
CatalogAttribute. parser()
Methods in com.google.cloud.retail.v2beta with parameters of type CatalogAttribute Modifier and Type Method Description CatalogAttribute
AttributesConfig.Builder. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfig. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.CatalogAttribute
AttributesConfigOrBuilder. getCatalogAttributesOrDefault(String key, CatalogAttribute defaultValue)
Enable attribute(s) config at catalog level.AddCatalogAttributeRequest.Builder
AddCatalogAttributeRequest.Builder. mergeCatalogAttribute(CatalogAttribute value)
Required.ReplaceCatalogAttributeRequest.Builder
ReplaceCatalogAttributeRequest.Builder. mergeCatalogAttribute(CatalogAttribute value)
Required.CatalogAttribute.Builder
CatalogAttribute.Builder. mergeFrom(CatalogAttribute other)
static CatalogAttribute.Builder
CatalogAttribute. newBuilder(CatalogAttribute prototype)
AttributesConfig.Builder
AttributesConfig.Builder. putCatalogAttributes(String key, CatalogAttribute value)
Enable attribute(s) config at catalog level.AddCatalogAttributeRequest.Builder
AddCatalogAttributeRequest.Builder. setCatalogAttribute(CatalogAttribute value)
Required.ReplaceCatalogAttributeRequest.Builder
ReplaceCatalogAttributeRequest.Builder. setCatalogAttribute(CatalogAttribute value)
Required.Method parameters in com.google.cloud.retail.v2beta with type arguments of type CatalogAttribute Modifier and Type Method Description AttributesConfig.Builder
AttributesConfig.Builder. putAllCatalogAttributes(Map<String,CatalogAttribute> values)
Enable attribute(s) config at catalog level.
-