
com.google.ads.googleads.v18.services.SearchSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v18 Show documentation
Show all versions of google-ads-stubs-v18 Show documentation
Stubs for GAAPI version google-ads-stubs-v18
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v18/services/google_ads_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;
/**
*
* Indicates search settings in request parameter.
*
*
* Protobuf type {@code google.ads.googleads.v18.services.SearchSettings}
*/
public final class SearchSettings extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v18.services.SearchSettings)
SearchSettingsOrBuilder {
private static final long serialVersionUID = 0L;
// Use SearchSettings.newBuilder() to construct.
private SearchSettings(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SearchSettings() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new SearchSettings();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v18.services.GoogleAdsServiceProto.internal_static_google_ads_googleads_v18_services_SearchSettings_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v18.services.GoogleAdsServiceProto.internal_static_google_ads_googleads_v18_services_SearchSettings_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v18.services.SearchSettings.class, com.google.ads.googleads.v18.services.SearchSettings.Builder.class);
}
public static final int OMIT_RESULTS_FIELD_NUMBER = 1;
private boolean omitResults_ = false;
/**
*
* If true, results will be excluded from the response. Otherwise, results
* will be returned.
* Default is false.
*
*
* bool omit_results = 1;
* @return The omitResults.
*/
@java.lang.Override
public boolean getOmitResults() {
return omitResults_;
}
public static final int RETURN_SUMMARY_ROW_FIELD_NUMBER = 2;
private boolean returnSummaryRow_ = false;
/**
*
* If true, summary row will be included in the response and sent in a
* response by itself after all other query results are returned.
* Default is false.
*
*
* bool return_summary_row = 2;
* @return The returnSummaryRow.
*/
@java.lang.Override
public boolean getReturnSummaryRow() {
return returnSummaryRow_;
}
public static final int RETURN_TOTAL_RESULTS_COUNT_FIELD_NUMBER = 3;
private boolean returnTotalResultsCount_ = false;
/**
*
* If true, the total number of results that match the query ignoring the
* LIMIT clause will be included in the response.
* Default is false.
*
*
* bool return_total_results_count = 3;
* @return The returnTotalResultsCount.
*/
@java.lang.Override
public boolean getReturnTotalResultsCount() {
return returnTotalResultsCount_;
}
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 (omitResults_ != false) {
output.writeBool(1, omitResults_);
}
if (returnSummaryRow_ != false) {
output.writeBool(2, returnSummaryRow_);
}
if (returnTotalResultsCount_ != false) {
output.writeBool(3, returnTotalResultsCount_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (omitResults_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, omitResults_);
}
if (returnSummaryRow_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, returnSummaryRow_);
}
if (returnTotalResultsCount_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(3, returnTotalResultsCount_);
}
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.v18.services.SearchSettings)) {
return super.equals(obj);
}
com.google.ads.googleads.v18.services.SearchSettings other = (com.google.ads.googleads.v18.services.SearchSettings) obj;
if (getOmitResults()
!= other.getOmitResults()) return false;
if (getReturnSummaryRow()
!= other.getReturnSummaryRow()) return false;
if (getReturnTotalResultsCount()
!= other.getReturnTotalResultsCount()) 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) + OMIT_RESULTS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getOmitResults());
hash = (37 * hash) + RETURN_SUMMARY_ROW_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getReturnSummaryRow());
hash = (37 * hash) + RETURN_TOTAL_RESULTS_COUNT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getReturnTotalResultsCount());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v18.services.SearchSettings parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v18.services.SearchSettings 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.v18.services.SearchSettings parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v18.services.SearchSettings 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.v18.services.SearchSettings parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v18.services.SearchSettings parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v18.services.SearchSettings parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v18.services.SearchSettings 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.v18.services.SearchSettings parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v18.services.SearchSettings 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.v18.services.SearchSettings parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v18.services.SearchSettings 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.v18.services.SearchSettings 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;
}
/**
*
* Indicates search settings in request parameter.
*
*
* Protobuf type {@code google.ads.googleads.v18.services.SearchSettings}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v18.services.SearchSettings)
com.google.ads.googleads.v18.services.SearchSettingsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v18.services.GoogleAdsServiceProto.internal_static_google_ads_googleads_v18_services_SearchSettings_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v18.services.GoogleAdsServiceProto.internal_static_google_ads_googleads_v18_services_SearchSettings_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v18.services.SearchSettings.class, com.google.ads.googleads.v18.services.SearchSettings.Builder.class);
}
// Construct using com.google.ads.googleads.v18.services.SearchSettings.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
omitResults_ = false;
returnSummaryRow_ = false;
returnTotalResultsCount_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v18.services.GoogleAdsServiceProto.internal_static_google_ads_googleads_v18_services_SearchSettings_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v18.services.SearchSettings getDefaultInstanceForType() {
return com.google.ads.googleads.v18.services.SearchSettings.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v18.services.SearchSettings build() {
com.google.ads.googleads.v18.services.SearchSettings result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v18.services.SearchSettings buildPartial() {
com.google.ads.googleads.v18.services.SearchSettings result = new com.google.ads.googleads.v18.services.SearchSettings(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.google.ads.googleads.v18.services.SearchSettings result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.omitResults_ = omitResults_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.returnSummaryRow_ = returnSummaryRow_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.returnTotalResultsCount_ = returnTotalResultsCount_;
}
}
@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.v18.services.SearchSettings) {
return mergeFrom((com.google.ads.googleads.v18.services.SearchSettings)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v18.services.SearchSettings other) {
if (other == com.google.ads.googleads.v18.services.SearchSettings.getDefaultInstance()) return this;
if (other.getOmitResults() != false) {
setOmitResults(other.getOmitResults());
}
if (other.getReturnSummaryRow() != false) {
setReturnSummaryRow(other.getReturnSummaryRow());
}
if (other.getReturnTotalResultsCount() != false) {
setReturnTotalResultsCount(other.getReturnTotalResultsCount());
}
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 8: {
omitResults_ = input.readBool();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
returnSummaryRow_ = input.readBool();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24: {
returnTotalResultsCount_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 24
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 boolean omitResults_ ;
/**
*
* If true, results will be excluded from the response. Otherwise, results
* will be returned.
* Default is false.
*
*
* bool omit_results = 1;
* @return The omitResults.
*/
@java.lang.Override
public boolean getOmitResults() {
return omitResults_;
}
/**
*
* If true, results will be excluded from the response. Otherwise, results
* will be returned.
* Default is false.
*
*
* bool omit_results = 1;
* @param value The omitResults to set.
* @return This builder for chaining.
*/
public Builder setOmitResults(boolean value) {
omitResults_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* If true, results will be excluded from the response. Otherwise, results
* will be returned.
* Default is false.
*
*
* bool omit_results = 1;
* @return This builder for chaining.
*/
public Builder clearOmitResults() {
bitField0_ = (bitField0_ & ~0x00000001);
omitResults_ = false;
onChanged();
return this;
}
private boolean returnSummaryRow_ ;
/**
*
* If true, summary row will be included in the response and sent in a
* response by itself after all other query results are returned.
* Default is false.
*
*
* bool return_summary_row = 2;
* @return The returnSummaryRow.
*/
@java.lang.Override
public boolean getReturnSummaryRow() {
return returnSummaryRow_;
}
/**
*
* If true, summary row will be included in the response and sent in a
* response by itself after all other query results are returned.
* Default is false.
*
*
* bool return_summary_row = 2;
* @param value The returnSummaryRow to set.
* @return This builder for chaining.
*/
public Builder setReturnSummaryRow(boolean value) {
returnSummaryRow_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* If true, summary row will be included in the response and sent in a
* response by itself after all other query results are returned.
* Default is false.
*
*
* bool return_summary_row = 2;
* @return This builder for chaining.
*/
public Builder clearReturnSummaryRow() {
bitField0_ = (bitField0_ & ~0x00000002);
returnSummaryRow_ = false;
onChanged();
return this;
}
private boolean returnTotalResultsCount_ ;
/**
*
* If true, the total number of results that match the query ignoring the
* LIMIT clause will be included in the response.
* Default is false.
*
*
* bool return_total_results_count = 3;
* @return The returnTotalResultsCount.
*/
@java.lang.Override
public boolean getReturnTotalResultsCount() {
return returnTotalResultsCount_;
}
/**
*
* If true, the total number of results that match the query ignoring the
* LIMIT clause will be included in the response.
* Default is false.
*
*
* bool return_total_results_count = 3;
* @param value The returnTotalResultsCount to set.
* @return This builder for chaining.
*/
public Builder setReturnTotalResultsCount(boolean value) {
returnTotalResultsCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* If true, the total number of results that match the query ignoring the
* LIMIT clause will be included in the response.
* Default is false.
*
*
* bool return_total_results_count = 3;
* @return This builder for chaining.
*/
public Builder clearReturnTotalResultsCount() {
bitField0_ = (bitField0_ & ~0x00000004);
returnTotalResultsCount_ = false;
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.v18.services.SearchSettings)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v18.services.SearchSettings)
private static final com.google.ads.googleads.v18.services.SearchSettings DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v18.services.SearchSettings();
}
public static com.google.ads.googleads.v18.services.SearchSettings getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SearchSettings 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.v18.services.SearchSettings getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy