Interface ProductCertificationOrBuilder (1.0.0)

public interface ProductCertificationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificationAuthority()

public abstract CertificationAuthority getCertificationAuthority()

The certification authority.

optional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;

Returns
Type Description
CertificationAuthority

The certificationAuthority.

getCertificationAuthorityValue()

public abstract int getCertificationAuthorityValue()

The certification authority.

optional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;

Returns
Type Description
int

The enum numeric value on the wire for certificationAuthority.

getCertificationCode()

public abstract String getCertificationCode()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
String

The certificationCode.

getCertificationCodeBytes()

public abstract ByteString getCertificationCodeBytes()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
ByteString

The bytes for certificationCode.

getCertificationName()

public abstract CertificationName getCertificationName()

The name of the certification.

optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;

Returns
Type Description
CertificationName

The certificationName.

getCertificationNameValue()

public abstract int getCertificationNameValue()

The name of the certification.

optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;

Returns
Type Description
int

The enum numeric value on the wire for certificationName.

getCertificationValue()

public abstract String getCertificationValue()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
String

The certificationValue.

getCertificationValueBytes()

public abstract ByteString getCertificationValueBytes()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
ByteString

The bytes for certificationValue.

hasCertificationAuthority()

public abstract boolean hasCertificationAuthority()

The certification authority.

optional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;

Returns
Type Description
boolean

Whether the certificationAuthority field is set.

hasCertificationCode()

public abstract boolean hasCertificationCode()

The certification code. Maximum length is 2000 characters.

optional string certification_code = 3;

Returns
Type Description
boolean

Whether the certificationCode field is set.

hasCertificationName()

public abstract boolean hasCertificationName()

The name of the certification.

optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;

Returns
Type Description
boolean

Whether the certificationName field is set.

hasCertificationValue()

public abstract boolean hasCertificationValue()

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

optional string certification_value = 4;

Returns
Type Description
boolean

Whether the certificationValue field is set.