
com.google.shopping.merchant.conversions.v1beta.MerchantCenterDestinationOrBuilder Maven / Gradle / Ivy
/*
* 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/merchant/conversions/v1beta/conversionsources.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.conversions.v1beta;
public interface MerchantCenterDestinationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.conversions.v1beta.MerchantCenterDestination)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. Merchant Center Destination ID.
*
*
* string destination = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The destination.
*/
java.lang.String getDestination();
/**
*
*
*
* Output only. Merchant Center Destination ID.
*
*
* string destination = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for destination.
*/
com.google.protobuf.ByteString getDestinationBytes();
/**
*
*
*
* Required. Attribution settings being used for the Merchant Center
* Destination.
*
*
*
* .google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the attributionSettings field is set.
*/
boolean hasAttributionSettings();
/**
*
*
*
* Required. Attribution settings being used for the Merchant Center
* Destination.
*
*
*
* .google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The attributionSettings.
*/
com.google.shopping.merchant.conversions.v1beta.AttributionSettings getAttributionSettings();
/**
*
*
*
* Required. Attribution settings being used for the Merchant Center
* Destination.
*
*
*
* .google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.shopping.merchant.conversions.v1beta.AttributionSettingsOrBuilder
getAttributionSettingsOrBuilder();
/**
*
*
*
* Required. Merchant-specified display name for the destination. This is the
* name that identifies the conversion source within the Merchant Center UI.
* Limited to 64 characters.
*
*
* string display_name = 3 [(.google.api.field_behavior) = REQUIRED];
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* Required. Merchant-specified display name for the destination. This is the
* name that identifies the conversion source within the Merchant Center UI.
* Limited to 64 characters.
*
*
* string display_name = 3 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* Required. Three-letter currency code (ISO 4217). The currency code defines
* in which currency the conversions sent to this destination will be reported
* in Merchant Center.
*
*
* string currency_code = 4 [(.google.api.field_behavior) = REQUIRED];
*
* @return The currencyCode.
*/
java.lang.String getCurrencyCode();
/**
*
*
*
* Required. Three-letter currency code (ISO 4217). The currency code defines
* in which currency the conversions sent to this destination will be reported
* in Merchant Center.
*
*
* string currency_code = 4 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for currencyCode.
*/
com.google.protobuf.ByteString getCurrencyCodeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy