All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.retail.v2alpha.CatalogOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.57.0
Show newest version
/*
 * 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/cloud/retail/v2alpha/catalog.proto

// Protobuf Java Version: 3.25.2
package com.google.cloud.retail.v2alpha;

public interface CatalogOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.retail.v2alpha.Catalog)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Immutable. The fully qualified resource name of the catalog.
   * 
* * * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * * * @return The name. */ java.lang.String getName(); /** * * *
   * Required. Immutable. The fully qualified resource name of the catalog.
   * 
* * * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * 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]; * * * @return The displayName. */ java.lang.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]; * * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Required. The product level configuration.
   * 
* * * .google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the productLevelConfig field is set. */ boolean hasProductLevelConfig(); /** * * *
   * Required. The product level configuration.
   * 
* * * .google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED]; * * * @return The productLevelConfig. */ com.google.cloud.retail.v2alpha.ProductLevelConfig getProductLevelConfig(); /** * * *
   * Required. The product level configuration.
   * 
* * * .google.cloud.retail.v2alpha.ProductLevelConfig product_level_config = 4 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.retail.v2alpha.ProductLevelConfigOrBuilder getProductLevelConfigOrBuilder(); /** * * *
   * The Merchant Center linking configuration.
   * Once 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; * * * @return Whether the merchantCenterLinkingConfig field is set. */ boolean hasMerchantCenterLinkingConfig(); /** * * *
   * The Merchant Center linking configuration.
   * Once 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; * * * @return The merchantCenterLinkingConfig. */ com.google.cloud.retail.v2alpha.MerchantCenterLinkingConfig getMerchantCenterLinkingConfig(); /** * * *
   * The Merchant Center linking configuration.
   * Once 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; * */ com.google.cloud.retail.v2alpha.MerchantCenterLinkingConfigOrBuilder getMerchantCenterLinkingConfigOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy