[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface ProductCertificationOrBuilder (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/java/docs/reference/google-shopping-merchant-products/latest/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.26.0](/java/docs/reference/google-shopping-merchant-products/0.26.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.24.0](/java/docs/reference/google-shopping-merchant-products/0.24.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.23.0](/java/docs/reference/google-shopping-merchant-products/0.23.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.20.0](/java/docs/reference/google-shopping-merchant-products/0.20.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.19.0](/java/docs/reference/google-shopping-merchant-products/0.19.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.18.0](/java/docs/reference/google-shopping-merchant-products/0.18.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.16.0](/java/docs/reference/google-shopping-merchant-products/0.16.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.15.0](/java/docs/reference/google-shopping-merchant-products/0.15.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.14.0](/java/docs/reference/google-shopping-merchant-products/0.14.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.13.0](/java/docs/reference/google-shopping-merchant-products/0.13.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.12.0](/java/docs/reference/google-shopping-merchant-products/0.12.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.11.0](/java/docs/reference/google-shopping-merchant-products/0.11.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-products/0.10.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.9.0](/java/docs/reference/google-shopping-merchant-products/0.9.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-products/0.8.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-products/0.7.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.5.0](/java/docs/reference/google-shopping-merchant-products/0.5.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-products/0.4.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-products/0.3.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-products/0.2.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder)\n- [0.1.0](/java/docs/reference/google-shopping-merchant-products/0.1.0/com.google.shopping.merchant.products.v1.ProductCertificationOrBuilder) \n\n public interface ProductCertificationOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCertificationAuthority()\n\n public abstract CertificationAuthority getCertificationAuthority()\n\nThe certification authority.\n\n`\noptional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;\n`\n\n### getCertificationAuthorityValue()\n\n public abstract int getCertificationAuthorityValue()\n\nThe certification authority.\n\n`\noptional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;\n`\n\n### getCertificationCode()\n\n public abstract String getCertificationCode()\n\nThe certification code.\nMaximum length is 2000 characters.\n\n`optional string certification_code = 3;`\n\n### getCertificationCodeBytes()\n\n public abstract ByteString getCertificationCodeBytes()\n\nThe certification code.\nMaximum length is 2000 characters.\n\n`optional string certification_code = 3;`\n\n### getCertificationName()\n\n public abstract CertificationName getCertificationName()\n\nThe name of the certification.\n\n`optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;\n`\n\n### getCertificationNameValue()\n\n public abstract int getCertificationNameValue()\n\nThe name of the certification.\n\n`optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;\n`\n\n### getCertificationValue()\n\n public abstract String getCertificationValue()\n\nThe certification value (also known as class, level or grade), for\nexample \"A+\", \"C\", \"gold\". Maximum length is 2000 characters.\n\n`optional string certification_value = 4;`\n\n### getCertificationValueBytes()\n\n public abstract ByteString getCertificationValueBytes()\n\nThe certification value (also known as class, level or grade), for\nexample \"A+\", \"C\", \"gold\". Maximum length is 2000 characters.\n\n`optional string certification_value = 4;`\n\n### hasCertificationAuthority()\n\n public abstract boolean hasCertificationAuthority()\n\nThe certification authority.\n\n`\noptional .google.shopping.merchant.products.v1.CertificationAuthority certification_authority = 1;\n`\n\n### hasCertificationCode()\n\n public abstract boolean hasCertificationCode()\n\nThe certification code.\nMaximum length is 2000 characters.\n\n`optional string certification_code = 3;`\n\n### hasCertificationName()\n\n public abstract boolean hasCertificationName()\n\nThe name of the certification.\n\n`optional .google.shopping.merchant.products.v1.CertificationName certification_name = 2;\n`\n\n### hasCertificationValue()\n\n public abstract boolean hasCertificationValue()\n\nThe certification value (also known as class, level or grade), for\nexample \"A+\", \"C\", \"gold\". Maximum length is 2000 characters.\n\n`optional string certification_value = 4;`"]]