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

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

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

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

/**
 * 
 * Target CPM (cost per thousand impressions) is an automated bidding strategy
 * that sets bids to optimize performance given the target CPM you set.
 * 
* * Protobuf type {@code google.ads.googleads.v17.common.TargetCpm} */ public final class TargetCpm extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.common.TargetCpm) TargetCpmOrBuilder { private static final long serialVersionUID = 0L; // Use TargetCpm.newBuilder() to construct. private TargetCpm(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TargetCpm() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new TargetCpm(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.BiddingProto.internal_static_google_ads_googleads_v17_common_TargetCpm_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.BiddingProto.internal_static_google_ads_googleads_v17_common_TargetCpm_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.TargetCpm.class, com.google.ads.googleads.v17.common.TargetCpm.Builder.class); } private int goalCase_ = 0; @SuppressWarnings("serial") private java.lang.Object goal_; public enum GoalCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { TARGET_FREQUENCY_GOAL(1), GOAL_NOT_SET(0); private final int value; private GoalCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static GoalCase valueOf(int value) { return forNumber(value); } public static GoalCase forNumber(int value) { switch (value) { case 1: return TARGET_FREQUENCY_GOAL; case 0: return GOAL_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public GoalCase getGoalCase() { return GoalCase.forNumber( goalCase_); } public static final int TARGET_FREQUENCY_GOAL_FIELD_NUMBER = 1; /** *
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return Whether the targetFrequencyGoal field is set. */ @java.lang.Override public boolean hasTargetFrequencyGoal() { return goalCase_ == 1; } /** *
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return The targetFrequencyGoal. */ @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal getTargetFrequencyGoal() { if (goalCase_ == 1) { return (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_; } return com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } /** *
   * Target Frequency bidding goal details.
   * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoalOrBuilder getTargetFrequencyGoalOrBuilder() { if (goalCase_ == 1) { return (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_; } return com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } 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 (goalCase_ == 1) { output.writeMessage(1, (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (goalCase_ == 1) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_); } 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.v17.common.TargetCpm)) { return super.equals(obj); } com.google.ads.googleads.v17.common.TargetCpm other = (com.google.ads.googleads.v17.common.TargetCpm) obj; if (!getGoalCase().equals(other.getGoalCase())) return false; switch (goalCase_) { case 1: if (!getTargetFrequencyGoal() .equals(other.getTargetFrequencyGoal())) return false; break; case 0: default: } 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(); switch (goalCase_) { case 1: hash = (37 * hash) + TARGET_FREQUENCY_GOAL_FIELD_NUMBER; hash = (53 * hash) + getTargetFrequencyGoal().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.common.TargetCpm parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.TargetCpm 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.v17.common.TargetCpm parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.TargetCpm 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.v17.common.TargetCpm parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.TargetCpm parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v17.common.TargetCpm parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.common.TargetCpm 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.v17.common.TargetCpm parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.common.TargetCpm 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.v17.common.TargetCpm parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.common.TargetCpm 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.v17.common.TargetCpm 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; } /** *
   * Target CPM (cost per thousand impressions) is an automated bidding strategy
   * that sets bids to optimize performance given the target CPM you set.
   * 
* * Protobuf type {@code google.ads.googleads.v17.common.TargetCpm} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.common.TargetCpm) com.google.ads.googleads.v17.common.TargetCpmOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.BiddingProto.internal_static_google_ads_googleads_v17_common_TargetCpm_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.BiddingProto.internal_static_google_ads_googleads_v17_common_TargetCpm_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.TargetCpm.class, com.google.ads.googleads.v17.common.TargetCpm.Builder.class); } // Construct using com.google.ads.googleads.v17.common.TargetCpm.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (targetFrequencyGoalBuilder_ != null) { targetFrequencyGoalBuilder_.clear(); } goalCase_ = 0; goal_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.common.BiddingProto.internal_static_google_ads_googleads_v17_common_TargetCpm_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpm getDefaultInstanceForType() { return com.google.ads.googleads.v17.common.TargetCpm.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpm build() { com.google.ads.googleads.v17.common.TargetCpm result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpm buildPartial() { com.google.ads.googleads.v17.common.TargetCpm result = new com.google.ads.googleads.v17.common.TargetCpm(this); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartial0(com.google.ads.googleads.v17.common.TargetCpm result) { int from_bitField0_ = bitField0_; } private void buildPartialOneofs(com.google.ads.googleads.v17.common.TargetCpm result) { result.goalCase_ = goalCase_; result.goal_ = this.goal_; if (goalCase_ == 1 && targetFrequencyGoalBuilder_ != null) { result.goal_ = targetFrequencyGoalBuilder_.build(); } } @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.v17.common.TargetCpm) { return mergeFrom((com.google.ads.googleads.v17.common.TargetCpm)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.common.TargetCpm other) { if (other == com.google.ads.googleads.v17.common.TargetCpm.getDefaultInstance()) return this; switch (other.getGoalCase()) { case TARGET_FREQUENCY_GOAL: { mergeTargetFrequencyGoal(other.getTargetFrequencyGoal()); break; } case GOAL_NOT_SET: { break; } } 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: { input.readMessage( getTargetFrequencyGoalFieldBuilder().getBuilder(), extensionRegistry); goalCase_ = 1; break; } // case 10 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 goalCase_ = 0; private java.lang.Object goal_; public GoalCase getGoalCase() { return GoalCase.forNumber( goalCase_); } public Builder clearGoal() { goalCase_ = 0; goal_ = null; onChanged(); return this; } private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.Builder, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoalOrBuilder> targetFrequencyGoalBuilder_; /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return Whether the targetFrequencyGoal field is set. */ @java.lang.Override public boolean hasTargetFrequencyGoal() { return goalCase_ == 1; } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; * @return The targetFrequencyGoal. */ @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal getTargetFrequencyGoal() { if (targetFrequencyGoalBuilder_ == null) { if (goalCase_ == 1) { return (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_; } return com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } else { if (goalCase_ == 1) { return targetFrequencyGoalBuilder_.getMessage(); } return com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ public Builder setTargetFrequencyGoal(com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal value) { if (targetFrequencyGoalBuilder_ == null) { if (value == null) { throw new NullPointerException(); } goal_ = value; onChanged(); } else { targetFrequencyGoalBuilder_.setMessage(value); } goalCase_ = 1; return this; } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ public Builder setTargetFrequencyGoal( com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.Builder builderForValue) { if (targetFrequencyGoalBuilder_ == null) { goal_ = builderForValue.build(); onChanged(); } else { targetFrequencyGoalBuilder_.setMessage(builderForValue.build()); } goalCase_ = 1; return this; } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ public Builder mergeTargetFrequencyGoal(com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal value) { if (targetFrequencyGoalBuilder_ == null) { if (goalCase_ == 1 && goal_ != com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance()) { goal_ = com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.newBuilder((com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_) .mergeFrom(value).buildPartial(); } else { goal_ = value; } onChanged(); } else { if (goalCase_ == 1) { targetFrequencyGoalBuilder_.mergeFrom(value); } else { targetFrequencyGoalBuilder_.setMessage(value); } } goalCase_ = 1; return this; } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ public Builder clearTargetFrequencyGoal() { if (targetFrequencyGoalBuilder_ == null) { if (goalCase_ == 1) { goalCase_ = 0; goal_ = null; onChanged(); } } else { if (goalCase_ == 1) { goalCase_ = 0; goal_ = null; } targetFrequencyGoalBuilder_.clear(); } return this; } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ public com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.Builder getTargetFrequencyGoalBuilder() { return getTargetFrequencyGoalFieldBuilder().getBuilder(); } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ @java.lang.Override public com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoalOrBuilder getTargetFrequencyGoalOrBuilder() { if ((goalCase_ == 1) && (targetFrequencyGoalBuilder_ != null)) { return targetFrequencyGoalBuilder_.getMessageOrBuilder(); } else { if (goalCase_ == 1) { return (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_; } return com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } } /** *
     * Target Frequency bidding goal details.
     * 
* * .google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal target_frequency_goal = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.Builder, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoalOrBuilder> getTargetFrequencyGoalFieldBuilder() { if (targetFrequencyGoalBuilder_ == null) { if (!(goalCase_ == 1)) { goal_ = com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.getDefaultInstance(); } targetFrequencyGoalBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal.Builder, com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoalOrBuilder>( (com.google.ads.googleads.v17.common.TargetCpmTargetFrequencyGoal) goal_, getParentForChildren(), isClean()); goal_ = null; } goalCase_ = 1; onChanged(); return targetFrequencyGoalBuilder_; } @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.v17.common.TargetCpm) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.common.TargetCpm) private static final com.google.ads.googleads.v17.common.TargetCpm DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.common.TargetCpm(); } public static com.google.ads.googleads.v17.common.TargetCpm getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TargetCpm 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.v17.common.TargetCpm getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy