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

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

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

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

/**
 * 
 * Criterion for length of hotel stay in nights.
 * 
* * Protobuf type {@code google.ads.googleads.v17.common.HotelLengthOfStayInfo} */ public final class HotelLengthOfStayInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.common.HotelLengthOfStayInfo) HotelLengthOfStayInfoOrBuilder { private static final long serialVersionUID = 0L; // Use HotelLengthOfStayInfo.newBuilder() to construct. private HotelLengthOfStayInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HotelLengthOfStayInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new HotelLengthOfStayInfo(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.CriteriaProto.internal_static_google_ads_googleads_v17_common_HotelLengthOfStayInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.CriteriaProto.internal_static_google_ads_googleads_v17_common_HotelLengthOfStayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.class, com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.Builder.class); } private int bitField0_; public static final int MIN_NIGHTS_FIELD_NUMBER = 3; private long minNights_ = 0L; /** *
   * Low end of the number of nights in the stay.
   * 
* * optional int64 min_nights = 3; * @return Whether the minNights field is set. */ @java.lang.Override public boolean hasMinNights() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * Low end of the number of nights in the stay.
   * 
* * optional int64 min_nights = 3; * @return The minNights. */ @java.lang.Override public long getMinNights() { return minNights_; } public static final int MAX_NIGHTS_FIELD_NUMBER = 4; private long maxNights_ = 0L; /** *
   * High end of the number of nights in the stay.
   * 
* * optional int64 max_nights = 4; * @return Whether the maxNights field is set. */ @java.lang.Override public boolean hasMaxNights() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * High end of the number of nights in the stay.
   * 
* * optional int64 max_nights = 4; * @return The maxNights. */ @java.lang.Override public long getMaxNights() { return maxNights_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(3, minNights_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeInt64(4, maxNights_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, minNights_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, maxNights_); } 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.HotelLengthOfStayInfo)) { return super.equals(obj); } com.google.ads.googleads.v17.common.HotelLengthOfStayInfo other = (com.google.ads.googleads.v17.common.HotelLengthOfStayInfo) obj; if (hasMinNights() != other.hasMinNights()) return false; if (hasMinNights()) { if (getMinNights() != other.getMinNights()) return false; } if (hasMaxNights() != other.hasMaxNights()) return false; if (hasMaxNights()) { if (getMaxNights() != other.getMaxNights()) 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(); if (hasMinNights()) { hash = (37 * hash) + MIN_NIGHTS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getMinNights()); } if (hasMaxNights()) { hash = (37 * hash) + MAX_NIGHTS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getMaxNights()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.common.HotelLengthOfStayInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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.HotelLengthOfStayInfo 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; } /** *
   * Criterion for length of hotel stay in nights.
   * 
* * Protobuf type {@code google.ads.googleads.v17.common.HotelLengthOfStayInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.common.HotelLengthOfStayInfo) com.google.ads.googleads.v17.common.HotelLengthOfStayInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.CriteriaProto.internal_static_google_ads_googleads_v17_common_HotelLengthOfStayInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.CriteriaProto.internal_static_google_ads_googleads_v17_common_HotelLengthOfStayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.class, com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.Builder.class); } // Construct using com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; minNights_ = 0L; maxNights_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.common.CriteriaProto.internal_static_google_ads_googleads_v17_common_HotelLengthOfStayInfo_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.common.HotelLengthOfStayInfo getDefaultInstanceForType() { return com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.common.HotelLengthOfStayInfo build() { com.google.ads.googleads.v17.common.HotelLengthOfStayInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.common.HotelLengthOfStayInfo buildPartial() { com.google.ads.googleads.v17.common.HotelLengthOfStayInfo result = new com.google.ads.googleads.v17.common.HotelLengthOfStayInfo(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.ads.googleads.v17.common.HotelLengthOfStayInfo result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.minNights_ = minNights_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.maxNights_ = maxNights_; to_bitField0_ |= 0x00000002; } 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.v17.common.HotelLengthOfStayInfo) { return mergeFrom((com.google.ads.googleads.v17.common.HotelLengthOfStayInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.common.HotelLengthOfStayInfo other) { if (other == com.google.ads.googleads.v17.common.HotelLengthOfStayInfo.getDefaultInstance()) return this; if (other.hasMinNights()) { setMinNights(other.getMinNights()); } if (other.hasMaxNights()) { setMaxNights(other.getMaxNights()); } 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 24: { minNights_ = input.readInt64(); bitField0_ |= 0x00000001; break; } // case 24 case 32: { maxNights_ = input.readInt64(); bitField0_ |= 0x00000002; break; } // case 32 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 long minNights_ ; /** *
     * Low end of the number of nights in the stay.
     * 
* * optional int64 min_nights = 3; * @return Whether the minNights field is set. */ @java.lang.Override public boolean hasMinNights() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * Low end of the number of nights in the stay.
     * 
* * optional int64 min_nights = 3; * @return The minNights. */ @java.lang.Override public long getMinNights() { return minNights_; } /** *
     * Low end of the number of nights in the stay.
     * 
* * optional int64 min_nights = 3; * @param value The minNights to set. * @return This builder for chaining. */ public Builder setMinNights(long value) { minNights_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Low end of the number of nights in the stay.
     * 
* * optional int64 min_nights = 3; * @return This builder for chaining. */ public Builder clearMinNights() { bitField0_ = (bitField0_ & ~0x00000001); minNights_ = 0L; onChanged(); return this; } private long maxNights_ ; /** *
     * High end of the number of nights in the stay.
     * 
* * optional int64 max_nights = 4; * @return Whether the maxNights field is set. */ @java.lang.Override public boolean hasMaxNights() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * High end of the number of nights in the stay.
     * 
* * optional int64 max_nights = 4; * @return The maxNights. */ @java.lang.Override public long getMaxNights() { return maxNights_; } /** *
     * High end of the number of nights in the stay.
     * 
* * optional int64 max_nights = 4; * @param value The maxNights to set. * @return This builder for chaining. */ public Builder setMaxNights(long value) { maxNights_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * High end of the number of nights in the stay.
     * 
* * optional int64 max_nights = 4; * @return This builder for chaining. */ public Builder clearMaxNights() { bitField0_ = (bitField0_ & ~0x00000002); maxNights_ = 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.v17.common.HotelLengthOfStayInfo) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.common.HotelLengthOfStayInfo) private static final com.google.ads.googleads.v17.common.HotelLengthOfStayInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.common.HotelLengthOfStayInfo(); } public static com.google.ads.googleads.v17.common.HotelLengthOfStayInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public HotelLengthOfStayInfo 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.HotelLengthOfStayInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy