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

com.google.ads.googleads.v16.resources.CurrencyConstant Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v16/resources/currency_constant.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v16.resources;

/**
 * 
 * A currency constant.
 * 
* * Protobuf type {@code google.ads.googleads.v16.resources.CurrencyConstant} */ public final class CurrencyConstant extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v16.resources.CurrencyConstant) CurrencyConstantOrBuilder { private static final long serialVersionUID = 0L; // Use CurrencyConstant.newBuilder() to construct. private CurrencyConstant(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CurrencyConstant() { resourceName_ = ""; code_ = ""; name_ = ""; symbol_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new CurrencyConstant(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v16.resources.CurrencyConstantProto.internal_static_google_ads_googleads_v16_resources_CurrencyConstant_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v16.resources.CurrencyConstantProto.internal_static_google_ads_googleads_v16_resources_CurrencyConstant_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v16.resources.CurrencyConstant.class, com.google.ads.googleads.v16.resources.CurrencyConstant.Builder.class); } private int bitField0_; public static final int RESOURCE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object resourceName_ = ""; /** *
   * Output only. The resource name of the currency constant.
   * Currency constant resource names have the form:
   *
   * `currencyConstants/{code}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ @java.lang.Override public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resourceName_ = s; return s; } } /** *
   * Output only. The resource name of the currency constant.
   * Currency constant resource names have the form:
   *
   * `currencyConstants/{code}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ @java.lang.Override public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CODE_FIELD_NUMBER = 6; @SuppressWarnings("serial") private volatile java.lang.Object code_ = ""; /** *
   * Output only. ISO 4217 three-letter currency code, for example, "USD"
   * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the code field is set. */ @java.lang.Override public boolean hasCode() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * Output only. ISO 4217 three-letter currency code, for example, "USD"
   * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The code. */ @java.lang.Override public java.lang.String getCode() { java.lang.Object ref = code_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); code_ = s; return s; } } /** *
   * Output only. ISO 4217 three-letter currency code, for example, "USD"
   * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for code. */ @java.lang.Override public com.google.protobuf.ByteString getCodeBytes() { java.lang.Object ref = code_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); code_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int NAME_FIELD_NUMBER = 7; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
   * Output only. Full English name of the currency.
   * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * Output only. Full English name of the currency.
   * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
   * Output only. Full English name of the currency.
   * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SYMBOL_FIELD_NUMBER = 8; @SuppressWarnings("serial") private volatile java.lang.Object symbol_ = ""; /** *
   * Output only. Standard symbol for describing this currency, for example, '$'
   * for US Dollars.
   * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the symbol field is set. */ @java.lang.Override public boolean hasSymbol() { return ((bitField0_ & 0x00000004) != 0); } /** *
   * Output only. Standard symbol for describing this currency, for example, '$'
   * for US Dollars.
   * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The symbol. */ @java.lang.Override public java.lang.String getSymbol() { java.lang.Object ref = symbol_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); symbol_ = s; return s; } } /** *
   * Output only. Standard symbol for describing this currency, for example, '$'
   * for US Dollars.
   * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for symbol. */ @java.lang.Override public com.google.protobuf.ByteString getSymbolBytes() { java.lang.Object ref = symbol_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); symbol_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BILLABLE_UNIT_MICROS_FIELD_NUMBER = 9; private long billableUnitMicros_ = 0L; /** *
   * Output only. The billable unit for this currency. Billed amounts should be
   * multiples of this value.
   * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the billableUnitMicros field is set. */ @java.lang.Override public boolean hasBillableUnitMicros() { return ((bitField0_ & 0x00000008) != 0); } /** *
   * Output only. The billable unit for this currency. Billed amounts should be
   * multiples of this value.
   * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The billableUnitMicros. */ @java.lang.Override public long getBillableUnitMicros() { return billableUnitMicros_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); } if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, code_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, name_); } if (((bitField0_ & 0x00000004) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, symbol_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeInt64(9, billableUnitMicros_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, code_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, name_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, symbol_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(9, billableUnitMicros_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.ads.googleads.v16.resources.CurrencyConstant)) { return super.equals(obj); } com.google.ads.googleads.v16.resources.CurrencyConstant other = (com.google.ads.googleads.v16.resources.CurrencyConstant) obj; if (!getResourceName() .equals(other.getResourceName())) return false; if (hasCode() != other.hasCode()) return false; if (hasCode()) { if (!getCode() .equals(other.getCode())) return false; } if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (hasSymbol() != other.hasSymbol()) return false; if (hasSymbol()) { if (!getSymbol() .equals(other.getSymbol())) return false; } if (hasBillableUnitMicros() != other.hasBillableUnitMicros()) return false; if (hasBillableUnitMicros()) { if (getBillableUnitMicros() != other.getBillableUnitMicros()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER; hash = (53 * hash) + getResourceName().hashCode(); if (hasCode()) { hash = (37 * hash) + CODE_FIELD_NUMBER; hash = (53 * hash) + getCode().hashCode(); } if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (hasSymbol()) { hash = (37 * hash) + SYMBOL_FIELD_NUMBER; hash = (53 * hash) + getSymbol().hashCode(); } if (hasBillableUnitMicros()) { hash = (37 * hash) + BILLABLE_UNIT_MICROS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBillableUnitMicros()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v16.resources.CurrencyConstant parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.ads.googleads.v16.resources.CurrencyConstant prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * A currency constant.
   * 
* * Protobuf type {@code google.ads.googleads.v16.resources.CurrencyConstant} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v16.resources.CurrencyConstant) com.google.ads.googleads.v16.resources.CurrencyConstantOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v16.resources.CurrencyConstantProto.internal_static_google_ads_googleads_v16_resources_CurrencyConstant_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v16.resources.CurrencyConstantProto.internal_static_google_ads_googleads_v16_resources_CurrencyConstant_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v16.resources.CurrencyConstant.class, com.google.ads.googleads.v16.resources.CurrencyConstant.Builder.class); } // Construct using com.google.ads.googleads.v16.resources.CurrencyConstant.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; resourceName_ = ""; code_ = ""; name_ = ""; symbol_ = ""; billableUnitMicros_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v16.resources.CurrencyConstantProto.internal_static_google_ads_googleads_v16_resources_CurrencyConstant_descriptor; } @java.lang.Override public com.google.ads.googleads.v16.resources.CurrencyConstant getDefaultInstanceForType() { return com.google.ads.googleads.v16.resources.CurrencyConstant.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v16.resources.CurrencyConstant build() { com.google.ads.googleads.v16.resources.CurrencyConstant result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v16.resources.CurrencyConstant buildPartial() { com.google.ads.googleads.v16.resources.CurrencyConstant result = new com.google.ads.googleads.v16.resources.CurrencyConstant(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.ads.googleads.v16.resources.CurrencyConstant result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.resourceName_ = resourceName_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.code_ = code_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { result.symbol_ = symbol_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000010) != 0)) { result.billableUnitMicros_ = billableUnitMicros_; to_bitField0_ |= 0x00000008; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.ads.googleads.v16.resources.CurrencyConstant) { return mergeFrom((com.google.ads.googleads.v16.resources.CurrencyConstant)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v16.resources.CurrencyConstant other) { if (other == com.google.ads.googleads.v16.resources.CurrencyConstant.getDefaultInstance()) return this; if (!other.getResourceName().isEmpty()) { resourceName_ = other.resourceName_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasCode()) { code_ = other.code_; bitField0_ |= 0x00000002; onChanged(); } if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000004; onChanged(); } if (other.hasSymbol()) { symbol_ = other.symbol_; bitField0_ |= 0x00000008; onChanged(); } if (other.hasBillableUnitMicros()) { setBillableUnitMicros(other.getBillableUnitMicros()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { resourceName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 50: { code_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 50 case 58: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 58 case 66: { symbol_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 66 case 72: { billableUnitMicros_ = input.readInt64(); bitField0_ |= 0x00000010; break; } // case 72 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object resourceName_ = ""; /** *
     * Output only. The resource name of the currency constant.
     * Currency constant resource names have the form:
     *
     * `currencyConstants/{code}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resourceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. The resource name of the currency constant.
     * Currency constant resource names have the form:
     *
     * `currencyConstants/{code}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. The resource name of the currency constant.
     * Currency constant resource names have the form:
     *
     * `currencyConstants/{code}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The resourceName to set. * @return This builder for chaining. */ public Builder setResourceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } resourceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Output only. The resource name of the currency constant.
     * Currency constant resource names have the form:
     *
     * `currencyConstants/{code}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearResourceName() { resourceName_ = getDefaultInstance().getResourceName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * Output only. The resource name of the currency constant.
     * Currency constant resource names have the form:
     *
     * `currencyConstants/{code}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The bytes for resourceName to set. * @return This builder for chaining. */ public Builder setResourceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resourceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object code_ = ""; /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the code field is set. */ public boolean hasCode() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The code. */ public java.lang.String getCode() { java.lang.Object ref = code_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); code_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for code. */ public com.google.protobuf.ByteString getCodeBytes() { java.lang.Object ref = code_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); code_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The code to set. * @return This builder for chaining. */ public Builder setCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } code_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearCode() { code_ = getDefaultInstance().getCode(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * Output only. ISO 4217 three-letter currency code, for example, "USD"
     * 
* * optional string code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The bytes for code to set. * @return This builder for chaining. */ public Builder setCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); code_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object name_ = ""; /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * Output only. Full English name of the currency.
     * 
* * optional string name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.lang.Object symbol_ = ""; /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the symbol field is set. */ public boolean hasSymbol() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The symbol. */ public java.lang.String getSymbol() { java.lang.Object ref = symbol_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); symbol_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for symbol. */ public com.google.protobuf.ByteString getSymbolBytes() { java.lang.Object ref = symbol_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); symbol_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The symbol to set. * @return This builder for chaining. */ public Builder setSymbol( java.lang.String value) { if (value == null) { throw new NullPointerException(); } symbol_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearSymbol() { symbol_ = getDefaultInstance().getSymbol(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
     * Output only. Standard symbol for describing this currency, for example, '$'
     * for US Dollars.
     * 
* * optional string symbol = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The bytes for symbol to set. * @return This builder for chaining. */ public Builder setSymbolBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); symbol_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } private long billableUnitMicros_ ; /** *
     * Output only. The billable unit for this currency. Billed amounts should be
     * multiples of this value.
     * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the billableUnitMicros field is set. */ @java.lang.Override public boolean hasBillableUnitMicros() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * Output only. The billable unit for this currency. Billed amounts should be
     * multiples of this value.
     * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The billableUnitMicros. */ @java.lang.Override public long getBillableUnitMicros() { return billableUnitMicros_; } /** *
     * Output only. The billable unit for this currency. Billed amounts should be
     * multiples of this value.
     * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The billableUnitMicros to set. * @return This builder for chaining. */ public Builder setBillableUnitMicros(long value) { billableUnitMicros_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
     * Output only. The billable unit for this currency. Billed amounts should be
     * multiples of this value.
     * 
* * optional int64 billable_unit_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearBillableUnitMicros() { bitField0_ = (bitField0_ & ~0x00000010); billableUnitMicros_ = 0L; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.ads.googleads.v16.resources.CurrencyConstant) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v16.resources.CurrencyConstant) private static final com.google.ads.googleads.v16.resources.CurrencyConstant DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v16.resources.CurrencyConstant(); } public static com.google.ads.googleads.v16.resources.CurrencyConstant getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CurrencyConstant parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.ads.googleads.v16.resources.CurrencyConstant getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy