com.google.shopping.css.v1.CertificationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-shopping-css-v1 Show documentation
Show all versions of proto-google-shopping-css-v1 Show documentation
Proto library for google-shopping-css
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/shopping/css/v1/css_product_common.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.css.v1;
public interface CertificationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.css.v1.Certification)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The name of the certification. At this time, the most common value is
* "EPREL", which represents energy efficiency certifications in the EU
* European Registry for Energy Labeling (EPREL) database.
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The name of the certification. At this time, the most common value is
* "EPREL", which represents energy efficiency certifications in the EU
* European Registry for Energy Labeling (EPREL) database.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The authority or certification body responsible for issuing the
* certification. At this time, the most common value is "EC" or
* “European_Commission” for energy labels in the EU.
*
*
* string authority = 2;
*
* @return The authority.
*/
java.lang.String getAuthority();
/**
*
*
*
* The authority or certification body responsible for issuing the
* certification. At this time, the most common value is "EC" or
* “European_Commission” for energy labels in the EU.
*
*
* string authority = 2;
*
* @return The bytes for authority.
*/
com.google.protobuf.ByteString getAuthorityBytes();
/**
*
*
*
* The code of the certification. For example, for the EPREL certificate with
* the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
* the code is 123456. The code is required for European Energy Labels.
*
*
* string code = 3;
*
* @return The code.
*/
java.lang.String getCode();
/**
*
*
*
* The code of the certification. For example, for the EPREL certificate with
* the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
* the code is 123456. The code is required for European Energy Labels.
*
*
* string code = 3;
*
* @return The bytes for code.
*/
com.google.protobuf.ByteString getCodeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy