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

com.google.ads.googleads.v17.common.MoneyOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/feed_common.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface MoneyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.Money)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Three-character ISO 4217 currency code.
   * 
* * optional string currency_code = 3; * @return Whether the currencyCode field is set. */ boolean hasCurrencyCode(); /** *
   * Three-character ISO 4217 currency code.
   * 
* * optional string currency_code = 3; * @return The currencyCode. */ java.lang.String getCurrencyCode(); /** *
   * Three-character ISO 4217 currency code.
   * 
* * optional string currency_code = 3; * @return The bytes for currencyCode. */ com.google.protobuf.ByteString getCurrencyCodeBytes(); /** *
   * Amount in micros. One million is equivalent to one unit.
   * 
* * optional int64 amount_micros = 4; * @return Whether the amountMicros field is set. */ boolean hasAmountMicros(); /** *
   * Amount in micros. One million is equivalent to one unit.
   * 
* * optional int64 amount_micros = 4; * @return The amountMicros. */ long getAmountMicros(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy