Class ErrorCode.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
com.google.ads.googleads.v18.errors.ErrorCode.Builder
All Implemented Interfaces:
ErrorCodeOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ErrorCode

public static final class ErrorCode.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder> implements ErrorCodeOrBuilder
 The error reason represented by type and enum.
 
Protobuf type google.ads.googleads.v18.errors.ErrorCode
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • clear

      public ErrorCode.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • getDefaultInstanceForType

      public ErrorCode getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ErrorCode build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ErrorCode buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public ErrorCode.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • setField

      public ErrorCode.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • clearField

      public ErrorCode.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • clearOneof

      public ErrorCode.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • setRepeatedField

      public ErrorCode.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • addRepeatedField

      public ErrorCode.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • mergeFrom

      public ErrorCode.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorCode.Builder>
    • mergeFrom

      public ErrorCode.Builder mergeFrom(ErrorCode other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • mergeFrom

      public ErrorCode.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorCode.Builder>
      Throws:
      IOException
    • getErrorCodeCase

      public ErrorCode.ErrorCodeCase getErrorCodeCase()
      Specified by:
      getErrorCodeCase in interface ErrorCodeOrBuilder
    • clearErrorCode

      public ErrorCode.Builder clearErrorCode()
    • hasRequestError

      public boolean hasRequestError()
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Specified by:
      hasRequestError in interface ErrorCodeOrBuilder
      Returns:
      Whether the requestError field is set.
    • getRequestErrorValue

      public int getRequestErrorValue()
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Specified by:
      getRequestErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for requestError.
    • setRequestErrorValue

      public ErrorCode.Builder setRequestErrorValue(int value)
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Parameters:
      value - The enum numeric value on the wire for requestError to set.
      Returns:
      This builder for chaining.
    • getRequestError

      public RequestErrorEnum.RequestError getRequestError()
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Specified by:
      getRequestError in interface ErrorCodeOrBuilder
      Returns:
      The requestError.
    • setRequestError

      public ErrorCode.Builder setRequestError(RequestErrorEnum.RequestError value)
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Parameters:
      value - The requestError to set.
      Returns:
      This builder for chaining.
    • clearRequestError

      public ErrorCode.Builder clearRequestError()
       An error caused by the request
       
      .google.ads.googleads.v18.errors.RequestErrorEnum.RequestError request_error = 1;
      Returns:
      This builder for chaining.
    • hasBiddingStrategyError

      public boolean hasBiddingStrategyError()
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Specified by:
      hasBiddingStrategyError in interface ErrorCodeOrBuilder
      Returns:
      Whether the biddingStrategyError field is set.
    • getBiddingStrategyErrorValue

      public int getBiddingStrategyErrorValue()
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Specified by:
      getBiddingStrategyErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for biddingStrategyError.
    • setBiddingStrategyErrorValue

      public ErrorCode.Builder setBiddingStrategyErrorValue(int value)
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Parameters:
      value - The enum numeric value on the wire for biddingStrategyError to set.
      Returns:
      This builder for chaining.
    • getBiddingStrategyError

      public BiddingStrategyErrorEnum.BiddingStrategyError getBiddingStrategyError()
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Specified by:
      getBiddingStrategyError in interface ErrorCodeOrBuilder
      Returns:
      The biddingStrategyError.
    • setBiddingStrategyError

      public ErrorCode.Builder setBiddingStrategyError(BiddingStrategyErrorEnum.BiddingStrategyError value)
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Parameters:
      value - The biddingStrategyError to set.
      Returns:
      This builder for chaining.
    • clearBiddingStrategyError

      public ErrorCode.Builder clearBiddingStrategyError()
       An error with a Bidding Strategy mutate.
       
      .google.ads.googleads.v18.errors.BiddingStrategyErrorEnum.BiddingStrategyError bidding_strategy_error = 2;
      Returns:
      This builder for chaining.
    • hasUrlFieldError

      public boolean hasUrlFieldError()
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Specified by:
      hasUrlFieldError in interface ErrorCodeOrBuilder
      Returns:
      Whether the urlFieldError field is set.
    • getUrlFieldErrorValue

      public int getUrlFieldErrorValue()
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Specified by:
      getUrlFieldErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for urlFieldError.
    • setUrlFieldErrorValue

      public ErrorCode.Builder setUrlFieldErrorValue(int value)
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Parameters:
      value - The enum numeric value on the wire for urlFieldError to set.
      Returns:
      This builder for chaining.
    • getUrlFieldError

      public UrlFieldErrorEnum.UrlFieldError getUrlFieldError()
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Specified by:
      getUrlFieldError in interface ErrorCodeOrBuilder
      Returns:
      The urlFieldError.
    • setUrlFieldError

      public ErrorCode.Builder setUrlFieldError(UrlFieldErrorEnum.UrlFieldError value)
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Parameters:
      value - The urlFieldError to set.
      Returns:
      This builder for chaining.
    • clearUrlFieldError

      public ErrorCode.Builder clearUrlFieldError()
       An error with a URL field mutate.
       
      .google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError url_field_error = 3;
      Returns:
      This builder for chaining.
    • hasListOperationError

      public boolean hasListOperationError()
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Specified by:
      hasListOperationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the listOperationError field is set.
    • getListOperationErrorValue

      public int getListOperationErrorValue()
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Specified by:
      getListOperationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for listOperationError.
    • setListOperationErrorValue

      public ErrorCode.Builder setListOperationErrorValue(int value)
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Parameters:
      value - The enum numeric value on the wire for listOperationError to set.
      Returns:
      This builder for chaining.
    • getListOperationError

      public ListOperationErrorEnum.ListOperationError getListOperationError()
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Specified by:
      getListOperationError in interface ErrorCodeOrBuilder
      Returns:
      The listOperationError.
    • setListOperationError

      public ErrorCode.Builder setListOperationError(ListOperationErrorEnum.ListOperationError value)
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Parameters:
      value - The listOperationError to set.
      Returns:
      This builder for chaining.
    • clearListOperationError

      public ErrorCode.Builder clearListOperationError()
       An error with a list operation.
       
      .google.ads.googleads.v18.errors.ListOperationErrorEnum.ListOperationError list_operation_error = 4;
      Returns:
      This builder for chaining.
    • hasQueryError

      public boolean hasQueryError()
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Specified by:
      hasQueryError in interface ErrorCodeOrBuilder
      Returns:
      Whether the queryError field is set.
    • getQueryErrorValue

      public int getQueryErrorValue()
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Specified by:
      getQueryErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for queryError.
    • setQueryErrorValue

      public ErrorCode.Builder setQueryErrorValue(int value)
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Parameters:
      value - The enum numeric value on the wire for queryError to set.
      Returns:
      This builder for chaining.
    • getQueryError

      public QueryErrorEnum.QueryError getQueryError()
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Specified by:
      getQueryError in interface ErrorCodeOrBuilder
      Returns:
      The queryError.
    • setQueryError

      public ErrorCode.Builder setQueryError(QueryErrorEnum.QueryError value)
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Parameters:
      value - The queryError to set.
      Returns:
      This builder for chaining.
    • clearQueryError

      public ErrorCode.Builder clearQueryError()
       An error with an AWQL query
       
      .google.ads.googleads.v18.errors.QueryErrorEnum.QueryError query_error = 5;
      Returns:
      This builder for chaining.
    • hasMutateError

      public boolean hasMutateError()
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Specified by:
      hasMutateError in interface ErrorCodeOrBuilder
      Returns:
      Whether the mutateError field is set.
    • getMutateErrorValue

      public int getMutateErrorValue()
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Specified by:
      getMutateErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for mutateError.
    • setMutateErrorValue

      public ErrorCode.Builder setMutateErrorValue(int value)
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Parameters:
      value - The enum numeric value on the wire for mutateError to set.
      Returns:
      This builder for chaining.
    • getMutateError

      public MutateErrorEnum.MutateError getMutateError()
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Specified by:
      getMutateError in interface ErrorCodeOrBuilder
      Returns:
      The mutateError.
    • setMutateError

      public ErrorCode.Builder setMutateError(MutateErrorEnum.MutateError value)
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Parameters:
      value - The mutateError to set.
      Returns:
      This builder for chaining.
    • clearMutateError

      public ErrorCode.Builder clearMutateError()
       An error with a mutate
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7;
      Returns:
      This builder for chaining.
    • hasFieldMaskError

      public boolean hasFieldMaskError()
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Specified by:
      hasFieldMaskError in interface ErrorCodeOrBuilder
      Returns:
      Whether the fieldMaskError field is set.
    • getFieldMaskErrorValue

      public int getFieldMaskErrorValue()
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Specified by:
      getFieldMaskErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for fieldMaskError.
    • setFieldMaskErrorValue

      public ErrorCode.Builder setFieldMaskErrorValue(int value)
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Parameters:
      value - The enum numeric value on the wire for fieldMaskError to set.
      Returns:
      This builder for chaining.
    • getFieldMaskError

      public FieldMaskErrorEnum.FieldMaskError getFieldMaskError()
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Specified by:
      getFieldMaskError in interface ErrorCodeOrBuilder
      Returns:
      The fieldMaskError.
    • setFieldMaskError

      public ErrorCode.Builder setFieldMaskError(FieldMaskErrorEnum.FieldMaskError value)
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Parameters:
      value - The fieldMaskError to set.
      Returns:
      This builder for chaining.
    • clearFieldMaskError

      public ErrorCode.Builder clearFieldMaskError()
       An error with a field mask
       
      .google.ads.googleads.v18.errors.FieldMaskErrorEnum.FieldMaskError field_mask_error = 8;
      Returns:
      This builder for chaining.
    • hasAuthorizationError

      public boolean hasAuthorizationError()
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Specified by:
      hasAuthorizationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the authorizationError field is set.
    • getAuthorizationErrorValue

      public int getAuthorizationErrorValue()
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Specified by:
      getAuthorizationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for authorizationError.
    • setAuthorizationErrorValue

      public ErrorCode.Builder setAuthorizationErrorValue(int value)
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Parameters:
      value - The enum numeric value on the wire for authorizationError to set.
      Returns:
      This builder for chaining.
    • getAuthorizationError

      public AuthorizationErrorEnum.AuthorizationError getAuthorizationError()
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Specified by:
      getAuthorizationError in interface ErrorCodeOrBuilder
      Returns:
      The authorizationError.
    • setAuthorizationError

      public ErrorCode.Builder setAuthorizationError(AuthorizationErrorEnum.AuthorizationError value)
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Parameters:
      value - The authorizationError to set.
      Returns:
      This builder for chaining.
    • clearAuthorizationError

      public ErrorCode.Builder clearAuthorizationError()
       An error encountered when trying to authorize a user.
       
      .google.ads.googleads.v18.errors.AuthorizationErrorEnum.AuthorizationError authorization_error = 9;
      Returns:
      This builder for chaining.
    • hasInternalError

      public boolean hasInternalError()
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Specified by:
      hasInternalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the internalError field is set.
    • getInternalErrorValue

      public int getInternalErrorValue()
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Specified by:
      getInternalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for internalError.
    • setInternalErrorValue

      public ErrorCode.Builder setInternalErrorValue(int value)
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Parameters:
      value - The enum numeric value on the wire for internalError to set.
      Returns:
      This builder for chaining.
    • getInternalError

      public InternalErrorEnum.InternalError getInternalError()
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Specified by:
      getInternalError in interface ErrorCodeOrBuilder
      Returns:
      The internalError.
    • setInternalError

      public ErrorCode.Builder setInternalError(InternalErrorEnum.InternalError value)
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Parameters:
      value - The internalError to set.
      Returns:
      This builder for chaining.
    • clearInternalError

      public ErrorCode.Builder clearInternalError()
       An unexpected server-side error.
       
      .google.ads.googleads.v18.errors.InternalErrorEnum.InternalError internal_error = 10;
      Returns:
      This builder for chaining.
    • hasQuotaError

      public boolean hasQuotaError()
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Specified by:
      hasQuotaError in interface ErrorCodeOrBuilder
      Returns:
      Whether the quotaError field is set.
    • getQuotaErrorValue

      public int getQuotaErrorValue()
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Specified by:
      getQuotaErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for quotaError.
    • setQuotaErrorValue

      public ErrorCode.Builder setQuotaErrorValue(int value)
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Parameters:
      value - The enum numeric value on the wire for quotaError to set.
      Returns:
      This builder for chaining.
    • getQuotaError

      public QuotaErrorEnum.QuotaError getQuotaError()
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Specified by:
      getQuotaError in interface ErrorCodeOrBuilder
      Returns:
      The quotaError.
    • setQuotaError

      public ErrorCode.Builder setQuotaError(QuotaErrorEnum.QuotaError value)
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Parameters:
      value - The quotaError to set.
      Returns:
      This builder for chaining.
    • clearQuotaError

      public ErrorCode.Builder clearQuotaError()
       An error with the amount of quota remaining.
       
      .google.ads.googleads.v18.errors.QuotaErrorEnum.QuotaError quota_error = 11;
      Returns:
      This builder for chaining.
    • hasAdError

      public boolean hasAdError()
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Specified by:
      hasAdError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adError field is set.
    • getAdErrorValue

      public int getAdErrorValue()
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Specified by:
      getAdErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adError.
    • setAdErrorValue

      public ErrorCode.Builder setAdErrorValue(int value)
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Parameters:
      value - The enum numeric value on the wire for adError to set.
      Returns:
      This builder for chaining.
    • getAdError

      public AdErrorEnum.AdError getAdError()
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Specified by:
      getAdError in interface ErrorCodeOrBuilder
      Returns:
      The adError.
    • setAdError

      public ErrorCode.Builder setAdError(AdErrorEnum.AdError value)
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Parameters:
      value - The adError to set.
      Returns:
      This builder for chaining.
    • clearAdError

      public ErrorCode.Builder clearAdError()
       An error with an Ad Group Ad mutate.
       
      .google.ads.googleads.v18.errors.AdErrorEnum.AdError ad_error = 12;
      Returns:
      This builder for chaining.
    • hasAdGroupError

      public boolean hasAdGroupError()
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Specified by:
      hasAdGroupError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupError field is set.
    • getAdGroupErrorValue

      public int getAdGroupErrorValue()
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Specified by:
      getAdGroupErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupError.
    • setAdGroupErrorValue

      public ErrorCode.Builder setAdGroupErrorValue(int value)
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Parameters:
      value - The enum numeric value on the wire for adGroupError to set.
      Returns:
      This builder for chaining.
    • getAdGroupError

      public AdGroupErrorEnum.AdGroupError getAdGroupError()
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Specified by:
      getAdGroupError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupError.
    • setAdGroupError

      public ErrorCode.Builder setAdGroupError(AdGroupErrorEnum.AdGroupError value)
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Parameters:
      value - The adGroupError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupError

      public ErrorCode.Builder clearAdGroupError()
       An error with an Ad Group mutate.
       
      .google.ads.googleads.v18.errors.AdGroupErrorEnum.AdGroupError ad_group_error = 13;
      Returns:
      This builder for chaining.
    • hasCampaignBudgetError

      public boolean hasCampaignBudgetError()
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Specified by:
      hasCampaignBudgetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignBudgetError field is set.
    • getCampaignBudgetErrorValue

      public int getCampaignBudgetErrorValue()
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Specified by:
      getCampaignBudgetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignBudgetError.
    • setCampaignBudgetErrorValue

      public ErrorCode.Builder setCampaignBudgetErrorValue(int value)
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Parameters:
      value - The enum numeric value on the wire for campaignBudgetError to set.
      Returns:
      This builder for chaining.
    • getCampaignBudgetError

      public CampaignBudgetErrorEnum.CampaignBudgetError getCampaignBudgetError()
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Specified by:
      getCampaignBudgetError in interface ErrorCodeOrBuilder
      Returns:
      The campaignBudgetError.
    • setCampaignBudgetError

      public ErrorCode.Builder setCampaignBudgetError(CampaignBudgetErrorEnum.CampaignBudgetError value)
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Parameters:
      value - The campaignBudgetError to set.
      Returns:
      This builder for chaining.
    • clearCampaignBudgetError

      public ErrorCode.Builder clearCampaignBudgetError()
       An error with a Campaign Budget mutate.
       
      .google.ads.googleads.v18.errors.CampaignBudgetErrorEnum.CampaignBudgetError campaign_budget_error = 14;
      Returns:
      This builder for chaining.
    • hasCampaignError

      public boolean hasCampaignError()
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Specified by:
      hasCampaignError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignError field is set.
    • getCampaignErrorValue

      public int getCampaignErrorValue()
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Specified by:
      getCampaignErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignError.
    • setCampaignErrorValue

      public ErrorCode.Builder setCampaignErrorValue(int value)
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Parameters:
      value - The enum numeric value on the wire for campaignError to set.
      Returns:
      This builder for chaining.
    • getCampaignError

      public CampaignErrorEnum.CampaignError getCampaignError()
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Specified by:
      getCampaignError in interface ErrorCodeOrBuilder
      Returns:
      The campaignError.
    • setCampaignError

      public ErrorCode.Builder setCampaignError(CampaignErrorEnum.CampaignError value)
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Parameters:
      value - The campaignError to set.
      Returns:
      This builder for chaining.
    • clearCampaignError

      public ErrorCode.Builder clearCampaignError()
       An error with a Campaign mutate.
       
      .google.ads.googleads.v18.errors.CampaignErrorEnum.CampaignError campaign_error = 15;
      Returns:
      This builder for chaining.
    • hasVideoCampaignError

      public boolean hasVideoCampaignError()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Specified by:
      hasVideoCampaignError in interface ErrorCodeOrBuilder
      Returns:
      Whether the videoCampaignError field is set.
    • getVideoCampaignErrorValue

      public int getVideoCampaignErrorValue()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Specified by:
      getVideoCampaignErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for videoCampaignError.
    • setVideoCampaignErrorValue

      public ErrorCode.Builder setVideoCampaignErrorValue(int value)
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Parameters:
      value - The enum numeric value on the wire for videoCampaignError to set.
      Returns:
      This builder for chaining.
    • getVideoCampaignError

      public VideoCampaignErrorEnum.VideoCampaignError getVideoCampaignError()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Specified by:
      getVideoCampaignError in interface ErrorCodeOrBuilder
      Returns:
      The videoCampaignError.
    • setVideoCampaignError

      public ErrorCode.Builder setVideoCampaignError(VideoCampaignErrorEnum.VideoCampaignError value)
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Parameters:
      value - The videoCampaignError to set.
      Returns:
      This builder for chaining.
    • clearVideoCampaignError

      public ErrorCode.Builder clearVideoCampaignError()
       An error with a Video Campaign mutate.
       
      .google.ads.googleads.v18.errors.VideoCampaignErrorEnum.VideoCampaignError video_campaign_error = 182;
      Returns:
      This builder for chaining.
    • hasAuthenticationError

      public boolean hasAuthenticationError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Specified by:
      hasAuthenticationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the authenticationError field is set.
    • getAuthenticationErrorValue

      public int getAuthenticationErrorValue()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Specified by:
      getAuthenticationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for authenticationError.
    • setAuthenticationErrorValue

      public ErrorCode.Builder setAuthenticationErrorValue(int value)
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Parameters:
      value - The enum numeric value on the wire for authenticationError to set.
      Returns:
      This builder for chaining.
    • getAuthenticationError

      public AuthenticationErrorEnum.AuthenticationError getAuthenticationError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Specified by:
      getAuthenticationError in interface ErrorCodeOrBuilder
      Returns:
      The authenticationError.
    • setAuthenticationError

      public ErrorCode.Builder setAuthenticationError(AuthenticationErrorEnum.AuthenticationError value)
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Parameters:
      value - The authenticationError to set.
      Returns:
      This builder for chaining.
    • clearAuthenticationError

      public ErrorCode.Builder clearAuthenticationError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AuthenticationErrorEnum.AuthenticationError authentication_error = 17;
      Returns:
      This builder for chaining.
    • hasAdGroupCriterionCustomizerError

      public boolean hasAdGroupCriterionCustomizerError()
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Specified by:
      hasAdGroupCriterionCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupCriterionCustomizerError field is set.
    • getAdGroupCriterionCustomizerErrorValue

      public int getAdGroupCriterionCustomizerErrorValue()
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Specified by:
      getAdGroupCriterionCustomizerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupCriterionCustomizerError.
    • setAdGroupCriterionCustomizerErrorValue

      public ErrorCode.Builder setAdGroupCriterionCustomizerErrorValue(int value)
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Parameters:
      value - The enum numeric value on the wire for adGroupCriterionCustomizerError to set.
      Returns:
      This builder for chaining.
    • getAdGroupCriterionCustomizerError

      public AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError getAdGroupCriterionCustomizerError()
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Specified by:
      getAdGroupCriterionCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupCriterionCustomizerError.
    • setAdGroupCriterionCustomizerError

       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Parameters:
      value - The adGroupCriterionCustomizerError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupCriterionCustomizerError

      public ErrorCode.Builder clearAdGroupCriterionCustomizerError()
       The reasons for the ad group criterion customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionCustomizerErrorEnum.AdGroupCriterionCustomizerError ad_group_criterion_customizer_error = 161;
      Returns:
      This builder for chaining.
    • hasAdGroupCriterionError

      public boolean hasAdGroupCriterionError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Specified by:
      hasAdGroupCriterionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupCriterionError field is set.
    • getAdGroupCriterionErrorValue

      public int getAdGroupCriterionErrorValue()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Specified by:
      getAdGroupCriterionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupCriterionError.
    • setAdGroupCriterionErrorValue

      public ErrorCode.Builder setAdGroupCriterionErrorValue(int value)
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Parameters:
      value - The enum numeric value on the wire for adGroupCriterionError to set.
      Returns:
      This builder for chaining.
    • getAdGroupCriterionError

      public AdGroupCriterionErrorEnum.AdGroupCriterionError getAdGroupCriterionError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Specified by:
      getAdGroupCriterionError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupCriterionError.
    • setAdGroupCriterionError

      public ErrorCode.Builder setAdGroupCriterionError(AdGroupCriterionErrorEnum.AdGroupCriterionError value)
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Parameters:
      value - The adGroupCriterionError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupCriterionError

      public ErrorCode.Builder clearAdGroupCriterionError()
       Indicates failure to properly authenticate user.
       
      .google.ads.googleads.v18.errors.AdGroupCriterionErrorEnum.AdGroupCriterionError ad_group_criterion_error = 18;
      Returns:
      This builder for chaining.
    • hasAdGroupCustomizerError

      public boolean hasAdGroupCustomizerError()
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Specified by:
      hasAdGroupCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupCustomizerError field is set.
    • getAdGroupCustomizerErrorValue

      public int getAdGroupCustomizerErrorValue()
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Specified by:
      getAdGroupCustomizerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupCustomizerError.
    • setAdGroupCustomizerErrorValue

      public ErrorCode.Builder setAdGroupCustomizerErrorValue(int value)
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Parameters:
      value - The enum numeric value on the wire for adGroupCustomizerError to set.
      Returns:
      This builder for chaining.
    • getAdGroupCustomizerError

      public AdGroupCustomizerErrorEnum.AdGroupCustomizerError getAdGroupCustomizerError()
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Specified by:
      getAdGroupCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupCustomizerError.
    • setAdGroupCustomizerError

      public ErrorCode.Builder setAdGroupCustomizerError(AdGroupCustomizerErrorEnum.AdGroupCustomizerError value)
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Parameters:
      value - The adGroupCustomizerError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupCustomizerError

      public ErrorCode.Builder clearAdGroupCustomizerError()
       The reasons for the ad group customizer error.
       
      .google.ads.googleads.v18.errors.AdGroupCustomizerErrorEnum.AdGroupCustomizerError ad_group_customizer_error = 159;
      Returns:
      This builder for chaining.
    • hasAdCustomizerError

      public boolean hasAdCustomizerError()
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Specified by:
      hasAdCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adCustomizerError field is set.
    • getAdCustomizerErrorValue

      public int getAdCustomizerErrorValue()
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Specified by:
      getAdCustomizerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adCustomizerError.
    • setAdCustomizerErrorValue

      public ErrorCode.Builder setAdCustomizerErrorValue(int value)
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Parameters:
      value - The enum numeric value on the wire for adCustomizerError to set.
      Returns:
      This builder for chaining.
    • getAdCustomizerError

      public AdCustomizerErrorEnum.AdCustomizerError getAdCustomizerError()
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Specified by:
      getAdCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      The adCustomizerError.
    • setAdCustomizerError

      public ErrorCode.Builder setAdCustomizerError(AdCustomizerErrorEnum.AdCustomizerError value)
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Parameters:
      value - The adCustomizerError to set.
      Returns:
      This builder for chaining.
    • clearAdCustomizerError

      public ErrorCode.Builder clearAdCustomizerError()
       The reasons for the ad customizer error
       
      .google.ads.googleads.v18.errors.AdCustomizerErrorEnum.AdCustomizerError ad_customizer_error = 19;
      Returns:
      This builder for chaining.
    • hasAdGroupAdError

      public boolean hasAdGroupAdError()
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Specified by:
      hasAdGroupAdError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupAdError field is set.
    • getAdGroupAdErrorValue

      public int getAdGroupAdErrorValue()
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Specified by:
      getAdGroupAdErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupAdError.
    • setAdGroupAdErrorValue

      public ErrorCode.Builder setAdGroupAdErrorValue(int value)
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Parameters:
      value - The enum numeric value on the wire for adGroupAdError to set.
      Returns:
      This builder for chaining.
    • getAdGroupAdError

      public AdGroupAdErrorEnum.AdGroupAdError getAdGroupAdError()
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Specified by:
      getAdGroupAdError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupAdError.
    • setAdGroupAdError

      public ErrorCode.Builder setAdGroupAdError(AdGroupAdErrorEnum.AdGroupAdError value)
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Parameters:
      value - The adGroupAdError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupAdError

      public ErrorCode.Builder clearAdGroupAdError()
       The reasons for the ad group ad error
       
      .google.ads.googleads.v18.errors.AdGroupAdErrorEnum.AdGroupAdError ad_group_ad_error = 21;
      Returns:
      This builder for chaining.
    • hasAdSharingError

      public boolean hasAdSharingError()
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Specified by:
      hasAdSharingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adSharingError field is set.
    • getAdSharingErrorValue

      public int getAdSharingErrorValue()
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Specified by:
      getAdSharingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adSharingError.
    • setAdSharingErrorValue

      public ErrorCode.Builder setAdSharingErrorValue(int value)
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Parameters:
      value - The enum numeric value on the wire for adSharingError to set.
      Returns:
      This builder for chaining.
    • getAdSharingError

      public AdSharingErrorEnum.AdSharingError getAdSharingError()
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Specified by:
      getAdSharingError in interface ErrorCodeOrBuilder
      Returns:
      The adSharingError.
    • setAdSharingError

      public ErrorCode.Builder setAdSharingError(AdSharingErrorEnum.AdSharingError value)
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Parameters:
      value - The adSharingError to set.
      Returns:
      This builder for chaining.
    • clearAdSharingError

      public ErrorCode.Builder clearAdSharingError()
       The reasons for the ad sharing error
       
      .google.ads.googleads.v18.errors.AdSharingErrorEnum.AdSharingError ad_sharing_error = 24;
      Returns:
      This builder for chaining.
    • hasAdxError

      public boolean hasAdxError()
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Specified by:
      hasAdxError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adxError field is set.
    • getAdxErrorValue

      public int getAdxErrorValue()
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Specified by:
      getAdxErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adxError.
    • setAdxErrorValue

      public ErrorCode.Builder setAdxErrorValue(int value)
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Parameters:
      value - The enum numeric value on the wire for adxError to set.
      Returns:
      This builder for chaining.
    • getAdxError

      public AdxErrorEnum.AdxError getAdxError()
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Specified by:
      getAdxError in interface ErrorCodeOrBuilder
      Returns:
      The adxError.
    • setAdxError

      public ErrorCode.Builder setAdxError(AdxErrorEnum.AdxError value)
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Parameters:
      value - The adxError to set.
      Returns:
      This builder for chaining.
    • clearAdxError

      public ErrorCode.Builder clearAdxError()
       The reasons for the adx error
       
      .google.ads.googleads.v18.errors.AdxErrorEnum.AdxError adx_error = 25;
      Returns:
      This builder for chaining.
    • hasAssetError

      public boolean hasAssetError()
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Specified by:
      hasAssetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetError field is set.
    • getAssetErrorValue

      public int getAssetErrorValue()
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Specified by:
      getAssetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetError.
    • setAssetErrorValue

      public ErrorCode.Builder setAssetErrorValue(int value)
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Parameters:
      value - The enum numeric value on the wire for assetError to set.
      Returns:
      This builder for chaining.
    • getAssetError

      public AssetErrorEnum.AssetError getAssetError()
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Specified by:
      getAssetError in interface ErrorCodeOrBuilder
      Returns:
      The assetError.
    • setAssetError

      public ErrorCode.Builder setAssetError(AssetErrorEnum.AssetError value)
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Parameters:
      value - The assetError to set.
      Returns:
      This builder for chaining.
    • clearAssetError

      public ErrorCode.Builder clearAssetError()
       The reasons for the asset error
       
      .google.ads.googleads.v18.errors.AssetErrorEnum.AssetError asset_error = 107;
      Returns:
      This builder for chaining.
    • hasAssetGroupAssetError

      public boolean hasAssetGroupAssetError()
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Specified by:
      hasAssetGroupAssetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetGroupAssetError field is set.
    • getAssetGroupAssetErrorValue

      public int getAssetGroupAssetErrorValue()
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Specified by:
      getAssetGroupAssetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetGroupAssetError.
    • setAssetGroupAssetErrorValue

      public ErrorCode.Builder setAssetGroupAssetErrorValue(int value)
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Parameters:
      value - The enum numeric value on the wire for assetGroupAssetError to set.
      Returns:
      This builder for chaining.
    • getAssetGroupAssetError

      public AssetGroupAssetErrorEnum.AssetGroupAssetError getAssetGroupAssetError()
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Specified by:
      getAssetGroupAssetError in interface ErrorCodeOrBuilder
      Returns:
      The assetGroupAssetError.
    • setAssetGroupAssetError

      public ErrorCode.Builder setAssetGroupAssetError(AssetGroupAssetErrorEnum.AssetGroupAssetError value)
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Parameters:
      value - The assetGroupAssetError to set.
      Returns:
      This builder for chaining.
    • clearAssetGroupAssetError

      public ErrorCode.Builder clearAssetGroupAssetError()
       The reasons for the asset group asset error
       
      .google.ads.googleads.v18.errors.AssetGroupAssetErrorEnum.AssetGroupAssetError asset_group_asset_error = 149;
      Returns:
      This builder for chaining.
    • hasAssetGroupListingGroupFilterError

      public boolean hasAssetGroupListingGroupFilterError()
       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Specified by:
      hasAssetGroupListingGroupFilterError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetGroupListingGroupFilterError field is set.
    • getAssetGroupListingGroupFilterErrorValue

      public int getAssetGroupListingGroupFilterErrorValue()
       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Specified by:
      getAssetGroupListingGroupFilterErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetGroupListingGroupFilterError.
    • setAssetGroupListingGroupFilterErrorValue

      public ErrorCode.Builder setAssetGroupListingGroupFilterErrorValue(int value)
       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Parameters:
      value - The enum numeric value on the wire for assetGroupListingGroupFilterError to set.
      Returns:
      This builder for chaining.
    • getAssetGroupListingGroupFilterError

      public AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError getAssetGroupListingGroupFilterError()
       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Specified by:
      getAssetGroupListingGroupFilterError in interface ErrorCodeOrBuilder
      Returns:
      The assetGroupListingGroupFilterError.
    • setAssetGroupListingGroupFilterError

       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Parameters:
      value - The assetGroupListingGroupFilterError to set.
      Returns:
      This builder for chaining.
    • clearAssetGroupListingGroupFilterError

      public ErrorCode.Builder clearAssetGroupListingGroupFilterError()
       The reasons for the asset group listing group filter error
       
      .google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError asset_group_listing_group_filter_error = 155;
      Returns:
      This builder for chaining.
    • hasAssetGroupError

      public boolean hasAssetGroupError()
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Specified by:
      hasAssetGroupError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetGroupError field is set.
    • getAssetGroupErrorValue

      public int getAssetGroupErrorValue()
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Specified by:
      getAssetGroupErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetGroupError.
    • setAssetGroupErrorValue

      public ErrorCode.Builder setAssetGroupErrorValue(int value)
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Parameters:
      value - The enum numeric value on the wire for assetGroupError to set.
      Returns:
      This builder for chaining.
    • getAssetGroupError

      public AssetGroupErrorEnum.AssetGroupError getAssetGroupError()
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Specified by:
      getAssetGroupError in interface ErrorCodeOrBuilder
      Returns:
      The assetGroupError.
    • setAssetGroupError

      public ErrorCode.Builder setAssetGroupError(AssetGroupErrorEnum.AssetGroupError value)
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Parameters:
      value - The assetGroupError to set.
      Returns:
      This builder for chaining.
    • clearAssetGroupError

      public ErrorCode.Builder clearAssetGroupError()
       The reasons for the asset group error
       
      .google.ads.googleads.v18.errors.AssetGroupErrorEnum.AssetGroupError asset_group_error = 148;
      Returns:
      This builder for chaining.
    • hasAssetSetAssetError

      public boolean hasAssetSetAssetError()
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Specified by:
      hasAssetSetAssetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetSetAssetError field is set.
    • getAssetSetAssetErrorValue

      public int getAssetSetAssetErrorValue()
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Specified by:
      getAssetSetAssetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetSetAssetError.
    • setAssetSetAssetErrorValue

      public ErrorCode.Builder setAssetSetAssetErrorValue(int value)
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Parameters:
      value - The enum numeric value on the wire for assetSetAssetError to set.
      Returns:
      This builder for chaining.
    • getAssetSetAssetError

      public AssetSetAssetErrorEnum.AssetSetAssetError getAssetSetAssetError()
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Specified by:
      getAssetSetAssetError in interface ErrorCodeOrBuilder
      Returns:
      The assetSetAssetError.
    • setAssetSetAssetError

      public ErrorCode.Builder setAssetSetAssetError(AssetSetAssetErrorEnum.AssetSetAssetError value)
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Parameters:
      value - The assetSetAssetError to set.
      Returns:
      This builder for chaining.
    • clearAssetSetAssetError

      public ErrorCode.Builder clearAssetSetAssetError()
       The reasons for the asset set asset error
       
      .google.ads.googleads.v18.errors.AssetSetAssetErrorEnum.AssetSetAssetError asset_set_asset_error = 153;
      Returns:
      This builder for chaining.
    • hasAssetSetLinkError

      public boolean hasAssetSetLinkError()
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Specified by:
      hasAssetSetLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetSetLinkError field is set.
    • getAssetSetLinkErrorValue

      public int getAssetSetLinkErrorValue()
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Specified by:
      getAssetSetLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetSetLinkError.
    • setAssetSetLinkErrorValue

      public ErrorCode.Builder setAssetSetLinkErrorValue(int value)
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Parameters:
      value - The enum numeric value on the wire for assetSetLinkError to set.
      Returns:
      This builder for chaining.
    • getAssetSetLinkError

      public AssetSetLinkErrorEnum.AssetSetLinkError getAssetSetLinkError()
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Specified by:
      getAssetSetLinkError in interface ErrorCodeOrBuilder
      Returns:
      The assetSetLinkError.
    • setAssetSetLinkError

      public ErrorCode.Builder setAssetSetLinkError(AssetSetLinkErrorEnum.AssetSetLinkError value)
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Parameters:
      value - The assetSetLinkError to set.
      Returns:
      This builder for chaining.
    • clearAssetSetLinkError

      public ErrorCode.Builder clearAssetSetLinkError()
       The reasons for the asset set link error
       
      .google.ads.googleads.v18.errors.AssetSetLinkErrorEnum.AssetSetLinkError asset_set_link_error = 154;
      Returns:
      This builder for chaining.
    • hasAssetSetError

      public boolean hasAssetSetError()
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Specified by:
      hasAssetSetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetSetError field is set.
    • getAssetSetErrorValue

      public int getAssetSetErrorValue()
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Specified by:
      getAssetSetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetSetError.
    • setAssetSetErrorValue

      public ErrorCode.Builder setAssetSetErrorValue(int value)
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Parameters:
      value - The enum numeric value on the wire for assetSetError to set.
      Returns:
      This builder for chaining.
    • getAssetSetError

      public AssetSetErrorEnum.AssetSetError getAssetSetError()
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Specified by:
      getAssetSetError in interface ErrorCodeOrBuilder
      Returns:
      The assetSetError.
    • setAssetSetError

      public ErrorCode.Builder setAssetSetError(AssetSetErrorEnum.AssetSetError value)
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Parameters:
      value - The assetSetError to set.
      Returns:
      This builder for chaining.
    • clearAssetSetError

      public ErrorCode.Builder clearAssetSetError()
       The reasons for the asset set error
       
      .google.ads.googleads.v18.errors.AssetSetErrorEnum.AssetSetError asset_set_error = 152;
      Returns:
      This builder for chaining.
    • hasBiddingError

      public boolean hasBiddingError()
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Specified by:
      hasBiddingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the biddingError field is set.
    • getBiddingErrorValue

      public int getBiddingErrorValue()
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Specified by:
      getBiddingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for biddingError.
    • setBiddingErrorValue

      public ErrorCode.Builder setBiddingErrorValue(int value)
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Parameters:
      value - The enum numeric value on the wire for biddingError to set.
      Returns:
      This builder for chaining.
    • getBiddingError

      public BiddingErrorEnum.BiddingError getBiddingError()
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Specified by:
      getBiddingError in interface ErrorCodeOrBuilder
      Returns:
      The biddingError.
    • setBiddingError

      public ErrorCode.Builder setBiddingError(BiddingErrorEnum.BiddingError value)
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Parameters:
      value - The biddingError to set.
      Returns:
      This builder for chaining.
    • clearBiddingError

      public ErrorCode.Builder clearBiddingError()
       The reasons for the bidding errors
       
      .google.ads.googleads.v18.errors.BiddingErrorEnum.BiddingError bidding_error = 26;
      Returns:
      This builder for chaining.
    • hasCampaignCriterionError

      public boolean hasCampaignCriterionError()
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Specified by:
      hasCampaignCriterionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignCriterionError field is set.
    • getCampaignCriterionErrorValue

      public int getCampaignCriterionErrorValue()
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Specified by:
      getCampaignCriterionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignCriterionError.
    • setCampaignCriterionErrorValue

      public ErrorCode.Builder setCampaignCriterionErrorValue(int value)
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Parameters:
      value - The enum numeric value on the wire for campaignCriterionError to set.
      Returns:
      This builder for chaining.
    • getCampaignCriterionError

      public CampaignCriterionErrorEnum.CampaignCriterionError getCampaignCriterionError()
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Specified by:
      getCampaignCriterionError in interface ErrorCodeOrBuilder
      Returns:
      The campaignCriterionError.
    • setCampaignCriterionError

      public ErrorCode.Builder setCampaignCriterionError(CampaignCriterionErrorEnum.CampaignCriterionError value)
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Parameters:
      value - The campaignCriterionError to set.
      Returns:
      This builder for chaining.
    • clearCampaignCriterionError

      public ErrorCode.Builder clearCampaignCriterionError()
       The reasons for the campaign criterion error
       
      .google.ads.googleads.v18.errors.CampaignCriterionErrorEnum.CampaignCriterionError campaign_criterion_error = 29;
      Returns:
      This builder for chaining.
    • hasCampaignConversionGoalError

      public boolean hasCampaignConversionGoalError()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Specified by:
      hasCampaignConversionGoalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignConversionGoalError field is set.
    • getCampaignConversionGoalErrorValue

      public int getCampaignConversionGoalErrorValue()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Specified by:
      getCampaignConversionGoalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignConversionGoalError.
    • setCampaignConversionGoalErrorValue

      public ErrorCode.Builder setCampaignConversionGoalErrorValue(int value)
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Parameters:
      value - The enum numeric value on the wire for campaignConversionGoalError to set.
      Returns:
      This builder for chaining.
    • getCampaignConversionGoalError

      public CampaignConversionGoalErrorEnum.CampaignConversionGoalError getCampaignConversionGoalError()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Specified by:
      getCampaignConversionGoalError in interface ErrorCodeOrBuilder
      Returns:
      The campaignConversionGoalError.
    • setCampaignConversionGoalError

       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Parameters:
      value - The campaignConversionGoalError to set.
      Returns:
      This builder for chaining.
    • clearCampaignConversionGoalError

      public ErrorCode.Builder clearCampaignConversionGoalError()
       The reasons for the campaign conversion goal error
       
      .google.ads.googleads.v18.errors.CampaignConversionGoalErrorEnum.CampaignConversionGoalError campaign_conversion_goal_error = 166;
      Returns:
      This builder for chaining.
    • hasCampaignCustomizerError

      public boolean hasCampaignCustomizerError()
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Specified by:
      hasCampaignCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignCustomizerError field is set.
    • getCampaignCustomizerErrorValue

      public int getCampaignCustomizerErrorValue()
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Specified by:
      getCampaignCustomizerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignCustomizerError.
    • setCampaignCustomizerErrorValue

      public ErrorCode.Builder setCampaignCustomizerErrorValue(int value)
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Parameters:
      value - The enum numeric value on the wire for campaignCustomizerError to set.
      Returns:
      This builder for chaining.
    • getCampaignCustomizerError

      public CampaignCustomizerErrorEnum.CampaignCustomizerError getCampaignCustomizerError()
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Specified by:
      getCampaignCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      The campaignCustomizerError.
    • setCampaignCustomizerError

       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Parameters:
      value - The campaignCustomizerError to set.
      Returns:
      This builder for chaining.
    • clearCampaignCustomizerError

      public ErrorCode.Builder clearCampaignCustomizerError()
       The reasons for the campaign customizer error.
       
      .google.ads.googleads.v18.errors.CampaignCustomizerErrorEnum.CampaignCustomizerError campaign_customizer_error = 160;
      Returns:
      This builder for chaining.
    • hasCollectionSizeError

      public boolean hasCollectionSizeError()
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Specified by:
      hasCollectionSizeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the collectionSizeError field is set.
    • getCollectionSizeErrorValue

      public int getCollectionSizeErrorValue()
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Specified by:
      getCollectionSizeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for collectionSizeError.
    • setCollectionSizeErrorValue

      public ErrorCode.Builder setCollectionSizeErrorValue(int value)
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Parameters:
      value - The enum numeric value on the wire for collectionSizeError to set.
      Returns:
      This builder for chaining.
    • getCollectionSizeError

      public CollectionSizeErrorEnum.CollectionSizeError getCollectionSizeError()
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Specified by:
      getCollectionSizeError in interface ErrorCodeOrBuilder
      Returns:
      The collectionSizeError.
    • setCollectionSizeError

      public ErrorCode.Builder setCollectionSizeError(CollectionSizeErrorEnum.CollectionSizeError value)
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Parameters:
      value - The collectionSizeError to set.
      Returns:
      This builder for chaining.
    • clearCollectionSizeError

      public ErrorCode.Builder clearCollectionSizeError()
       The reasons for the collection size error
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 31;
      Returns:
      This builder for chaining.
    • hasConversionGoalCampaignConfigError

      public boolean hasConversionGoalCampaignConfigError()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Specified by:
      hasConversionGoalCampaignConfigError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionGoalCampaignConfigError field is set.
    • getConversionGoalCampaignConfigErrorValue

      public int getConversionGoalCampaignConfigErrorValue()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Specified by:
      getConversionGoalCampaignConfigErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionGoalCampaignConfigError.
    • setConversionGoalCampaignConfigErrorValue

      public ErrorCode.Builder setConversionGoalCampaignConfigErrorValue(int value)
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Parameters:
      value - The enum numeric value on the wire for conversionGoalCampaignConfigError to set.
      Returns:
      This builder for chaining.
    • getConversionGoalCampaignConfigError

      public ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError getConversionGoalCampaignConfigError()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Specified by:
      getConversionGoalCampaignConfigError in interface ErrorCodeOrBuilder
      Returns:
      The conversionGoalCampaignConfigError.
    • setConversionGoalCampaignConfigError

       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Parameters:
      value - The conversionGoalCampaignConfigError to set.
      Returns:
      This builder for chaining.
    • clearConversionGoalCampaignConfigError

      public ErrorCode.Builder clearConversionGoalCampaignConfigError()
       The reasons for the conversion goal campaign config error
       
      .google.ads.googleads.v18.errors.ConversionGoalCampaignConfigErrorEnum.ConversionGoalCampaignConfigError conversion_goal_campaign_config_error = 165;
      Returns:
      This builder for chaining.
    • hasCountryCodeError

      public boolean hasCountryCodeError()
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Specified by:
      hasCountryCodeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the countryCodeError field is set.
    • getCountryCodeErrorValue

      public int getCountryCodeErrorValue()
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Specified by:
      getCountryCodeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for countryCodeError.
    • setCountryCodeErrorValue

      public ErrorCode.Builder setCountryCodeErrorValue(int value)
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Parameters:
      value - The enum numeric value on the wire for countryCodeError to set.
      Returns:
      This builder for chaining.
    • getCountryCodeError

      public CountryCodeErrorEnum.CountryCodeError getCountryCodeError()
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Specified by:
      getCountryCodeError in interface ErrorCodeOrBuilder
      Returns:
      The countryCodeError.
    • setCountryCodeError

      public ErrorCode.Builder setCountryCodeError(CountryCodeErrorEnum.CountryCodeError value)
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Parameters:
      value - The countryCodeError to set.
      Returns:
      This builder for chaining.
    • clearCountryCodeError

      public ErrorCode.Builder clearCountryCodeError()
       The reasons for the country code error
       
      .google.ads.googleads.v18.errors.CountryCodeErrorEnum.CountryCodeError country_code_error = 109;
      Returns:
      This builder for chaining.
    • hasCriterionError

      public boolean hasCriterionError()
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Specified by:
      hasCriterionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the criterionError field is set.
    • getCriterionErrorValue

      public int getCriterionErrorValue()
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Specified by:
      getCriterionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for criterionError.
    • setCriterionErrorValue

      public ErrorCode.Builder setCriterionErrorValue(int value)
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Parameters:
      value - The enum numeric value on the wire for criterionError to set.
      Returns:
      This builder for chaining.
    • getCriterionError

      public CriterionErrorEnum.CriterionError getCriterionError()
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Specified by:
      getCriterionError in interface ErrorCodeOrBuilder
      Returns:
      The criterionError.
    • setCriterionError

      public ErrorCode.Builder setCriterionError(CriterionErrorEnum.CriterionError value)
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Parameters:
      value - The criterionError to set.
      Returns:
      This builder for chaining.
    • clearCriterionError

      public ErrorCode.Builder clearCriterionError()
       The reasons for the criterion error
       
      .google.ads.googleads.v18.errors.CriterionErrorEnum.CriterionError criterion_error = 32;
      Returns:
      This builder for chaining.
    • hasCustomConversionGoalError

      public boolean hasCustomConversionGoalError()
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Specified by:
      hasCustomConversionGoalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customConversionGoalError field is set.
    • getCustomConversionGoalErrorValue

      public int getCustomConversionGoalErrorValue()
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Specified by:
      getCustomConversionGoalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customConversionGoalError.
    • setCustomConversionGoalErrorValue

      public ErrorCode.Builder setCustomConversionGoalErrorValue(int value)
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Parameters:
      value - The enum numeric value on the wire for customConversionGoalError to set.
      Returns:
      This builder for chaining.
    • getCustomConversionGoalError

      public CustomConversionGoalErrorEnum.CustomConversionGoalError getCustomConversionGoalError()
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Specified by:
      getCustomConversionGoalError in interface ErrorCodeOrBuilder
      Returns:
      The customConversionGoalError.
    • setCustomConversionGoalError

       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Parameters:
      value - The customConversionGoalError to set.
      Returns:
      This builder for chaining.
    • clearCustomConversionGoalError

      public ErrorCode.Builder clearCustomConversionGoalError()
       The reasons for the custom conversion goal error
       
      .google.ads.googleads.v18.errors.CustomConversionGoalErrorEnum.CustomConversionGoalError custom_conversion_goal_error = 150;
      Returns:
      This builder for chaining.
    • hasCustomerCustomizerError

      public boolean hasCustomerCustomizerError()
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Specified by:
      hasCustomerCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerCustomizerError field is set.
    • getCustomerCustomizerErrorValue

      public int getCustomerCustomizerErrorValue()
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Specified by:
      getCustomerCustomizerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerCustomizerError.
    • setCustomerCustomizerErrorValue

      public ErrorCode.Builder setCustomerCustomizerErrorValue(int value)
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Parameters:
      value - The enum numeric value on the wire for customerCustomizerError to set.
      Returns:
      This builder for chaining.
    • getCustomerCustomizerError

      public CustomerCustomizerErrorEnum.CustomerCustomizerError getCustomerCustomizerError()
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Specified by:
      getCustomerCustomizerError in interface ErrorCodeOrBuilder
      Returns:
      The customerCustomizerError.
    • setCustomerCustomizerError

       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Parameters:
      value - The customerCustomizerError to set.
      Returns:
      This builder for chaining.
    • clearCustomerCustomizerError

      public ErrorCode.Builder clearCustomerCustomizerError()
       The reasons for the customer customizer error.
       
      .google.ads.googleads.v18.errors.CustomerCustomizerErrorEnum.CustomerCustomizerError customer_customizer_error = 158;
      Returns:
      This builder for chaining.
    • hasCustomerError

      public boolean hasCustomerError()
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Specified by:
      hasCustomerError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerError field is set.
    • getCustomerErrorValue

      public int getCustomerErrorValue()
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Specified by:
      getCustomerErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerError.
    • setCustomerErrorValue

      public ErrorCode.Builder setCustomerErrorValue(int value)
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Parameters:
      value - The enum numeric value on the wire for customerError to set.
      Returns:
      This builder for chaining.
    • getCustomerError

      public CustomerErrorEnum.CustomerError getCustomerError()
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Specified by:
      getCustomerError in interface ErrorCodeOrBuilder
      Returns:
      The customerError.
    • setCustomerError

      public ErrorCode.Builder setCustomerError(CustomerErrorEnum.CustomerError value)
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Parameters:
      value - The customerError to set.
      Returns:
      This builder for chaining.
    • clearCustomerError

      public ErrorCode.Builder clearCustomerError()
       The reasons for the customer error
       
      .google.ads.googleads.v18.errors.CustomerErrorEnum.CustomerError customer_error = 90;
      Returns:
      This builder for chaining.
    • hasCustomizerAttributeError

      public boolean hasCustomizerAttributeError()
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Specified by:
      hasCustomizerAttributeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customizerAttributeError field is set.
    • getCustomizerAttributeErrorValue

      public int getCustomizerAttributeErrorValue()
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Specified by:
      getCustomizerAttributeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customizerAttributeError.
    • setCustomizerAttributeErrorValue

      public ErrorCode.Builder setCustomizerAttributeErrorValue(int value)
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Parameters:
      value - The enum numeric value on the wire for customizerAttributeError to set.
      Returns:
      This builder for chaining.
    • getCustomizerAttributeError

      public CustomizerAttributeErrorEnum.CustomizerAttributeError getCustomizerAttributeError()
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Specified by:
      getCustomizerAttributeError in interface ErrorCodeOrBuilder
      Returns:
      The customizerAttributeError.
    • setCustomizerAttributeError

       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Parameters:
      value - The customizerAttributeError to set.
      Returns:
      This builder for chaining.
    • clearCustomizerAttributeError

      public ErrorCode.Builder clearCustomizerAttributeError()
       The reasons for the customizer attribute error.
       
      .google.ads.googleads.v18.errors.CustomizerAttributeErrorEnum.CustomizerAttributeError customizer_attribute_error = 151;
      Returns:
      This builder for chaining.
    • hasDateError

      public boolean hasDateError()
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Specified by:
      hasDateError in interface ErrorCodeOrBuilder
      Returns:
      Whether the dateError field is set.
    • getDateErrorValue

      public int getDateErrorValue()
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Specified by:
      getDateErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for dateError.
    • setDateErrorValue

      public ErrorCode.Builder setDateErrorValue(int value)
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Parameters:
      value - The enum numeric value on the wire for dateError to set.
      Returns:
      This builder for chaining.
    • getDateError

      public DateErrorEnum.DateError getDateError()
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Specified by:
      getDateError in interface ErrorCodeOrBuilder
      Returns:
      The dateError.
    • setDateError

      public ErrorCode.Builder setDateError(DateErrorEnum.DateError value)
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Parameters:
      value - The dateError to set.
      Returns:
      This builder for chaining.
    • clearDateError

      public ErrorCode.Builder clearDateError()
       The reasons for the date error
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 33;
      Returns:
      This builder for chaining.
    • hasDateRangeError

      public boolean hasDateRangeError()
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Specified by:
      hasDateRangeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the dateRangeError field is set.
    • getDateRangeErrorValue

      public int getDateRangeErrorValue()
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Specified by:
      getDateRangeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for dateRangeError.
    • setDateRangeErrorValue

      public ErrorCode.Builder setDateRangeErrorValue(int value)
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Parameters:
      value - The enum numeric value on the wire for dateRangeError to set.
      Returns:
      This builder for chaining.
    • getDateRangeError

      public DateRangeErrorEnum.DateRangeError getDateRangeError()
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Specified by:
      getDateRangeError in interface ErrorCodeOrBuilder
      Returns:
      The dateRangeError.
    • setDateRangeError

      public ErrorCode.Builder setDateRangeError(DateRangeErrorEnum.DateRangeError value)
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Parameters:
      value - The dateRangeError to set.
      Returns:
      This builder for chaining.
    • clearDateRangeError

      public ErrorCode.Builder clearDateRangeError()
       The reasons for the date range error
       
      .google.ads.googleads.v18.errors.DateRangeErrorEnum.DateRangeError date_range_error = 34;
      Returns:
      This builder for chaining.
    • hasDistinctError

      public boolean hasDistinctError()
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Specified by:
      hasDistinctError in interface ErrorCodeOrBuilder
      Returns:
      Whether the distinctError field is set.
    • getDistinctErrorValue

      public int getDistinctErrorValue()
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Specified by:
      getDistinctErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for distinctError.
    • setDistinctErrorValue

      public ErrorCode.Builder setDistinctErrorValue(int value)
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Parameters:
      value - The enum numeric value on the wire for distinctError to set.
      Returns:
      This builder for chaining.
    • getDistinctError

      public DistinctErrorEnum.DistinctError getDistinctError()
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Specified by:
      getDistinctError in interface ErrorCodeOrBuilder
      Returns:
      The distinctError.
    • setDistinctError

      public ErrorCode.Builder setDistinctError(DistinctErrorEnum.DistinctError value)
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Parameters:
      value - The distinctError to set.
      Returns:
      This builder for chaining.
    • clearDistinctError

      public ErrorCode.Builder clearDistinctError()
       The reasons for the distinct error
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 35;
      Returns:
      This builder for chaining.
    • hasFeedAttributeReferenceError

      public boolean hasFeedAttributeReferenceError()
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Specified by:
      hasFeedAttributeReferenceError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedAttributeReferenceError field is set.
    • getFeedAttributeReferenceErrorValue

      public int getFeedAttributeReferenceErrorValue()
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Specified by:
      getFeedAttributeReferenceErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedAttributeReferenceError.
    • setFeedAttributeReferenceErrorValue

      public ErrorCode.Builder setFeedAttributeReferenceErrorValue(int value)
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Parameters:
      value - The enum numeric value on the wire for feedAttributeReferenceError to set.
      Returns:
      This builder for chaining.
    • getFeedAttributeReferenceError

      public FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError getFeedAttributeReferenceError()
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Specified by:
      getFeedAttributeReferenceError in interface ErrorCodeOrBuilder
      Returns:
      The feedAttributeReferenceError.
    • setFeedAttributeReferenceError

       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Parameters:
      value - The feedAttributeReferenceError to set.
      Returns:
      This builder for chaining.
    • clearFeedAttributeReferenceError

      public ErrorCode.Builder clearFeedAttributeReferenceError()
       The reasons for the feed attribute reference error
       
      .google.ads.googleads.v18.errors.FeedAttributeReferenceErrorEnum.FeedAttributeReferenceError feed_attribute_reference_error = 36;
      Returns:
      This builder for chaining.
    • hasFunctionError

      public boolean hasFunctionError()
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Specified by:
      hasFunctionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the functionError field is set.
    • getFunctionErrorValue

      public int getFunctionErrorValue()
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Specified by:
      getFunctionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for functionError.
    • setFunctionErrorValue

      public ErrorCode.Builder setFunctionErrorValue(int value)
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Parameters:
      value - The enum numeric value on the wire for functionError to set.
      Returns:
      This builder for chaining.
    • getFunctionError

      public FunctionErrorEnum.FunctionError getFunctionError()
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Specified by:
      getFunctionError in interface ErrorCodeOrBuilder
      Returns:
      The functionError.
    • setFunctionError

      public ErrorCode.Builder setFunctionError(FunctionErrorEnum.FunctionError value)
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Parameters:
      value - The functionError to set.
      Returns:
      This builder for chaining.
    • clearFunctionError

      public ErrorCode.Builder clearFunctionError()
       The reasons for the function error
       
      .google.ads.googleads.v18.errors.FunctionErrorEnum.FunctionError function_error = 37;
      Returns:
      This builder for chaining.
    • hasFunctionParsingError

      public boolean hasFunctionParsingError()
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Specified by:
      hasFunctionParsingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the functionParsingError field is set.
    • getFunctionParsingErrorValue

      public int getFunctionParsingErrorValue()
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Specified by:
      getFunctionParsingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for functionParsingError.
    • setFunctionParsingErrorValue

      public ErrorCode.Builder setFunctionParsingErrorValue(int value)
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Parameters:
      value - The enum numeric value on the wire for functionParsingError to set.
      Returns:
      This builder for chaining.
    • getFunctionParsingError

      public FunctionParsingErrorEnum.FunctionParsingError getFunctionParsingError()
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Specified by:
      getFunctionParsingError in interface ErrorCodeOrBuilder
      Returns:
      The functionParsingError.
    • setFunctionParsingError

      public ErrorCode.Builder setFunctionParsingError(FunctionParsingErrorEnum.FunctionParsingError value)
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Parameters:
      value - The functionParsingError to set.
      Returns:
      This builder for chaining.
    • clearFunctionParsingError

      public ErrorCode.Builder clearFunctionParsingError()
       The reasons for the function parsing error
       
      .google.ads.googleads.v18.errors.FunctionParsingErrorEnum.FunctionParsingError function_parsing_error = 38;
      Returns:
      This builder for chaining.
    • hasIdError

      public boolean hasIdError()
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Specified by:
      hasIdError in interface ErrorCodeOrBuilder
      Returns:
      Whether the idError field is set.
    • getIdErrorValue

      public int getIdErrorValue()
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Specified by:
      getIdErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for idError.
    • setIdErrorValue

      public ErrorCode.Builder setIdErrorValue(int value)
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Parameters:
      value - The enum numeric value on the wire for idError to set.
      Returns:
      This builder for chaining.
    • getIdError

      public IdErrorEnum.IdError getIdError()
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Specified by:
      getIdError in interface ErrorCodeOrBuilder
      Returns:
      The idError.
    • setIdError

      public ErrorCode.Builder setIdError(IdErrorEnum.IdError value)
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Parameters:
      value - The idError to set.
      Returns:
      This builder for chaining.
    • clearIdError

      public ErrorCode.Builder clearIdError()
       The reasons for the id error
       
      .google.ads.googleads.v18.errors.IdErrorEnum.IdError id_error = 39;
      Returns:
      This builder for chaining.
    • hasImageError

      public boolean hasImageError()
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Specified by:
      hasImageError in interface ErrorCodeOrBuilder
      Returns:
      Whether the imageError field is set.
    • getImageErrorValue

      public int getImageErrorValue()
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Specified by:
      getImageErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for imageError.
    • setImageErrorValue

      public ErrorCode.Builder setImageErrorValue(int value)
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Parameters:
      value - The enum numeric value on the wire for imageError to set.
      Returns:
      This builder for chaining.
    • getImageError

      public ImageErrorEnum.ImageError getImageError()
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Specified by:
      getImageError in interface ErrorCodeOrBuilder
      Returns:
      The imageError.
    • setImageError

      public ErrorCode.Builder setImageError(ImageErrorEnum.ImageError value)
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Parameters:
      value - The imageError to set.
      Returns:
      This builder for chaining.
    • clearImageError

      public ErrorCode.Builder clearImageError()
       The reasons for the image error
       
      .google.ads.googleads.v18.errors.ImageErrorEnum.ImageError image_error = 40;
      Returns:
      This builder for chaining.
    • hasLanguageCodeError

      public boolean hasLanguageCodeError()
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Specified by:
      hasLanguageCodeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the languageCodeError field is set.
    • getLanguageCodeErrorValue

      public int getLanguageCodeErrorValue()
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Specified by:
      getLanguageCodeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for languageCodeError.
    • setLanguageCodeErrorValue

      public ErrorCode.Builder setLanguageCodeErrorValue(int value)
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Parameters:
      value - The enum numeric value on the wire for languageCodeError to set.
      Returns:
      This builder for chaining.
    • getLanguageCodeError

      public LanguageCodeErrorEnum.LanguageCodeError getLanguageCodeError()
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Specified by:
      getLanguageCodeError in interface ErrorCodeOrBuilder
      Returns:
      The languageCodeError.
    • setLanguageCodeError

      public ErrorCode.Builder setLanguageCodeError(LanguageCodeErrorEnum.LanguageCodeError value)
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Parameters:
      value - The languageCodeError to set.
      Returns:
      This builder for chaining.
    • clearLanguageCodeError

      public ErrorCode.Builder clearLanguageCodeError()
       The reasons for the language code error
       
      .google.ads.googleads.v18.errors.LanguageCodeErrorEnum.LanguageCodeError language_code_error = 110;
      Returns:
      This builder for chaining.
    • hasMediaBundleError

      public boolean hasMediaBundleError()
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Specified by:
      hasMediaBundleError in interface ErrorCodeOrBuilder
      Returns:
      Whether the mediaBundleError field is set.
    • getMediaBundleErrorValue

      public int getMediaBundleErrorValue()
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Specified by:
      getMediaBundleErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for mediaBundleError.
    • setMediaBundleErrorValue

      public ErrorCode.Builder setMediaBundleErrorValue(int value)
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Parameters:
      value - The enum numeric value on the wire for mediaBundleError to set.
      Returns:
      This builder for chaining.
    • getMediaBundleError

      public MediaBundleErrorEnum.MediaBundleError getMediaBundleError()
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Specified by:
      getMediaBundleError in interface ErrorCodeOrBuilder
      Returns:
      The mediaBundleError.
    • setMediaBundleError

      public ErrorCode.Builder setMediaBundleError(MediaBundleErrorEnum.MediaBundleError value)
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Parameters:
      value - The mediaBundleError to set.
      Returns:
      This builder for chaining.
    • clearMediaBundleError

      public ErrorCode.Builder clearMediaBundleError()
       The reasons for the media bundle error
       
      .google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError media_bundle_error = 42;
      Returns:
      This builder for chaining.
    • hasMediaUploadError

      public boolean hasMediaUploadError()
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Specified by:
      hasMediaUploadError in interface ErrorCodeOrBuilder
      Returns:
      Whether the mediaUploadError field is set.
    • getMediaUploadErrorValue

      public int getMediaUploadErrorValue()
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Specified by:
      getMediaUploadErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for mediaUploadError.
    • setMediaUploadErrorValue

      public ErrorCode.Builder setMediaUploadErrorValue(int value)
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Parameters:
      value - The enum numeric value on the wire for mediaUploadError to set.
      Returns:
      This builder for chaining.
    • getMediaUploadError

      public MediaUploadErrorEnum.MediaUploadError getMediaUploadError()
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Specified by:
      getMediaUploadError in interface ErrorCodeOrBuilder
      Returns:
      The mediaUploadError.
    • setMediaUploadError

      public ErrorCode.Builder setMediaUploadError(MediaUploadErrorEnum.MediaUploadError value)
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Parameters:
      value - The mediaUploadError to set.
      Returns:
      This builder for chaining.
    • clearMediaUploadError

      public ErrorCode.Builder clearMediaUploadError()
       The reasons for media uploading errors.
       
      .google.ads.googleads.v18.errors.MediaUploadErrorEnum.MediaUploadError media_upload_error = 116;
      Returns:
      This builder for chaining.
    • hasMediaFileError

      public boolean hasMediaFileError()
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Specified by:
      hasMediaFileError in interface ErrorCodeOrBuilder
      Returns:
      Whether the mediaFileError field is set.
    • getMediaFileErrorValue

      public int getMediaFileErrorValue()
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Specified by:
      getMediaFileErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for mediaFileError.
    • setMediaFileErrorValue

      public ErrorCode.Builder setMediaFileErrorValue(int value)
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Parameters:
      value - The enum numeric value on the wire for mediaFileError to set.
      Returns:
      This builder for chaining.
    • getMediaFileError

      public MediaFileErrorEnum.MediaFileError getMediaFileError()
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Specified by:
      getMediaFileError in interface ErrorCodeOrBuilder
      Returns:
      The mediaFileError.
    • setMediaFileError

      public ErrorCode.Builder setMediaFileError(MediaFileErrorEnum.MediaFileError value)
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Parameters:
      value - The mediaFileError to set.
      Returns:
      This builder for chaining.
    • clearMediaFileError

      public ErrorCode.Builder clearMediaFileError()
       The reasons for the media file error
       
      .google.ads.googleads.v18.errors.MediaFileErrorEnum.MediaFileError media_file_error = 86;
      Returns:
      This builder for chaining.
    • hasMerchantCenterError

      public boolean hasMerchantCenterError()
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Specified by:
      hasMerchantCenterError in interface ErrorCodeOrBuilder
      Returns:
      Whether the merchantCenterError field is set.
    • getMerchantCenterErrorValue

      public int getMerchantCenterErrorValue()
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Specified by:
      getMerchantCenterErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for merchantCenterError.
    • setMerchantCenterErrorValue

      public ErrorCode.Builder setMerchantCenterErrorValue(int value)
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Parameters:
      value - The enum numeric value on the wire for merchantCenterError to set.
      Returns:
      This builder for chaining.
    • getMerchantCenterError

      public MerchantCenterErrorEnum.MerchantCenterError getMerchantCenterError()
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Specified by:
      getMerchantCenterError in interface ErrorCodeOrBuilder
      Returns:
      The merchantCenterError.
    • setMerchantCenterError

      public ErrorCode.Builder setMerchantCenterError(MerchantCenterErrorEnum.MerchantCenterError value)
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Parameters:
      value - The merchantCenterError to set.
      Returns:
      This builder for chaining.
    • clearMerchantCenterError

      public ErrorCode.Builder clearMerchantCenterError()
       Container for enum describing possible merchant center errors.
       
      .google.ads.googleads.v18.errors.MerchantCenterErrorEnum.MerchantCenterError merchant_center_error = 162;
      Returns:
      This builder for chaining.
    • hasMultiplierError

      public boolean hasMultiplierError()
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Specified by:
      hasMultiplierError in interface ErrorCodeOrBuilder
      Returns:
      Whether the multiplierError field is set.
    • getMultiplierErrorValue

      public int getMultiplierErrorValue()
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Specified by:
      getMultiplierErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for multiplierError.
    • setMultiplierErrorValue

      public ErrorCode.Builder setMultiplierErrorValue(int value)
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Parameters:
      value - The enum numeric value on the wire for multiplierError to set.
      Returns:
      This builder for chaining.
    • getMultiplierError

      public MultiplierErrorEnum.MultiplierError getMultiplierError()
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Specified by:
      getMultiplierError in interface ErrorCodeOrBuilder
      Returns:
      The multiplierError.
    • setMultiplierError

      public ErrorCode.Builder setMultiplierError(MultiplierErrorEnum.MultiplierError value)
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Parameters:
      value - The multiplierError to set.
      Returns:
      This builder for chaining.
    • clearMultiplierError

      public ErrorCode.Builder clearMultiplierError()
       The reasons for the multiplier error
       
      .google.ads.googleads.v18.errors.MultiplierErrorEnum.MultiplierError multiplier_error = 44;
      Returns:
      This builder for chaining.
    • hasNewResourceCreationError

      public boolean hasNewResourceCreationError()
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Specified by:
      hasNewResourceCreationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the newResourceCreationError field is set.
    • getNewResourceCreationErrorValue

      public int getNewResourceCreationErrorValue()
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Specified by:
      getNewResourceCreationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for newResourceCreationError.
    • setNewResourceCreationErrorValue

      public ErrorCode.Builder setNewResourceCreationErrorValue(int value)
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Parameters:
      value - The enum numeric value on the wire for newResourceCreationError to set.
      Returns:
      This builder for chaining.
    • getNewResourceCreationError

      public NewResourceCreationErrorEnum.NewResourceCreationError getNewResourceCreationError()
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Specified by:
      getNewResourceCreationError in interface ErrorCodeOrBuilder
      Returns:
      The newResourceCreationError.
    • setNewResourceCreationError

       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Parameters:
      value - The newResourceCreationError to set.
      Returns:
      This builder for chaining.
    • clearNewResourceCreationError

      public ErrorCode.Builder clearNewResourceCreationError()
       The reasons for the new resource creation error
       
      .google.ads.googleads.v18.errors.NewResourceCreationErrorEnum.NewResourceCreationError new_resource_creation_error = 45;
      Returns:
      This builder for chaining.
    • hasNotEmptyError

      public boolean hasNotEmptyError()
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Specified by:
      hasNotEmptyError in interface ErrorCodeOrBuilder
      Returns:
      Whether the notEmptyError field is set.
    • getNotEmptyErrorValue

      public int getNotEmptyErrorValue()
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Specified by:
      getNotEmptyErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for notEmptyError.
    • setNotEmptyErrorValue

      public ErrorCode.Builder setNotEmptyErrorValue(int value)
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Parameters:
      value - The enum numeric value on the wire for notEmptyError to set.
      Returns:
      This builder for chaining.
    • getNotEmptyError

      public NotEmptyErrorEnum.NotEmptyError getNotEmptyError()
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Specified by:
      getNotEmptyError in interface ErrorCodeOrBuilder
      Returns:
      The notEmptyError.
    • setNotEmptyError

      public ErrorCode.Builder setNotEmptyError(NotEmptyErrorEnum.NotEmptyError value)
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Parameters:
      value - The notEmptyError to set.
      Returns:
      This builder for chaining.
    • clearNotEmptyError

      public ErrorCode.Builder clearNotEmptyError()
       The reasons for the not empty error
       
      .google.ads.googleads.v18.errors.NotEmptyErrorEnum.NotEmptyError not_empty_error = 46;
      Returns:
      This builder for chaining.
    • hasNullError

      public boolean hasNullError()
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Specified by:
      hasNullError in interface ErrorCodeOrBuilder
      Returns:
      Whether the nullError field is set.
    • getNullErrorValue

      public int getNullErrorValue()
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Specified by:
      getNullErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for nullError.
    • setNullErrorValue

      public ErrorCode.Builder setNullErrorValue(int value)
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Parameters:
      value - The enum numeric value on the wire for nullError to set.
      Returns:
      This builder for chaining.
    • getNullError

      public NullErrorEnum.NullError getNullError()
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Specified by:
      getNullError in interface ErrorCodeOrBuilder
      Returns:
      The nullError.
    • setNullError

      public ErrorCode.Builder setNullError(NullErrorEnum.NullError value)
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Parameters:
      value - The nullError to set.
      Returns:
      This builder for chaining.
    • clearNullError

      public ErrorCode.Builder clearNullError()
       The reasons for the null error
       
      .google.ads.googleads.v18.errors.NullErrorEnum.NullError null_error = 47;
      Returns:
      This builder for chaining.
    • hasOperatorError

      public boolean hasOperatorError()
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Specified by:
      hasOperatorError in interface ErrorCodeOrBuilder
      Returns:
      Whether the operatorError field is set.
    • getOperatorErrorValue

      public int getOperatorErrorValue()
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Specified by:
      getOperatorErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for operatorError.
    • setOperatorErrorValue

      public ErrorCode.Builder setOperatorErrorValue(int value)
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Parameters:
      value - The enum numeric value on the wire for operatorError to set.
      Returns:
      This builder for chaining.
    • getOperatorError

      public OperatorErrorEnum.OperatorError getOperatorError()
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Specified by:
      getOperatorError in interface ErrorCodeOrBuilder
      Returns:
      The operatorError.
    • setOperatorError

      public ErrorCode.Builder setOperatorError(OperatorErrorEnum.OperatorError value)
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Parameters:
      value - The operatorError to set.
      Returns:
      This builder for chaining.
    • clearOperatorError

      public ErrorCode.Builder clearOperatorError()
       The reasons for the operator error
       
      .google.ads.googleads.v18.errors.OperatorErrorEnum.OperatorError operator_error = 48;
      Returns:
      This builder for chaining.
    • hasRangeError

      public boolean hasRangeError()
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Specified by:
      hasRangeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the rangeError field is set.
    • getRangeErrorValue

      public int getRangeErrorValue()
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Specified by:
      getRangeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for rangeError.
    • setRangeErrorValue

      public ErrorCode.Builder setRangeErrorValue(int value)
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Parameters:
      value - The enum numeric value on the wire for rangeError to set.
      Returns:
      This builder for chaining.
    • getRangeError

      public RangeErrorEnum.RangeError getRangeError()
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Specified by:
      getRangeError in interface ErrorCodeOrBuilder
      Returns:
      The rangeError.
    • setRangeError

      public ErrorCode.Builder setRangeError(RangeErrorEnum.RangeError value)
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Parameters:
      value - The rangeError to set.
      Returns:
      This builder for chaining.
    • clearRangeError

      public ErrorCode.Builder clearRangeError()
       The reasons for the range error
       
      .google.ads.googleads.v18.errors.RangeErrorEnum.RangeError range_error = 49;
      Returns:
      This builder for chaining.
    • hasRecommendationError

      public boolean hasRecommendationError()
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Specified by:
      hasRecommendationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the recommendationError field is set.
    • getRecommendationErrorValue

      public int getRecommendationErrorValue()
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Specified by:
      getRecommendationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for recommendationError.
    • setRecommendationErrorValue

      public ErrorCode.Builder setRecommendationErrorValue(int value)
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Parameters:
      value - The enum numeric value on the wire for recommendationError to set.
      Returns:
      This builder for chaining.
    • getRecommendationError

      public RecommendationErrorEnum.RecommendationError getRecommendationError()
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Specified by:
      getRecommendationError in interface ErrorCodeOrBuilder
      Returns:
      The recommendationError.
    • setRecommendationError

      public ErrorCode.Builder setRecommendationError(RecommendationErrorEnum.RecommendationError value)
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Parameters:
      value - The recommendationError to set.
      Returns:
      This builder for chaining.
    • clearRecommendationError

      public ErrorCode.Builder clearRecommendationError()
       The reasons for error in applying a recommendation
       
      .google.ads.googleads.v18.errors.RecommendationErrorEnum.RecommendationError recommendation_error = 58;
      Returns:
      This builder for chaining.
    • hasRecommendationSubscriptionError

      public boolean hasRecommendationSubscriptionError()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Specified by:
      hasRecommendationSubscriptionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the recommendationSubscriptionError field is set.
    • getRecommendationSubscriptionErrorValue

      public int getRecommendationSubscriptionErrorValue()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Specified by:
      getRecommendationSubscriptionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for recommendationSubscriptionError.
    • setRecommendationSubscriptionErrorValue

      public ErrorCode.Builder setRecommendationSubscriptionErrorValue(int value)
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Parameters:
      value - The enum numeric value on the wire for recommendationSubscriptionError to set.
      Returns:
      This builder for chaining.
    • getRecommendationSubscriptionError

      public RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError getRecommendationSubscriptionError()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Specified by:
      getRecommendationSubscriptionError in interface ErrorCodeOrBuilder
      Returns:
      The recommendationSubscriptionError.
    • setRecommendationSubscriptionError

       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Parameters:
      value - The recommendationSubscriptionError to set.
      Returns:
      This builder for chaining.
    • clearRecommendationSubscriptionError

      public ErrorCode.Builder clearRecommendationSubscriptionError()
       The reasons for the recommendation subscription error.
       
      .google.ads.googleads.v18.errors.RecommendationSubscriptionErrorEnum.RecommendationSubscriptionError recommendation_subscription_error = 180;
      Returns:
      This builder for chaining.
    • hasRegionCodeError

      public boolean hasRegionCodeError()
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Specified by:
      hasRegionCodeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the regionCodeError field is set.
    • getRegionCodeErrorValue

      public int getRegionCodeErrorValue()
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Specified by:
      getRegionCodeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for regionCodeError.
    • setRegionCodeErrorValue

      public ErrorCode.Builder setRegionCodeErrorValue(int value)
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Parameters:
      value - The enum numeric value on the wire for regionCodeError to set.
      Returns:
      This builder for chaining.
    • getRegionCodeError

      public RegionCodeErrorEnum.RegionCodeError getRegionCodeError()
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Specified by:
      getRegionCodeError in interface ErrorCodeOrBuilder
      Returns:
      The regionCodeError.
    • setRegionCodeError

      public ErrorCode.Builder setRegionCodeError(RegionCodeErrorEnum.RegionCodeError value)
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Parameters:
      value - The regionCodeError to set.
      Returns:
      This builder for chaining.
    • clearRegionCodeError

      public ErrorCode.Builder clearRegionCodeError()
       The reasons for the region code error
       
      .google.ads.googleads.v18.errors.RegionCodeErrorEnum.RegionCodeError region_code_error = 51;
      Returns:
      This builder for chaining.
    • hasSettingError

      public boolean hasSettingError()
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Specified by:
      hasSettingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the settingError field is set.
    • getSettingErrorValue

      public int getSettingErrorValue()
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Specified by:
      getSettingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for settingError.
    • setSettingErrorValue

      public ErrorCode.Builder setSettingErrorValue(int value)
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Parameters:
      value - The enum numeric value on the wire for settingError to set.
      Returns:
      This builder for chaining.
    • getSettingError

      public SettingErrorEnum.SettingError getSettingError()
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Specified by:
      getSettingError in interface ErrorCodeOrBuilder
      Returns:
      The settingError.
    • setSettingError

      public ErrorCode.Builder setSettingError(SettingErrorEnum.SettingError value)
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Parameters:
      value - The settingError to set.
      Returns:
      This builder for chaining.
    • clearSettingError

      public ErrorCode.Builder clearSettingError()
       The reasons for the setting error
       
      .google.ads.googleads.v18.errors.SettingErrorEnum.SettingError setting_error = 52;
      Returns:
      This builder for chaining.
    • hasStringFormatError

      public boolean hasStringFormatError()
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Specified by:
      hasStringFormatError in interface ErrorCodeOrBuilder
      Returns:
      Whether the stringFormatError field is set.
    • getStringFormatErrorValue

      public int getStringFormatErrorValue()
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Specified by:
      getStringFormatErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for stringFormatError.
    • setStringFormatErrorValue

      public ErrorCode.Builder setStringFormatErrorValue(int value)
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Parameters:
      value - The enum numeric value on the wire for stringFormatError to set.
      Returns:
      This builder for chaining.
    • getStringFormatError

      public StringFormatErrorEnum.StringFormatError getStringFormatError()
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Specified by:
      getStringFormatError in interface ErrorCodeOrBuilder
      Returns:
      The stringFormatError.
    • setStringFormatError

      public ErrorCode.Builder setStringFormatError(StringFormatErrorEnum.StringFormatError value)
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Parameters:
      value - The stringFormatError to set.
      Returns:
      This builder for chaining.
    • clearStringFormatError

      public ErrorCode.Builder clearStringFormatError()
       The reasons for the string format error
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 53;
      Returns:
      This builder for chaining.
    • hasStringLengthError

      public boolean hasStringLengthError()
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Specified by:
      hasStringLengthError in interface ErrorCodeOrBuilder
      Returns:
      Whether the stringLengthError field is set.
    • getStringLengthErrorValue

      public int getStringLengthErrorValue()
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Specified by:
      getStringLengthErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for stringLengthError.
    • setStringLengthErrorValue

      public ErrorCode.Builder setStringLengthErrorValue(int value)
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Parameters:
      value - The enum numeric value on the wire for stringLengthError to set.
      Returns:
      This builder for chaining.
    • getStringLengthError

      public StringLengthErrorEnum.StringLengthError getStringLengthError()
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Specified by:
      getStringLengthError in interface ErrorCodeOrBuilder
      Returns:
      The stringLengthError.
    • setStringLengthError

      public ErrorCode.Builder setStringLengthError(StringLengthErrorEnum.StringLengthError value)
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Parameters:
      value - The stringLengthError to set.
      Returns:
      This builder for chaining.
    • clearStringLengthError

      public ErrorCode.Builder clearStringLengthError()
       The reasons for the string length error
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 54;
      Returns:
      This builder for chaining.
    • hasOperationAccessDeniedError

      public boolean hasOperationAccessDeniedError()
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Specified by:
      hasOperationAccessDeniedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the operationAccessDeniedError field is set.
    • getOperationAccessDeniedErrorValue

      public int getOperationAccessDeniedErrorValue()
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Specified by:
      getOperationAccessDeniedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for operationAccessDeniedError.
    • setOperationAccessDeniedErrorValue

      public ErrorCode.Builder setOperationAccessDeniedErrorValue(int value)
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Parameters:
      value - The enum numeric value on the wire for operationAccessDeniedError to set.
      Returns:
      This builder for chaining.
    • getOperationAccessDeniedError

      public OperationAccessDeniedErrorEnum.OperationAccessDeniedError getOperationAccessDeniedError()
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Specified by:
      getOperationAccessDeniedError in interface ErrorCodeOrBuilder
      Returns:
      The operationAccessDeniedError.
    • setOperationAccessDeniedError

       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Parameters:
      value - The operationAccessDeniedError to set.
      Returns:
      This builder for chaining.
    • clearOperationAccessDeniedError

      public ErrorCode.Builder clearOperationAccessDeniedError()
       The reasons for the operation access denied error
       
      .google.ads.googleads.v18.errors.OperationAccessDeniedErrorEnum.OperationAccessDeniedError operation_access_denied_error = 55;
      Returns:
      This builder for chaining.
    • hasResourceAccessDeniedError

      public boolean hasResourceAccessDeniedError()
       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Specified by:
      hasResourceAccessDeniedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the resourceAccessDeniedError field is set.
    • getResourceAccessDeniedErrorValue

      public int getResourceAccessDeniedErrorValue()
       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Specified by:
      getResourceAccessDeniedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for resourceAccessDeniedError.
    • setResourceAccessDeniedErrorValue

      public ErrorCode.Builder setResourceAccessDeniedErrorValue(int value)
       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Parameters:
      value - The enum numeric value on the wire for resourceAccessDeniedError to set.
      Returns:
      This builder for chaining.
    • getResourceAccessDeniedError

      public ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError getResourceAccessDeniedError()
       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Specified by:
      getResourceAccessDeniedError in interface ErrorCodeOrBuilder
      Returns:
      The resourceAccessDeniedError.
    • setResourceAccessDeniedError

       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Parameters:
      value - The resourceAccessDeniedError to set.
      Returns:
      This builder for chaining.
    • clearResourceAccessDeniedError

      public ErrorCode.Builder clearResourceAccessDeniedError()
       The reasons for the resource access denied error
       
      .google.ads.googleads.v18.errors.ResourceAccessDeniedErrorEnum.ResourceAccessDeniedError resource_access_denied_error = 56;
      Returns:
      This builder for chaining.
    • hasResourceCountLimitExceededError

      public boolean hasResourceCountLimitExceededError()
       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Specified by:
      hasResourceCountLimitExceededError in interface ErrorCodeOrBuilder
      Returns:
      Whether the resourceCountLimitExceededError field is set.
    • getResourceCountLimitExceededErrorValue

      public int getResourceCountLimitExceededErrorValue()
       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Specified by:
      getResourceCountLimitExceededErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for resourceCountLimitExceededError.
    • setResourceCountLimitExceededErrorValue

      public ErrorCode.Builder setResourceCountLimitExceededErrorValue(int value)
       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Parameters:
      value - The enum numeric value on the wire for resourceCountLimitExceededError to set.
      Returns:
      This builder for chaining.
    • getResourceCountLimitExceededError

      public ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError getResourceCountLimitExceededError()
       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Specified by:
      getResourceCountLimitExceededError in interface ErrorCodeOrBuilder
      Returns:
      The resourceCountLimitExceededError.
    • setResourceCountLimitExceededError

       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Parameters:
      value - The resourceCountLimitExceededError to set.
      Returns:
      This builder for chaining.
    • clearResourceCountLimitExceededError

      public ErrorCode.Builder clearResourceCountLimitExceededError()
       The reasons for the resource count limit exceeded error
       
      .google.ads.googleads.v18.errors.ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError resource_count_limit_exceeded_error = 57;
      Returns:
      This builder for chaining.
    • hasYoutubeVideoRegistrationError

      public boolean hasYoutubeVideoRegistrationError()
       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Specified by:
      hasYoutubeVideoRegistrationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the youtubeVideoRegistrationError field is set.
    • getYoutubeVideoRegistrationErrorValue

      public int getYoutubeVideoRegistrationErrorValue()
       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Specified by:
      getYoutubeVideoRegistrationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for youtubeVideoRegistrationError.
    • setYoutubeVideoRegistrationErrorValue

      public ErrorCode.Builder setYoutubeVideoRegistrationErrorValue(int value)
       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Parameters:
      value - The enum numeric value on the wire for youtubeVideoRegistrationError to set.
      Returns:
      This builder for chaining.
    • getYoutubeVideoRegistrationError

      public YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError getYoutubeVideoRegistrationError()
       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Specified by:
      getYoutubeVideoRegistrationError in interface ErrorCodeOrBuilder
      Returns:
      The youtubeVideoRegistrationError.
    • setYoutubeVideoRegistrationError

       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Parameters:
      value - The youtubeVideoRegistrationError to set.
      Returns:
      This builder for chaining.
    • clearYoutubeVideoRegistrationError

      public ErrorCode.Builder clearYoutubeVideoRegistrationError()
       The reasons for YouTube video registration errors.
       
      .google.ads.googleads.v18.errors.YoutubeVideoRegistrationErrorEnum.YoutubeVideoRegistrationError youtube_video_registration_error = 117;
      Returns:
      This builder for chaining.
    • hasAdGroupBidModifierError

      public boolean hasAdGroupBidModifierError()
       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Specified by:
      hasAdGroupBidModifierError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupBidModifierError field is set.
    • getAdGroupBidModifierErrorValue

      public int getAdGroupBidModifierErrorValue()
       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Specified by:
      getAdGroupBidModifierErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupBidModifierError.
    • setAdGroupBidModifierErrorValue

      public ErrorCode.Builder setAdGroupBidModifierErrorValue(int value)
       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Parameters:
      value - The enum numeric value on the wire for adGroupBidModifierError to set.
      Returns:
      This builder for chaining.
    • getAdGroupBidModifierError

      public AdGroupBidModifierErrorEnum.AdGroupBidModifierError getAdGroupBidModifierError()
       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Specified by:
      getAdGroupBidModifierError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupBidModifierError.
    • setAdGroupBidModifierError

       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Parameters:
      value - The adGroupBidModifierError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupBidModifierError

      public ErrorCode.Builder clearAdGroupBidModifierError()
       The reasons for the ad group bid modifier error
       
      .google.ads.googleads.v18.errors.AdGroupBidModifierErrorEnum.AdGroupBidModifierError ad_group_bid_modifier_error = 59;
      Returns:
      This builder for chaining.
    • hasContextError

      public boolean hasContextError()
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Specified by:
      hasContextError in interface ErrorCodeOrBuilder
      Returns:
      Whether the contextError field is set.
    • getContextErrorValue

      public int getContextErrorValue()
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Specified by:
      getContextErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for contextError.
    • setContextErrorValue

      public ErrorCode.Builder setContextErrorValue(int value)
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Parameters:
      value - The enum numeric value on the wire for contextError to set.
      Returns:
      This builder for chaining.
    • getContextError

      public ContextErrorEnum.ContextError getContextError()
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Specified by:
      getContextError in interface ErrorCodeOrBuilder
      Returns:
      The contextError.
    • setContextError

      public ErrorCode.Builder setContextError(ContextErrorEnum.ContextError value)
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Parameters:
      value - The contextError to set.
      Returns:
      This builder for chaining.
    • clearContextError

      public ErrorCode.Builder clearContextError()
       The reasons for the context error
       
      .google.ads.googleads.v18.errors.ContextErrorEnum.ContextError context_error = 60;
      Returns:
      This builder for chaining.
    • hasFieldError

      public boolean hasFieldError()
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Specified by:
      hasFieldError in interface ErrorCodeOrBuilder
      Returns:
      Whether the fieldError field is set.
    • getFieldErrorValue

      public int getFieldErrorValue()
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Specified by:
      getFieldErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for fieldError.
    • setFieldErrorValue

      public ErrorCode.Builder setFieldErrorValue(int value)
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Parameters:
      value - The enum numeric value on the wire for fieldError to set.
      Returns:
      This builder for chaining.
    • getFieldError

      public FieldErrorEnum.FieldError getFieldError()
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Specified by:
      getFieldError in interface ErrorCodeOrBuilder
      Returns:
      The fieldError.
    • setFieldError

      public ErrorCode.Builder setFieldError(FieldErrorEnum.FieldError value)
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Parameters:
      value - The fieldError to set.
      Returns:
      This builder for chaining.
    • clearFieldError

      public ErrorCode.Builder clearFieldError()
       The reasons for the field error
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 61;
      Returns:
      This builder for chaining.
    • hasSharedSetError

      public boolean hasSharedSetError()
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Specified by:
      hasSharedSetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the sharedSetError field is set.
    • getSharedSetErrorValue

      public int getSharedSetErrorValue()
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Specified by:
      getSharedSetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for sharedSetError.
    • setSharedSetErrorValue

      public ErrorCode.Builder setSharedSetErrorValue(int value)
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Parameters:
      value - The enum numeric value on the wire for sharedSetError to set.
      Returns:
      This builder for chaining.
    • getSharedSetError

      public SharedSetErrorEnum.SharedSetError getSharedSetError()
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Specified by:
      getSharedSetError in interface ErrorCodeOrBuilder
      Returns:
      The sharedSetError.
    • setSharedSetError

      public ErrorCode.Builder setSharedSetError(SharedSetErrorEnum.SharedSetError value)
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Parameters:
      value - The sharedSetError to set.
      Returns:
      This builder for chaining.
    • clearSharedSetError

      public ErrorCode.Builder clearSharedSetError()
       The reasons for the shared set error
       
      .google.ads.googleads.v18.errors.SharedSetErrorEnum.SharedSetError shared_set_error = 62;
      Returns:
      This builder for chaining.
    • hasSharedCriterionError

      public boolean hasSharedCriterionError()
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Specified by:
      hasSharedCriterionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the sharedCriterionError field is set.
    • getSharedCriterionErrorValue

      public int getSharedCriterionErrorValue()
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Specified by:
      getSharedCriterionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for sharedCriterionError.
    • setSharedCriterionErrorValue

      public ErrorCode.Builder setSharedCriterionErrorValue(int value)
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Parameters:
      value - The enum numeric value on the wire for sharedCriterionError to set.
      Returns:
      This builder for chaining.
    • getSharedCriterionError

      public SharedCriterionErrorEnum.SharedCriterionError getSharedCriterionError()
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Specified by:
      getSharedCriterionError in interface ErrorCodeOrBuilder
      Returns:
      The sharedCriterionError.
    • setSharedCriterionError

      public ErrorCode.Builder setSharedCriterionError(SharedCriterionErrorEnum.SharedCriterionError value)
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Parameters:
      value - The sharedCriterionError to set.
      Returns:
      This builder for chaining.
    • clearSharedCriterionError

      public ErrorCode.Builder clearSharedCriterionError()
       The reasons for the shared criterion error
       
      .google.ads.googleads.v18.errors.SharedCriterionErrorEnum.SharedCriterionError shared_criterion_error = 63;
      Returns:
      This builder for chaining.
    • hasCampaignSharedSetError

      public boolean hasCampaignSharedSetError()
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Specified by:
      hasCampaignSharedSetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignSharedSetError field is set.
    • getCampaignSharedSetErrorValue

      public int getCampaignSharedSetErrorValue()
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Specified by:
      getCampaignSharedSetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignSharedSetError.
    • setCampaignSharedSetErrorValue

      public ErrorCode.Builder setCampaignSharedSetErrorValue(int value)
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Parameters:
      value - The enum numeric value on the wire for campaignSharedSetError to set.
      Returns:
      This builder for chaining.
    • getCampaignSharedSetError

      public CampaignSharedSetErrorEnum.CampaignSharedSetError getCampaignSharedSetError()
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Specified by:
      getCampaignSharedSetError in interface ErrorCodeOrBuilder
      Returns:
      The campaignSharedSetError.
    • setCampaignSharedSetError

      public ErrorCode.Builder setCampaignSharedSetError(CampaignSharedSetErrorEnum.CampaignSharedSetError value)
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Parameters:
      value - The campaignSharedSetError to set.
      Returns:
      This builder for chaining.
    • clearCampaignSharedSetError

      public ErrorCode.Builder clearCampaignSharedSetError()
       The reasons for the campaign shared set error
       
      .google.ads.googleads.v18.errors.CampaignSharedSetErrorEnum.CampaignSharedSetError campaign_shared_set_error = 64;
      Returns:
      This builder for chaining.
    • hasConversionActionError

      public boolean hasConversionActionError()
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Specified by:
      hasConversionActionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionActionError field is set.
    • getConversionActionErrorValue

      public int getConversionActionErrorValue()
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Specified by:
      getConversionActionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionActionError.
    • setConversionActionErrorValue

      public ErrorCode.Builder setConversionActionErrorValue(int value)
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Parameters:
      value - The enum numeric value on the wire for conversionActionError to set.
      Returns:
      This builder for chaining.
    • getConversionActionError

      public ConversionActionErrorEnum.ConversionActionError getConversionActionError()
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Specified by:
      getConversionActionError in interface ErrorCodeOrBuilder
      Returns:
      The conversionActionError.
    • setConversionActionError

      public ErrorCode.Builder setConversionActionError(ConversionActionErrorEnum.ConversionActionError value)
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Parameters:
      value - The conversionActionError to set.
      Returns:
      This builder for chaining.
    • clearConversionActionError

      public ErrorCode.Builder clearConversionActionError()
       The reasons for the conversion action error
       
      .google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError conversion_action_error = 65;
      Returns:
      This builder for chaining.
    • hasConversionAdjustmentUploadError

      public boolean hasConversionAdjustmentUploadError()
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Specified by:
      hasConversionAdjustmentUploadError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionAdjustmentUploadError field is set.
    • getConversionAdjustmentUploadErrorValue

      public int getConversionAdjustmentUploadErrorValue()
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Specified by:
      getConversionAdjustmentUploadErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionAdjustmentUploadError.
    • setConversionAdjustmentUploadErrorValue

      public ErrorCode.Builder setConversionAdjustmentUploadErrorValue(int value)
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Parameters:
      value - The enum numeric value on the wire for conversionAdjustmentUploadError to set.
      Returns:
      This builder for chaining.
    • getConversionAdjustmentUploadError

      public ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError getConversionAdjustmentUploadError()
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Specified by:
      getConversionAdjustmentUploadError in interface ErrorCodeOrBuilder
      Returns:
      The conversionAdjustmentUploadError.
    • setConversionAdjustmentUploadError

       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Parameters:
      value - The conversionAdjustmentUploadError to set.
      Returns:
      This builder for chaining.
    • clearConversionAdjustmentUploadError

      public ErrorCode.Builder clearConversionAdjustmentUploadError()
       The reasons for the conversion adjustment upload error
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 115;
      Returns:
      This builder for chaining.
    • hasConversionCustomVariableError

      public boolean hasConversionCustomVariableError()
       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Specified by:
      hasConversionCustomVariableError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionCustomVariableError field is set.
    • getConversionCustomVariableErrorValue

      public int getConversionCustomVariableErrorValue()
       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Specified by:
      getConversionCustomVariableErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionCustomVariableError.
    • setConversionCustomVariableErrorValue

      public ErrorCode.Builder setConversionCustomVariableErrorValue(int value)
       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Parameters:
      value - The enum numeric value on the wire for conversionCustomVariableError to set.
      Returns:
      This builder for chaining.
    • getConversionCustomVariableError

      public ConversionCustomVariableErrorEnum.ConversionCustomVariableError getConversionCustomVariableError()
       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Specified by:
      getConversionCustomVariableError in interface ErrorCodeOrBuilder
      Returns:
      The conversionCustomVariableError.
    • setConversionCustomVariableError

       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Parameters:
      value - The conversionCustomVariableError to set.
      Returns:
      This builder for chaining.
    • clearConversionCustomVariableError

      public ErrorCode.Builder clearConversionCustomVariableError()
       The reasons for the conversion custom variable error
       
      .google.ads.googleads.v18.errors.ConversionCustomVariableErrorEnum.ConversionCustomVariableError conversion_custom_variable_error = 143;
      Returns:
      This builder for chaining.
    • hasConversionUploadError

      public boolean hasConversionUploadError()
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Specified by:
      hasConversionUploadError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionUploadError field is set.
    • getConversionUploadErrorValue

      public int getConversionUploadErrorValue()
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Specified by:
      getConversionUploadErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionUploadError.
    • setConversionUploadErrorValue

      public ErrorCode.Builder setConversionUploadErrorValue(int value)
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Parameters:
      value - The enum numeric value on the wire for conversionUploadError to set.
      Returns:
      This builder for chaining.
    • getConversionUploadError

      public ConversionUploadErrorEnum.ConversionUploadError getConversionUploadError()
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Specified by:
      getConversionUploadError in interface ErrorCodeOrBuilder
      Returns:
      The conversionUploadError.
    • setConversionUploadError

      public ErrorCode.Builder setConversionUploadError(ConversionUploadErrorEnum.ConversionUploadError value)
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Parameters:
      value - The conversionUploadError to set.
      Returns:
      This builder for chaining.
    • clearConversionUploadError

      public ErrorCode.Builder clearConversionUploadError()
       The reasons for the conversion upload error
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 111;
      Returns:
      This builder for chaining.
    • hasConversionValueRuleError

      public boolean hasConversionValueRuleError()
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Specified by:
      hasConversionValueRuleError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionValueRuleError field is set.
    • getConversionValueRuleErrorValue

      public int getConversionValueRuleErrorValue()
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Specified by:
      getConversionValueRuleErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionValueRuleError.
    • setConversionValueRuleErrorValue

      public ErrorCode.Builder setConversionValueRuleErrorValue(int value)
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Parameters:
      value - The enum numeric value on the wire for conversionValueRuleError to set.
      Returns:
      This builder for chaining.
    • getConversionValueRuleError

      public ConversionValueRuleErrorEnum.ConversionValueRuleError getConversionValueRuleError()
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Specified by:
      getConversionValueRuleError in interface ErrorCodeOrBuilder
      Returns:
      The conversionValueRuleError.
    • setConversionValueRuleError

       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Parameters:
      value - The conversionValueRuleError to set.
      Returns:
      This builder for chaining.
    • clearConversionValueRuleError

      public ErrorCode.Builder clearConversionValueRuleError()
       The reasons for the conversion value rule error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError conversion_value_rule_error = 145;
      Returns:
      This builder for chaining.
    • hasConversionValueRuleSetError

      public boolean hasConversionValueRuleSetError()
       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Specified by:
      hasConversionValueRuleSetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the conversionValueRuleSetError field is set.
    • getConversionValueRuleSetErrorValue

      public int getConversionValueRuleSetErrorValue()
       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Specified by:
      getConversionValueRuleSetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for conversionValueRuleSetError.
    • setConversionValueRuleSetErrorValue

      public ErrorCode.Builder setConversionValueRuleSetErrorValue(int value)
       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Parameters:
      value - The enum numeric value on the wire for conversionValueRuleSetError to set.
      Returns:
      This builder for chaining.
    • getConversionValueRuleSetError

      public ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError getConversionValueRuleSetError()
       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Specified by:
      getConversionValueRuleSetError in interface ErrorCodeOrBuilder
      Returns:
      The conversionValueRuleSetError.
    • setConversionValueRuleSetError

       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Parameters:
      value - The conversionValueRuleSetError to set.
      Returns:
      This builder for chaining.
    • clearConversionValueRuleSetError

      public ErrorCode.Builder clearConversionValueRuleSetError()
       The reasons for the conversion value rule set error
       
      .google.ads.googleads.v18.errors.ConversionValueRuleSetErrorEnum.ConversionValueRuleSetError conversion_value_rule_set_error = 146;
      Returns:
      This builder for chaining.
    • hasHeaderError

      public boolean hasHeaderError()
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Specified by:
      hasHeaderError in interface ErrorCodeOrBuilder
      Returns:
      Whether the headerError field is set.
    • getHeaderErrorValue

      public int getHeaderErrorValue()
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Specified by:
      getHeaderErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for headerError.
    • setHeaderErrorValue

      public ErrorCode.Builder setHeaderErrorValue(int value)
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Parameters:
      value - The enum numeric value on the wire for headerError to set.
      Returns:
      This builder for chaining.
    • getHeaderError

      public HeaderErrorEnum.HeaderError getHeaderError()
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Specified by:
      getHeaderError in interface ErrorCodeOrBuilder
      Returns:
      The headerError.
    • setHeaderError

      public ErrorCode.Builder setHeaderError(HeaderErrorEnum.HeaderError value)
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Parameters:
      value - The headerError to set.
      Returns:
      This builder for chaining.
    • clearHeaderError

      public ErrorCode.Builder clearHeaderError()
       The reasons for the header error.
       
      .google.ads.googleads.v18.errors.HeaderErrorEnum.HeaderError header_error = 66;
      Returns:
      This builder for chaining.
    • hasDatabaseError

      public boolean hasDatabaseError()
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Specified by:
      hasDatabaseError in interface ErrorCodeOrBuilder
      Returns:
      Whether the databaseError field is set.
    • getDatabaseErrorValue

      public int getDatabaseErrorValue()
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Specified by:
      getDatabaseErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for databaseError.
    • setDatabaseErrorValue

      public ErrorCode.Builder setDatabaseErrorValue(int value)
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Parameters:
      value - The enum numeric value on the wire for databaseError to set.
      Returns:
      This builder for chaining.
    • getDatabaseError

      public DatabaseErrorEnum.DatabaseError getDatabaseError()
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Specified by:
      getDatabaseError in interface ErrorCodeOrBuilder
      Returns:
      The databaseError.
    • setDatabaseError

      public ErrorCode.Builder setDatabaseError(DatabaseErrorEnum.DatabaseError value)
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Parameters:
      value - The databaseError to set.
      Returns:
      This builder for chaining.
    • clearDatabaseError

      public ErrorCode.Builder clearDatabaseError()
       The reasons for the database error.
       
      .google.ads.googleads.v18.errors.DatabaseErrorEnum.DatabaseError database_error = 67;
      Returns:
      This builder for chaining.
    • hasPolicyFindingError

      public boolean hasPolicyFindingError()
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Specified by:
      hasPolicyFindingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the policyFindingError field is set.
    • getPolicyFindingErrorValue

      public int getPolicyFindingErrorValue()
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Specified by:
      getPolicyFindingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for policyFindingError.
    • setPolicyFindingErrorValue

      public ErrorCode.Builder setPolicyFindingErrorValue(int value)
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Parameters:
      value - The enum numeric value on the wire for policyFindingError to set.
      Returns:
      This builder for chaining.
    • getPolicyFindingError

      public PolicyFindingErrorEnum.PolicyFindingError getPolicyFindingError()
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Specified by:
      getPolicyFindingError in interface ErrorCodeOrBuilder
      Returns:
      The policyFindingError.
    • setPolicyFindingError

      public ErrorCode.Builder setPolicyFindingError(PolicyFindingErrorEnum.PolicyFindingError value)
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Parameters:
      value - The policyFindingError to set.
      Returns:
      This builder for chaining.
    • clearPolicyFindingError

      public ErrorCode.Builder clearPolicyFindingError()
       The reasons for the policy finding error.
       
      .google.ads.googleads.v18.errors.PolicyFindingErrorEnum.PolicyFindingError policy_finding_error = 68;
      Returns:
      This builder for chaining.
    • hasEnumError

      public boolean hasEnumError()
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Specified by:
      hasEnumError in interface ErrorCodeOrBuilder
      Returns:
      Whether the enumError field is set.
    • getEnumErrorValue

      public int getEnumErrorValue()
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Specified by:
      getEnumErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for enumError.
    • setEnumErrorValue

      public ErrorCode.Builder setEnumErrorValue(int value)
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Parameters:
      value - The enum numeric value on the wire for enumError to set.
      Returns:
      This builder for chaining.
    • getEnumError

      public EnumErrorEnum.EnumError getEnumError()
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Specified by:
      getEnumError in interface ErrorCodeOrBuilder
      Returns:
      The enumError.
    • setEnumError

      public ErrorCode.Builder setEnumError(EnumErrorEnum.EnumError value)
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Parameters:
      value - The enumError to set.
      Returns:
      This builder for chaining.
    • clearEnumError

      public ErrorCode.Builder clearEnumError()
       The reason for enum error.
       
      .google.ads.googleads.v18.errors.EnumErrorEnum.EnumError enum_error = 70;
      Returns:
      This builder for chaining.
    • hasKeywordPlanError

      public boolean hasKeywordPlanError()
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Specified by:
      hasKeywordPlanError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanError field is set.
    • getKeywordPlanErrorValue

      public int getKeywordPlanErrorValue()
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Specified by:
      getKeywordPlanErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanError.
    • setKeywordPlanErrorValue

      public ErrorCode.Builder setKeywordPlanErrorValue(int value)
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanError

      public KeywordPlanErrorEnum.KeywordPlanError getKeywordPlanError()
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Specified by:
      getKeywordPlanError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanError.
    • setKeywordPlanError

      public ErrorCode.Builder setKeywordPlanError(KeywordPlanErrorEnum.KeywordPlanError value)
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Parameters:
      value - The keywordPlanError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanError

      public ErrorCode.Builder clearKeywordPlanError()
       The reason for keyword plan error.
       
      .google.ads.googleads.v18.errors.KeywordPlanErrorEnum.KeywordPlanError keyword_plan_error = 71;
      Returns:
      This builder for chaining.
    • hasKeywordPlanCampaignError

      public boolean hasKeywordPlanCampaignError()
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Specified by:
      hasKeywordPlanCampaignError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanCampaignError field is set.
    • getKeywordPlanCampaignErrorValue

      public int getKeywordPlanCampaignErrorValue()
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Specified by:
      getKeywordPlanCampaignErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanCampaignError.
    • setKeywordPlanCampaignErrorValue

      public ErrorCode.Builder setKeywordPlanCampaignErrorValue(int value)
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanCampaignError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanCampaignError

      public KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError getKeywordPlanCampaignError()
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Specified by:
      getKeywordPlanCampaignError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanCampaignError.
    • setKeywordPlanCampaignError

       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Parameters:
      value - The keywordPlanCampaignError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanCampaignError

      public ErrorCode.Builder clearKeywordPlanCampaignError()
       The reason for keyword plan campaign error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignErrorEnum.KeywordPlanCampaignError keyword_plan_campaign_error = 72;
      Returns:
      This builder for chaining.
    • hasKeywordPlanCampaignKeywordError

      public boolean hasKeywordPlanCampaignKeywordError()
       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Specified by:
      hasKeywordPlanCampaignKeywordError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanCampaignKeywordError field is set.
    • getKeywordPlanCampaignKeywordErrorValue

      public int getKeywordPlanCampaignKeywordErrorValue()
       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Specified by:
      getKeywordPlanCampaignKeywordErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanCampaignKeywordError.
    • setKeywordPlanCampaignKeywordErrorValue

      public ErrorCode.Builder setKeywordPlanCampaignKeywordErrorValue(int value)
       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanCampaignKeywordError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanCampaignKeywordError

      public KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError getKeywordPlanCampaignKeywordError()
       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Specified by:
      getKeywordPlanCampaignKeywordError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanCampaignKeywordError.
    • setKeywordPlanCampaignKeywordError

       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Parameters:
      value - The keywordPlanCampaignKeywordError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanCampaignKeywordError

      public ErrorCode.Builder clearKeywordPlanCampaignKeywordError()
       The reason for keyword plan campaign keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanCampaignKeywordErrorEnum.KeywordPlanCampaignKeywordError keyword_plan_campaign_keyword_error = 132;
      Returns:
      This builder for chaining.
    • hasKeywordPlanAdGroupError

      public boolean hasKeywordPlanAdGroupError()
       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Specified by:
      hasKeywordPlanAdGroupError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanAdGroupError field is set.
    • getKeywordPlanAdGroupErrorValue

      public int getKeywordPlanAdGroupErrorValue()
       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Specified by:
      getKeywordPlanAdGroupErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanAdGroupError.
    • setKeywordPlanAdGroupErrorValue

      public ErrorCode.Builder setKeywordPlanAdGroupErrorValue(int value)
       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanAdGroupError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanAdGroupError

      public KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError getKeywordPlanAdGroupError()
       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Specified by:
      getKeywordPlanAdGroupError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanAdGroupError.
    • setKeywordPlanAdGroupError

       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Parameters:
      value - The keywordPlanAdGroupError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanAdGroupError

      public ErrorCode.Builder clearKeywordPlanAdGroupError()
       The reason for keyword plan ad group error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupErrorEnum.KeywordPlanAdGroupError keyword_plan_ad_group_error = 74;
      Returns:
      This builder for chaining.
    • hasKeywordPlanAdGroupKeywordError

      public boolean hasKeywordPlanAdGroupKeywordError()
       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Specified by:
      hasKeywordPlanAdGroupKeywordError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanAdGroupKeywordError field is set.
    • getKeywordPlanAdGroupKeywordErrorValue

      public int getKeywordPlanAdGroupKeywordErrorValue()
       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Specified by:
      getKeywordPlanAdGroupKeywordErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanAdGroupKeywordError.
    • setKeywordPlanAdGroupKeywordErrorValue

      public ErrorCode.Builder setKeywordPlanAdGroupKeywordErrorValue(int value)
       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanAdGroupKeywordError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanAdGroupKeywordError

      public KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError getKeywordPlanAdGroupKeywordError()
       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Specified by:
      getKeywordPlanAdGroupKeywordError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanAdGroupKeywordError.
    • setKeywordPlanAdGroupKeywordError

       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Parameters:
      value - The keywordPlanAdGroupKeywordError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanAdGroupKeywordError

      public ErrorCode.Builder clearKeywordPlanAdGroupKeywordError()
       The reason for keyword plan ad group keyword error.
       
      .google.ads.googleads.v18.errors.KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError keyword_plan_ad_group_keyword_error = 133;
      Returns:
      This builder for chaining.
    • hasKeywordPlanIdeaError

      public boolean hasKeywordPlanIdeaError()
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Specified by:
      hasKeywordPlanIdeaError in interface ErrorCodeOrBuilder
      Returns:
      Whether the keywordPlanIdeaError field is set.
    • getKeywordPlanIdeaErrorValue

      public int getKeywordPlanIdeaErrorValue()
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Specified by:
      getKeywordPlanIdeaErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for keywordPlanIdeaError.
    • setKeywordPlanIdeaErrorValue

      public ErrorCode.Builder setKeywordPlanIdeaErrorValue(int value)
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Parameters:
      value - The enum numeric value on the wire for keywordPlanIdeaError to set.
      Returns:
      This builder for chaining.
    • getKeywordPlanIdeaError

      public KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError getKeywordPlanIdeaError()
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Specified by:
      getKeywordPlanIdeaError in interface ErrorCodeOrBuilder
      Returns:
      The keywordPlanIdeaError.
    • setKeywordPlanIdeaError

      public ErrorCode.Builder setKeywordPlanIdeaError(KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError value)
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Parameters:
      value - The keywordPlanIdeaError to set.
      Returns:
      This builder for chaining.
    • clearKeywordPlanIdeaError

      public ErrorCode.Builder clearKeywordPlanIdeaError()
       The reason for keyword idea error.
       
      .google.ads.googleads.v18.errors.KeywordPlanIdeaErrorEnum.KeywordPlanIdeaError keyword_plan_idea_error = 76;
      Returns:
      This builder for chaining.
    • hasAccountBudgetProposalError

      public boolean hasAccountBudgetProposalError()
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Specified by:
      hasAccountBudgetProposalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the accountBudgetProposalError field is set.
    • getAccountBudgetProposalErrorValue

      public int getAccountBudgetProposalErrorValue()
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Specified by:
      getAccountBudgetProposalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for accountBudgetProposalError.
    • setAccountBudgetProposalErrorValue

      public ErrorCode.Builder setAccountBudgetProposalErrorValue(int value)
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Parameters:
      value - The enum numeric value on the wire for accountBudgetProposalError to set.
      Returns:
      This builder for chaining.
    • getAccountBudgetProposalError

      public AccountBudgetProposalErrorEnum.AccountBudgetProposalError getAccountBudgetProposalError()
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Specified by:
      getAccountBudgetProposalError in interface ErrorCodeOrBuilder
      Returns:
      The accountBudgetProposalError.
    • setAccountBudgetProposalError

       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Parameters:
      value - The accountBudgetProposalError to set.
      Returns:
      This builder for chaining.
    • clearAccountBudgetProposalError

      public ErrorCode.Builder clearAccountBudgetProposalError()
       The reasons for account budget proposal errors.
       
      .google.ads.googleads.v18.errors.AccountBudgetProposalErrorEnum.AccountBudgetProposalError account_budget_proposal_error = 77;
      Returns:
      This builder for chaining.
    • hasUserListError

      public boolean hasUserListError()
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Specified by:
      hasUserListError in interface ErrorCodeOrBuilder
      Returns:
      Whether the userListError field is set.
    • getUserListErrorValue

      public int getUserListErrorValue()
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Specified by:
      getUserListErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for userListError.
    • setUserListErrorValue

      public ErrorCode.Builder setUserListErrorValue(int value)
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Parameters:
      value - The enum numeric value on the wire for userListError to set.
      Returns:
      This builder for chaining.
    • getUserListError

      public UserListErrorEnum.UserListError getUserListError()
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Specified by:
      getUserListError in interface ErrorCodeOrBuilder
      Returns:
      The userListError.
    • setUserListError

      public ErrorCode.Builder setUserListError(UserListErrorEnum.UserListError value)
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Parameters:
      value - The userListError to set.
      Returns:
      This builder for chaining.
    • clearUserListError

      public ErrorCode.Builder clearUserListError()
       The reasons for the user list error
       
      .google.ads.googleads.v18.errors.UserListErrorEnum.UserListError user_list_error = 78;
      Returns:
      This builder for chaining.
    • hasChangeEventError

      public boolean hasChangeEventError()
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Specified by:
      hasChangeEventError in interface ErrorCodeOrBuilder
      Returns:
      Whether the changeEventError field is set.
    • getChangeEventErrorValue

      public int getChangeEventErrorValue()
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Specified by:
      getChangeEventErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for changeEventError.
    • setChangeEventErrorValue

      public ErrorCode.Builder setChangeEventErrorValue(int value)
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Parameters:
      value - The enum numeric value on the wire for changeEventError to set.
      Returns:
      This builder for chaining.
    • getChangeEventError

      public ChangeEventErrorEnum.ChangeEventError getChangeEventError()
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Specified by:
      getChangeEventError in interface ErrorCodeOrBuilder
      Returns:
      The changeEventError.
    • setChangeEventError

      public ErrorCode.Builder setChangeEventError(ChangeEventErrorEnum.ChangeEventError value)
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Parameters:
      value - The changeEventError to set.
      Returns:
      This builder for chaining.
    • clearChangeEventError

      public ErrorCode.Builder clearChangeEventError()
       The reasons for the change event error
       
      .google.ads.googleads.v18.errors.ChangeEventErrorEnum.ChangeEventError change_event_error = 136;
      Returns:
      This builder for chaining.
    • hasChangeStatusError

      public boolean hasChangeStatusError()
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Specified by:
      hasChangeStatusError in interface ErrorCodeOrBuilder
      Returns:
      Whether the changeStatusError field is set.
    • getChangeStatusErrorValue

      public int getChangeStatusErrorValue()
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Specified by:
      getChangeStatusErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for changeStatusError.
    • setChangeStatusErrorValue

      public ErrorCode.Builder setChangeStatusErrorValue(int value)
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Parameters:
      value - The enum numeric value on the wire for changeStatusError to set.
      Returns:
      This builder for chaining.
    • getChangeStatusError

      public ChangeStatusErrorEnum.ChangeStatusError getChangeStatusError()
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Specified by:
      getChangeStatusError in interface ErrorCodeOrBuilder
      Returns:
      The changeStatusError.
    • setChangeStatusError

      public ErrorCode.Builder setChangeStatusError(ChangeStatusErrorEnum.ChangeStatusError value)
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Parameters:
      value - The changeStatusError to set.
      Returns:
      This builder for chaining.
    • clearChangeStatusError

      public ErrorCode.Builder clearChangeStatusError()
       The reasons for the change status error
       
      .google.ads.googleads.v18.errors.ChangeStatusErrorEnum.ChangeStatusError change_status_error = 79;
      Returns:
      This builder for chaining.
    • hasFeedError

      public boolean hasFeedError()
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Specified by:
      hasFeedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedError field is set.
    • getFeedErrorValue

      public int getFeedErrorValue()
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Specified by:
      getFeedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedError.
    • setFeedErrorValue

      public ErrorCode.Builder setFeedErrorValue(int value)
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Parameters:
      value - The enum numeric value on the wire for feedError to set.
      Returns:
      This builder for chaining.
    • getFeedError

      public FeedErrorEnum.FeedError getFeedError()
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Specified by:
      getFeedError in interface ErrorCodeOrBuilder
      Returns:
      The feedError.
    • setFeedError

      public ErrorCode.Builder setFeedError(FeedErrorEnum.FeedError value)
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Parameters:
      value - The feedError to set.
      Returns:
      This builder for chaining.
    • clearFeedError

      public ErrorCode.Builder clearFeedError()
       The reasons for the feed error
       
      .google.ads.googleads.v18.errors.FeedErrorEnum.FeedError feed_error = 80;
      Returns:
      This builder for chaining.
    • hasGeoTargetConstantSuggestionError

      public boolean hasGeoTargetConstantSuggestionError()
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Specified by:
      hasGeoTargetConstantSuggestionError in interface ErrorCodeOrBuilder
      Returns:
      Whether the geoTargetConstantSuggestionError field is set.
    • getGeoTargetConstantSuggestionErrorValue

      public int getGeoTargetConstantSuggestionErrorValue()
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Specified by:
      getGeoTargetConstantSuggestionErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for geoTargetConstantSuggestionError.
    • setGeoTargetConstantSuggestionErrorValue

      public ErrorCode.Builder setGeoTargetConstantSuggestionErrorValue(int value)
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Parameters:
      value - The enum numeric value on the wire for geoTargetConstantSuggestionError to set.
      Returns:
      This builder for chaining.
    • getGeoTargetConstantSuggestionError

      public GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError getGeoTargetConstantSuggestionError()
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Specified by:
      getGeoTargetConstantSuggestionError in interface ErrorCodeOrBuilder
      Returns:
      The geoTargetConstantSuggestionError.
    • setGeoTargetConstantSuggestionError

       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Parameters:
      value - The geoTargetConstantSuggestionError to set.
      Returns:
      This builder for chaining.
    • clearGeoTargetConstantSuggestionError

      public ErrorCode.Builder clearGeoTargetConstantSuggestionError()
       The reasons for the geo target constant suggestion error.
       
      .google.ads.googleads.v18.errors.GeoTargetConstantSuggestionErrorEnum.GeoTargetConstantSuggestionError geo_target_constant_suggestion_error = 81;
      Returns:
      This builder for chaining.
    • hasCampaignDraftError

      public boolean hasCampaignDraftError()
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Specified by:
      hasCampaignDraftError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignDraftError field is set.
    • getCampaignDraftErrorValue

      public int getCampaignDraftErrorValue()
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Specified by:
      getCampaignDraftErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignDraftError.
    • setCampaignDraftErrorValue

      public ErrorCode.Builder setCampaignDraftErrorValue(int value)
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Parameters:
      value - The enum numeric value on the wire for campaignDraftError to set.
      Returns:
      This builder for chaining.
    • getCampaignDraftError

      public CampaignDraftErrorEnum.CampaignDraftError getCampaignDraftError()
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Specified by:
      getCampaignDraftError in interface ErrorCodeOrBuilder
      Returns:
      The campaignDraftError.
    • setCampaignDraftError

      public ErrorCode.Builder setCampaignDraftError(CampaignDraftErrorEnum.CampaignDraftError value)
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Parameters:
      value - The campaignDraftError to set.
      Returns:
      This builder for chaining.
    • clearCampaignDraftError

      public ErrorCode.Builder clearCampaignDraftError()
       The reasons for the campaign draft error
       
      .google.ads.googleads.v18.errors.CampaignDraftErrorEnum.CampaignDraftError campaign_draft_error = 82;
      Returns:
      This builder for chaining.
    • hasFeedItemError

      public boolean hasFeedItemError()
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Specified by:
      hasFeedItemError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedItemError field is set.
    • getFeedItemErrorValue

      public int getFeedItemErrorValue()
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Specified by:
      getFeedItemErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedItemError.
    • setFeedItemErrorValue

      public ErrorCode.Builder setFeedItemErrorValue(int value)
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Parameters:
      value - The enum numeric value on the wire for feedItemError to set.
      Returns:
      This builder for chaining.
    • getFeedItemError

      public FeedItemErrorEnum.FeedItemError getFeedItemError()
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Specified by:
      getFeedItemError in interface ErrorCodeOrBuilder
      Returns:
      The feedItemError.
    • setFeedItemError

      public ErrorCode.Builder setFeedItemError(FeedItemErrorEnum.FeedItemError value)
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Parameters:
      value - The feedItemError to set.
      Returns:
      This builder for chaining.
    • clearFeedItemError

      public ErrorCode.Builder clearFeedItemError()
       The reasons for the feed item error
       
      .google.ads.googleads.v18.errors.FeedItemErrorEnum.FeedItemError feed_item_error = 83;
      Returns:
      This builder for chaining.
    • hasLabelError

      public boolean hasLabelError()
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Specified by:
      hasLabelError in interface ErrorCodeOrBuilder
      Returns:
      Whether the labelError field is set.
    • getLabelErrorValue

      public int getLabelErrorValue()
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Specified by:
      getLabelErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for labelError.
    • setLabelErrorValue

      public ErrorCode.Builder setLabelErrorValue(int value)
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Parameters:
      value - The enum numeric value on the wire for labelError to set.
      Returns:
      This builder for chaining.
    • getLabelError

      public LabelErrorEnum.LabelError getLabelError()
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Specified by:
      getLabelError in interface ErrorCodeOrBuilder
      Returns:
      The labelError.
    • setLabelError

      public ErrorCode.Builder setLabelError(LabelErrorEnum.LabelError value)
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Parameters:
      value - The labelError to set.
      Returns:
      This builder for chaining.
    • clearLabelError

      public ErrorCode.Builder clearLabelError()
       The reason for the label error.
       
      .google.ads.googleads.v18.errors.LabelErrorEnum.LabelError label_error = 84;
      Returns:
      This builder for chaining.
    • hasBillingSetupError

      public boolean hasBillingSetupError()
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Specified by:
      hasBillingSetupError in interface ErrorCodeOrBuilder
      Returns:
      Whether the billingSetupError field is set.
    • getBillingSetupErrorValue

      public int getBillingSetupErrorValue()
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Specified by:
      getBillingSetupErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for billingSetupError.
    • setBillingSetupErrorValue

      public ErrorCode.Builder setBillingSetupErrorValue(int value)
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Parameters:
      value - The enum numeric value on the wire for billingSetupError to set.
      Returns:
      This builder for chaining.
    • getBillingSetupError

      public BillingSetupErrorEnum.BillingSetupError getBillingSetupError()
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Specified by:
      getBillingSetupError in interface ErrorCodeOrBuilder
      Returns:
      The billingSetupError.
    • setBillingSetupError

      public ErrorCode.Builder setBillingSetupError(BillingSetupErrorEnum.BillingSetupError value)
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Parameters:
      value - The billingSetupError to set.
      Returns:
      This builder for chaining.
    • clearBillingSetupError

      public ErrorCode.Builder clearBillingSetupError()
       The reasons for the billing setup error
       
      .google.ads.googleads.v18.errors.BillingSetupErrorEnum.BillingSetupError billing_setup_error = 87;
      Returns:
      This builder for chaining.
    • hasCustomerClientLinkError

      public boolean hasCustomerClientLinkError()
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Specified by:
      hasCustomerClientLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerClientLinkError field is set.
    • getCustomerClientLinkErrorValue

      public int getCustomerClientLinkErrorValue()
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Specified by:
      getCustomerClientLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerClientLinkError.
    • setCustomerClientLinkErrorValue

      public ErrorCode.Builder setCustomerClientLinkErrorValue(int value)
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Parameters:
      value - The enum numeric value on the wire for customerClientLinkError to set.
      Returns:
      This builder for chaining.
    • getCustomerClientLinkError

      public CustomerClientLinkErrorEnum.CustomerClientLinkError getCustomerClientLinkError()
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Specified by:
      getCustomerClientLinkError in interface ErrorCodeOrBuilder
      Returns:
      The customerClientLinkError.
    • setCustomerClientLinkError

       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Parameters:
      value - The customerClientLinkError to set.
      Returns:
      This builder for chaining.
    • clearCustomerClientLinkError

      public ErrorCode.Builder clearCustomerClientLinkError()
       The reasons for the customer client link error
       
      .google.ads.googleads.v18.errors.CustomerClientLinkErrorEnum.CustomerClientLinkError customer_client_link_error = 88;
      Returns:
      This builder for chaining.
    • hasCustomerManagerLinkError

      public boolean hasCustomerManagerLinkError()
       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Specified by:
      hasCustomerManagerLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerManagerLinkError field is set.
    • getCustomerManagerLinkErrorValue

      public int getCustomerManagerLinkErrorValue()
       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Specified by:
      getCustomerManagerLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerManagerLinkError.
    • setCustomerManagerLinkErrorValue

      public ErrorCode.Builder setCustomerManagerLinkErrorValue(int value)
       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Parameters:
      value - The enum numeric value on the wire for customerManagerLinkError to set.
      Returns:
      This builder for chaining.
    • getCustomerManagerLinkError

      public CustomerManagerLinkErrorEnum.CustomerManagerLinkError getCustomerManagerLinkError()
       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Specified by:
      getCustomerManagerLinkError in interface ErrorCodeOrBuilder
      Returns:
      The customerManagerLinkError.
    • setCustomerManagerLinkError

       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Parameters:
      value - The customerManagerLinkError to set.
      Returns:
      This builder for chaining.
    • clearCustomerManagerLinkError

      public ErrorCode.Builder clearCustomerManagerLinkError()
       The reasons for the customer manager link error
       
      .google.ads.googleads.v18.errors.CustomerManagerLinkErrorEnum.CustomerManagerLinkError customer_manager_link_error = 91;
      Returns:
      This builder for chaining.
    • hasFeedMappingError

      public boolean hasFeedMappingError()
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Specified by:
      hasFeedMappingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedMappingError field is set.
    • getFeedMappingErrorValue

      public int getFeedMappingErrorValue()
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Specified by:
      getFeedMappingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedMappingError.
    • setFeedMappingErrorValue

      public ErrorCode.Builder setFeedMappingErrorValue(int value)
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Parameters:
      value - The enum numeric value on the wire for feedMappingError to set.
      Returns:
      This builder for chaining.
    • getFeedMappingError

      public FeedMappingErrorEnum.FeedMappingError getFeedMappingError()
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Specified by:
      getFeedMappingError in interface ErrorCodeOrBuilder
      Returns:
      The feedMappingError.
    • setFeedMappingError

      public ErrorCode.Builder setFeedMappingError(FeedMappingErrorEnum.FeedMappingError value)
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Parameters:
      value - The feedMappingError to set.
      Returns:
      This builder for chaining.
    • clearFeedMappingError

      public ErrorCode.Builder clearFeedMappingError()
       The reasons for the feed mapping error
       
      .google.ads.googleads.v18.errors.FeedMappingErrorEnum.FeedMappingError feed_mapping_error = 92;
      Returns:
      This builder for chaining.
    • hasCustomerFeedError

      public boolean hasCustomerFeedError()
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Specified by:
      hasCustomerFeedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerFeedError field is set.
    • getCustomerFeedErrorValue

      public int getCustomerFeedErrorValue()
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Specified by:
      getCustomerFeedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerFeedError.
    • setCustomerFeedErrorValue

      public ErrorCode.Builder setCustomerFeedErrorValue(int value)
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Parameters:
      value - The enum numeric value on the wire for customerFeedError to set.
      Returns:
      This builder for chaining.
    • getCustomerFeedError

      public CustomerFeedErrorEnum.CustomerFeedError getCustomerFeedError()
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Specified by:
      getCustomerFeedError in interface ErrorCodeOrBuilder
      Returns:
      The customerFeedError.
    • setCustomerFeedError

      public ErrorCode.Builder setCustomerFeedError(CustomerFeedErrorEnum.CustomerFeedError value)
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Parameters:
      value - The customerFeedError to set.
      Returns:
      This builder for chaining.
    • clearCustomerFeedError

      public ErrorCode.Builder clearCustomerFeedError()
       The reasons for the customer feed error
       
      .google.ads.googleads.v18.errors.CustomerFeedErrorEnum.CustomerFeedError customer_feed_error = 93;
      Returns:
      This builder for chaining.
    • hasAdGroupFeedError

      public boolean hasAdGroupFeedError()
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Specified by:
      hasAdGroupFeedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adGroupFeedError field is set.
    • getAdGroupFeedErrorValue

      public int getAdGroupFeedErrorValue()
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Specified by:
      getAdGroupFeedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adGroupFeedError.
    • setAdGroupFeedErrorValue

      public ErrorCode.Builder setAdGroupFeedErrorValue(int value)
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Parameters:
      value - The enum numeric value on the wire for adGroupFeedError to set.
      Returns:
      This builder for chaining.
    • getAdGroupFeedError

      public AdGroupFeedErrorEnum.AdGroupFeedError getAdGroupFeedError()
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Specified by:
      getAdGroupFeedError in interface ErrorCodeOrBuilder
      Returns:
      The adGroupFeedError.
    • setAdGroupFeedError

      public ErrorCode.Builder setAdGroupFeedError(AdGroupFeedErrorEnum.AdGroupFeedError value)
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Parameters:
      value - The adGroupFeedError to set.
      Returns:
      This builder for chaining.
    • clearAdGroupFeedError

      public ErrorCode.Builder clearAdGroupFeedError()
       The reasons for the ad group feed error
       
      .google.ads.googleads.v18.errors.AdGroupFeedErrorEnum.AdGroupFeedError ad_group_feed_error = 94;
      Returns:
      This builder for chaining.
    • hasCampaignFeedError

      public boolean hasCampaignFeedError()
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Specified by:
      hasCampaignFeedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignFeedError field is set.
    • getCampaignFeedErrorValue

      public int getCampaignFeedErrorValue()
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Specified by:
      getCampaignFeedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignFeedError.
    • setCampaignFeedErrorValue

      public ErrorCode.Builder setCampaignFeedErrorValue(int value)
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Parameters:
      value - The enum numeric value on the wire for campaignFeedError to set.
      Returns:
      This builder for chaining.
    • getCampaignFeedError

      public CampaignFeedErrorEnum.CampaignFeedError getCampaignFeedError()
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Specified by:
      getCampaignFeedError in interface ErrorCodeOrBuilder
      Returns:
      The campaignFeedError.
    • setCampaignFeedError

      public ErrorCode.Builder setCampaignFeedError(CampaignFeedErrorEnum.CampaignFeedError value)
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Parameters:
      value - The campaignFeedError to set.
      Returns:
      This builder for chaining.
    • clearCampaignFeedError

      public ErrorCode.Builder clearCampaignFeedError()
       The reasons for the campaign feed error
       
      .google.ads.googleads.v18.errors.CampaignFeedErrorEnum.CampaignFeedError campaign_feed_error = 96;
      Returns:
      This builder for chaining.
    • hasCustomInterestError

      public boolean hasCustomInterestError()
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Specified by:
      hasCustomInterestError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customInterestError field is set.
    • getCustomInterestErrorValue

      public int getCustomInterestErrorValue()
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Specified by:
      getCustomInterestErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customInterestError.
    • setCustomInterestErrorValue

      public ErrorCode.Builder setCustomInterestErrorValue(int value)
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Parameters:
      value - The enum numeric value on the wire for customInterestError to set.
      Returns:
      This builder for chaining.
    • getCustomInterestError

      public CustomInterestErrorEnum.CustomInterestError getCustomInterestError()
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Specified by:
      getCustomInterestError in interface ErrorCodeOrBuilder
      Returns:
      The customInterestError.
    • setCustomInterestError

      public ErrorCode.Builder setCustomInterestError(CustomInterestErrorEnum.CustomInterestError value)
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Parameters:
      value - The customInterestError to set.
      Returns:
      This builder for chaining.
    • clearCustomInterestError

      public ErrorCode.Builder clearCustomInterestError()
       The reasons for the custom interest error
       
      .google.ads.googleads.v18.errors.CustomInterestErrorEnum.CustomInterestError custom_interest_error = 97;
      Returns:
      This builder for chaining.
    • hasCampaignExperimentError

      public boolean hasCampaignExperimentError()
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Specified by:
      hasCampaignExperimentError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignExperimentError field is set.
    • getCampaignExperimentErrorValue

      public int getCampaignExperimentErrorValue()
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Specified by:
      getCampaignExperimentErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignExperimentError.
    • setCampaignExperimentErrorValue

      public ErrorCode.Builder setCampaignExperimentErrorValue(int value)
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Parameters:
      value - The enum numeric value on the wire for campaignExperimentError to set.
      Returns:
      This builder for chaining.
    • getCampaignExperimentError

      public CampaignExperimentErrorEnum.CampaignExperimentError getCampaignExperimentError()
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Specified by:
      getCampaignExperimentError in interface ErrorCodeOrBuilder
      Returns:
      The campaignExperimentError.
    • setCampaignExperimentError

       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Parameters:
      value - The campaignExperimentError to set.
      Returns:
      This builder for chaining.
    • clearCampaignExperimentError

      public ErrorCode.Builder clearCampaignExperimentError()
       The reasons for the campaign experiment error
       
      .google.ads.googleads.v18.errors.CampaignExperimentErrorEnum.CampaignExperimentError campaign_experiment_error = 98;
      Returns:
      This builder for chaining.
    • hasExtensionFeedItemError

      public boolean hasExtensionFeedItemError()
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Specified by:
      hasExtensionFeedItemError in interface ErrorCodeOrBuilder
      Returns:
      Whether the extensionFeedItemError field is set.
    • getExtensionFeedItemErrorValue

      public int getExtensionFeedItemErrorValue()
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Specified by:
      getExtensionFeedItemErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for extensionFeedItemError.
    • setExtensionFeedItemErrorValue

      public ErrorCode.Builder setExtensionFeedItemErrorValue(int value)
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Parameters:
      value - The enum numeric value on the wire for extensionFeedItemError to set.
      Returns:
      This builder for chaining.
    • getExtensionFeedItemError

      public ExtensionFeedItemErrorEnum.ExtensionFeedItemError getExtensionFeedItemError()
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Specified by:
      getExtensionFeedItemError in interface ErrorCodeOrBuilder
      Returns:
      The extensionFeedItemError.
    • setExtensionFeedItemError

      public ErrorCode.Builder setExtensionFeedItemError(ExtensionFeedItemErrorEnum.ExtensionFeedItemError value)
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Parameters:
      value - The extensionFeedItemError to set.
      Returns:
      This builder for chaining.
    • clearExtensionFeedItemError

      public ErrorCode.Builder clearExtensionFeedItemError()
       The reasons for the extension feed item error
       
      .google.ads.googleads.v18.errors.ExtensionFeedItemErrorEnum.ExtensionFeedItemError extension_feed_item_error = 100;
      Returns:
      This builder for chaining.
    • hasAdParameterError

      public boolean hasAdParameterError()
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Specified by:
      hasAdParameterError in interface ErrorCodeOrBuilder
      Returns:
      Whether the adParameterError field is set.
    • getAdParameterErrorValue

      public int getAdParameterErrorValue()
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Specified by:
      getAdParameterErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for adParameterError.
    • setAdParameterErrorValue

      public ErrorCode.Builder setAdParameterErrorValue(int value)
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Parameters:
      value - The enum numeric value on the wire for adParameterError to set.
      Returns:
      This builder for chaining.
    • getAdParameterError

      public AdParameterErrorEnum.AdParameterError getAdParameterError()
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Specified by:
      getAdParameterError in interface ErrorCodeOrBuilder
      Returns:
      The adParameterError.
    • setAdParameterError

      public ErrorCode.Builder setAdParameterError(AdParameterErrorEnum.AdParameterError value)
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Parameters:
      value - The adParameterError to set.
      Returns:
      This builder for chaining.
    • clearAdParameterError

      public ErrorCode.Builder clearAdParameterError()
       The reasons for the ad parameter error
       
      .google.ads.googleads.v18.errors.AdParameterErrorEnum.AdParameterError ad_parameter_error = 101;
      Returns:
      This builder for chaining.
    • hasFeedItemValidationError

      public boolean hasFeedItemValidationError()
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Specified by:
      hasFeedItemValidationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedItemValidationError field is set.
    • getFeedItemValidationErrorValue

      public int getFeedItemValidationErrorValue()
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Specified by:
      getFeedItemValidationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedItemValidationError.
    • setFeedItemValidationErrorValue

      public ErrorCode.Builder setFeedItemValidationErrorValue(int value)
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Parameters:
      value - The enum numeric value on the wire for feedItemValidationError to set.
      Returns:
      This builder for chaining.
    • getFeedItemValidationError

      public FeedItemValidationErrorEnum.FeedItemValidationError getFeedItemValidationError()
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Specified by:
      getFeedItemValidationError in interface ErrorCodeOrBuilder
      Returns:
      The feedItemValidationError.
    • setFeedItemValidationError

       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Parameters:
      value - The feedItemValidationError to set.
      Returns:
      This builder for chaining.
    • clearFeedItemValidationError

      public ErrorCode.Builder clearFeedItemValidationError()
       The reasons for the feed item validation error
       
      .google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError feed_item_validation_error = 102;
      Returns:
      This builder for chaining.
    • hasExtensionSettingError

      public boolean hasExtensionSettingError()
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Specified by:
      hasExtensionSettingError in interface ErrorCodeOrBuilder
      Returns:
      Whether the extensionSettingError field is set.
    • getExtensionSettingErrorValue

      public int getExtensionSettingErrorValue()
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Specified by:
      getExtensionSettingErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for extensionSettingError.
    • setExtensionSettingErrorValue

      public ErrorCode.Builder setExtensionSettingErrorValue(int value)
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Parameters:
      value - The enum numeric value on the wire for extensionSettingError to set.
      Returns:
      This builder for chaining.
    • getExtensionSettingError

      public ExtensionSettingErrorEnum.ExtensionSettingError getExtensionSettingError()
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Specified by:
      getExtensionSettingError in interface ErrorCodeOrBuilder
      Returns:
      The extensionSettingError.
    • setExtensionSettingError

      public ErrorCode.Builder setExtensionSettingError(ExtensionSettingErrorEnum.ExtensionSettingError value)
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Parameters:
      value - The extensionSettingError to set.
      Returns:
      This builder for chaining.
    • clearExtensionSettingError

      public ErrorCode.Builder clearExtensionSettingError()
       The reasons for the extension setting error
       
      .google.ads.googleads.v18.errors.ExtensionSettingErrorEnum.ExtensionSettingError extension_setting_error = 103;
      Returns:
      This builder for chaining.
    • hasFeedItemSetError

      public boolean hasFeedItemSetError()
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Specified by:
      hasFeedItemSetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedItemSetError field is set.
    • getFeedItemSetErrorValue

      public int getFeedItemSetErrorValue()
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Specified by:
      getFeedItemSetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedItemSetError.
    • setFeedItemSetErrorValue

      public ErrorCode.Builder setFeedItemSetErrorValue(int value)
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Parameters:
      value - The enum numeric value on the wire for feedItemSetError to set.
      Returns:
      This builder for chaining.
    • getFeedItemSetError

      public FeedItemSetErrorEnum.FeedItemSetError getFeedItemSetError()
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Specified by:
      getFeedItemSetError in interface ErrorCodeOrBuilder
      Returns:
      The feedItemSetError.
    • setFeedItemSetError

      public ErrorCode.Builder setFeedItemSetError(FeedItemSetErrorEnum.FeedItemSetError value)
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Parameters:
      value - The feedItemSetError to set.
      Returns:
      This builder for chaining.
    • clearFeedItemSetError

      public ErrorCode.Builder clearFeedItemSetError()
       The reasons for the feed item set error
       
      .google.ads.googleads.v18.errors.FeedItemSetErrorEnum.FeedItemSetError feed_item_set_error = 140;
      Returns:
      This builder for chaining.
    • hasFeedItemSetLinkError

      public boolean hasFeedItemSetLinkError()
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Specified by:
      hasFeedItemSetLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedItemSetLinkError field is set.
    • getFeedItemSetLinkErrorValue

      public int getFeedItemSetLinkErrorValue()
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Specified by:
      getFeedItemSetLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedItemSetLinkError.
    • setFeedItemSetLinkErrorValue

      public ErrorCode.Builder setFeedItemSetLinkErrorValue(int value)
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Parameters:
      value - The enum numeric value on the wire for feedItemSetLinkError to set.
      Returns:
      This builder for chaining.
    • getFeedItemSetLinkError

      public FeedItemSetLinkErrorEnum.FeedItemSetLinkError getFeedItemSetLinkError()
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Specified by:
      getFeedItemSetLinkError in interface ErrorCodeOrBuilder
      Returns:
      The feedItemSetLinkError.
    • setFeedItemSetLinkError

      public ErrorCode.Builder setFeedItemSetLinkError(FeedItemSetLinkErrorEnum.FeedItemSetLinkError value)
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Parameters:
      value - The feedItemSetLinkError to set.
      Returns:
      This builder for chaining.
    • clearFeedItemSetLinkError

      public ErrorCode.Builder clearFeedItemSetLinkError()
       The reasons for the feed item set link error
       
      .google.ads.googleads.v18.errors.FeedItemSetLinkErrorEnum.FeedItemSetLinkError feed_item_set_link_error = 141;
      Returns:
      This builder for chaining.
    • hasFeedItemTargetError

      public boolean hasFeedItemTargetError()
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Specified by:
      hasFeedItemTargetError in interface ErrorCodeOrBuilder
      Returns:
      Whether the feedItemTargetError field is set.
    • getFeedItemTargetErrorValue

      public int getFeedItemTargetErrorValue()
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Specified by:
      getFeedItemTargetErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for feedItemTargetError.
    • setFeedItemTargetErrorValue

      public ErrorCode.Builder setFeedItemTargetErrorValue(int value)
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Parameters:
      value - The enum numeric value on the wire for feedItemTargetError to set.
      Returns:
      This builder for chaining.
    • getFeedItemTargetError

      public FeedItemTargetErrorEnum.FeedItemTargetError getFeedItemTargetError()
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Specified by:
      getFeedItemTargetError in interface ErrorCodeOrBuilder
      Returns:
      The feedItemTargetError.
    • setFeedItemTargetError

      public ErrorCode.Builder setFeedItemTargetError(FeedItemTargetErrorEnum.FeedItemTargetError value)
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Parameters:
      value - The feedItemTargetError to set.
      Returns:
      This builder for chaining.
    • clearFeedItemTargetError

      public ErrorCode.Builder clearFeedItemTargetError()
       The reasons for the feed item target error
       
      .google.ads.googleads.v18.errors.FeedItemTargetErrorEnum.FeedItemTargetError feed_item_target_error = 104;
      Returns:
      This builder for chaining.
    • hasPolicyViolationError

      public boolean hasPolicyViolationError()
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Specified by:
      hasPolicyViolationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the policyViolationError field is set.
    • getPolicyViolationErrorValue

      public int getPolicyViolationErrorValue()
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Specified by:
      getPolicyViolationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for policyViolationError.
    • setPolicyViolationErrorValue

      public ErrorCode.Builder setPolicyViolationErrorValue(int value)
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Parameters:
      value - The enum numeric value on the wire for policyViolationError to set.
      Returns:
      This builder for chaining.
    • getPolicyViolationError

      public PolicyViolationErrorEnum.PolicyViolationError getPolicyViolationError()
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Specified by:
      getPolicyViolationError in interface ErrorCodeOrBuilder
      Returns:
      The policyViolationError.
    • setPolicyViolationError

      public ErrorCode.Builder setPolicyViolationError(PolicyViolationErrorEnum.PolicyViolationError value)
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Parameters:
      value - The policyViolationError to set.
      Returns:
      This builder for chaining.
    • clearPolicyViolationError

      public ErrorCode.Builder clearPolicyViolationError()
       The reasons for the policy violation error
       
      .google.ads.googleads.v18.errors.PolicyViolationErrorEnum.PolicyViolationError policy_violation_error = 105;
      Returns:
      This builder for chaining.
    • hasPartialFailureError

      public boolean hasPartialFailureError()
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Specified by:
      hasPartialFailureError in interface ErrorCodeOrBuilder
      Returns:
      Whether the partialFailureError field is set.
    • getPartialFailureErrorValue

      public int getPartialFailureErrorValue()
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Specified by:
      getPartialFailureErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for partialFailureError.
    • setPartialFailureErrorValue

      public ErrorCode.Builder setPartialFailureErrorValue(int value)
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Parameters:
      value - The enum numeric value on the wire for partialFailureError to set.
      Returns:
      This builder for chaining.
    • getPartialFailureError

      public PartialFailureErrorEnum.PartialFailureError getPartialFailureError()
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Specified by:
      getPartialFailureError in interface ErrorCodeOrBuilder
      Returns:
      The partialFailureError.
    • setPartialFailureError

      public ErrorCode.Builder setPartialFailureError(PartialFailureErrorEnum.PartialFailureError value)
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Parameters:
      value - The partialFailureError to set.
      Returns:
      This builder for chaining.
    • clearPartialFailureError

      public ErrorCode.Builder clearPartialFailureError()
       The reasons for the mutate job error
       
      .google.ads.googleads.v18.errors.PartialFailureErrorEnum.PartialFailureError partial_failure_error = 112;
      Returns:
      This builder for chaining.
    • hasPolicyValidationParameterError

      public boolean hasPolicyValidationParameterError()
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Specified by:
      hasPolicyValidationParameterError in interface ErrorCodeOrBuilder
      Returns:
      Whether the policyValidationParameterError field is set.
    • getPolicyValidationParameterErrorValue

      public int getPolicyValidationParameterErrorValue()
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Specified by:
      getPolicyValidationParameterErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for policyValidationParameterError.
    • setPolicyValidationParameterErrorValue

      public ErrorCode.Builder setPolicyValidationParameterErrorValue(int value)
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Parameters:
      value - The enum numeric value on the wire for policyValidationParameterError to set.
      Returns:
      This builder for chaining.
    • getPolicyValidationParameterError

      public PolicyValidationParameterErrorEnum.PolicyValidationParameterError getPolicyValidationParameterError()
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Specified by:
      getPolicyValidationParameterError in interface ErrorCodeOrBuilder
      Returns:
      The policyValidationParameterError.
    • setPolicyValidationParameterError

       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Parameters:
      value - The policyValidationParameterError to set.
      Returns:
      This builder for chaining.
    • clearPolicyValidationParameterError

      public ErrorCode.Builder clearPolicyValidationParameterError()
       The reasons for the policy validation parameter error
       
      .google.ads.googleads.v18.errors.PolicyValidationParameterErrorEnum.PolicyValidationParameterError policy_validation_parameter_error = 114;
      Returns:
      This builder for chaining.
    • hasSizeLimitError

      public boolean hasSizeLimitError()
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Specified by:
      hasSizeLimitError in interface ErrorCodeOrBuilder
      Returns:
      Whether the sizeLimitError field is set.
    • getSizeLimitErrorValue

      public int getSizeLimitErrorValue()
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Specified by:
      getSizeLimitErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for sizeLimitError.
    • setSizeLimitErrorValue

      public ErrorCode.Builder setSizeLimitErrorValue(int value)
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Parameters:
      value - The enum numeric value on the wire for sizeLimitError to set.
      Returns:
      This builder for chaining.
    • getSizeLimitError

      public SizeLimitErrorEnum.SizeLimitError getSizeLimitError()
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Specified by:
      getSizeLimitError in interface ErrorCodeOrBuilder
      Returns:
      The sizeLimitError.
    • setSizeLimitError

      public ErrorCode.Builder setSizeLimitError(SizeLimitErrorEnum.SizeLimitError value)
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Parameters:
      value - The sizeLimitError to set.
      Returns:
      This builder for chaining.
    • clearSizeLimitError

      public ErrorCode.Builder clearSizeLimitError()
       The reasons for the size limit error
       
      .google.ads.googleads.v18.errors.SizeLimitErrorEnum.SizeLimitError size_limit_error = 118;
      Returns:
      This builder for chaining.
    • hasOfflineUserDataJobError

      public boolean hasOfflineUserDataJobError()
       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Specified by:
      hasOfflineUserDataJobError in interface ErrorCodeOrBuilder
      Returns:
      Whether the offlineUserDataJobError field is set.
    • getOfflineUserDataJobErrorValue

      public int getOfflineUserDataJobErrorValue()
       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Specified by:
      getOfflineUserDataJobErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for offlineUserDataJobError.
    • setOfflineUserDataJobErrorValue

      public ErrorCode.Builder setOfflineUserDataJobErrorValue(int value)
       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Parameters:
      value - The enum numeric value on the wire for offlineUserDataJobError to set.
      Returns:
      This builder for chaining.
    • getOfflineUserDataJobError

      public OfflineUserDataJobErrorEnum.OfflineUserDataJobError getOfflineUserDataJobError()
       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Specified by:
      getOfflineUserDataJobError in interface ErrorCodeOrBuilder
      Returns:
      The offlineUserDataJobError.
    • setOfflineUserDataJobError

       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Parameters:
      value - The offlineUserDataJobError to set.
      Returns:
      This builder for chaining.
    • clearOfflineUserDataJobError

      public ErrorCode.Builder clearOfflineUserDataJobError()
       The reasons for the offline user data job error.
       
      .google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError offline_user_data_job_error = 119;
      Returns:
      This builder for chaining.
    • hasNotAllowlistedError

      public boolean hasNotAllowlistedError()
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Specified by:
      hasNotAllowlistedError in interface ErrorCodeOrBuilder
      Returns:
      Whether the notAllowlistedError field is set.
    • getNotAllowlistedErrorValue

      public int getNotAllowlistedErrorValue()
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Specified by:
      getNotAllowlistedErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for notAllowlistedError.
    • setNotAllowlistedErrorValue

      public ErrorCode.Builder setNotAllowlistedErrorValue(int value)
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Parameters:
      value - The enum numeric value on the wire for notAllowlistedError to set.
      Returns:
      This builder for chaining.
    • getNotAllowlistedError

      public NotAllowlistedErrorEnum.NotAllowlistedError getNotAllowlistedError()
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Specified by:
      getNotAllowlistedError in interface ErrorCodeOrBuilder
      Returns:
      The notAllowlistedError.
    • setNotAllowlistedError

      public ErrorCode.Builder setNotAllowlistedError(NotAllowlistedErrorEnum.NotAllowlistedError value)
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Parameters:
      value - The notAllowlistedError to set.
      Returns:
      This builder for chaining.
    • clearNotAllowlistedError

      public ErrorCode.Builder clearNotAllowlistedError()
       The reasons for the not allowlisted error
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 137;
      Returns:
      This builder for chaining.
    • hasManagerLinkError

      public boolean hasManagerLinkError()
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Specified by:
      hasManagerLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the managerLinkError field is set.
    • getManagerLinkErrorValue

      public int getManagerLinkErrorValue()
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Specified by:
      getManagerLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for managerLinkError.
    • setManagerLinkErrorValue

      public ErrorCode.Builder setManagerLinkErrorValue(int value)
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Parameters:
      value - The enum numeric value on the wire for managerLinkError to set.
      Returns:
      This builder for chaining.
    • getManagerLinkError

      public ManagerLinkErrorEnum.ManagerLinkError getManagerLinkError()
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Specified by:
      getManagerLinkError in interface ErrorCodeOrBuilder
      Returns:
      The managerLinkError.
    • setManagerLinkError

      public ErrorCode.Builder setManagerLinkError(ManagerLinkErrorEnum.ManagerLinkError value)
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Parameters:
      value - The managerLinkError to set.
      Returns:
      This builder for chaining.
    • clearManagerLinkError

      public ErrorCode.Builder clearManagerLinkError()
       The reasons for the manager link error
       
      .google.ads.googleads.v18.errors.ManagerLinkErrorEnum.ManagerLinkError manager_link_error = 121;
      Returns:
      This builder for chaining.
    • hasCurrencyCodeError

      public boolean hasCurrencyCodeError()
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Specified by:
      hasCurrencyCodeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the currencyCodeError field is set.
    • getCurrencyCodeErrorValue

      public int getCurrencyCodeErrorValue()
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Specified by:
      getCurrencyCodeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for currencyCodeError.
    • setCurrencyCodeErrorValue

      public ErrorCode.Builder setCurrencyCodeErrorValue(int value)
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Parameters:
      value - The enum numeric value on the wire for currencyCodeError to set.
      Returns:
      This builder for chaining.
    • getCurrencyCodeError

      public CurrencyCodeErrorEnum.CurrencyCodeError getCurrencyCodeError()
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Specified by:
      getCurrencyCodeError in interface ErrorCodeOrBuilder
      Returns:
      The currencyCodeError.
    • setCurrencyCodeError

      public ErrorCode.Builder setCurrencyCodeError(CurrencyCodeErrorEnum.CurrencyCodeError value)
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Parameters:
      value - The currencyCodeError to set.
      Returns:
      This builder for chaining.
    • clearCurrencyCodeError

      public ErrorCode.Builder clearCurrencyCodeError()
       The reasons for the currency code error
       
      .google.ads.googleads.v18.errors.CurrencyCodeErrorEnum.CurrencyCodeError currency_code_error = 122;
      Returns:
      This builder for chaining.
    • hasExperimentError

      public boolean hasExperimentError()
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Specified by:
      hasExperimentError in interface ErrorCodeOrBuilder
      Returns:
      Whether the experimentError field is set.
    • getExperimentErrorValue

      public int getExperimentErrorValue()
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Specified by:
      getExperimentErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for experimentError.
    • setExperimentErrorValue

      public ErrorCode.Builder setExperimentErrorValue(int value)
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Parameters:
      value - The enum numeric value on the wire for experimentError to set.
      Returns:
      This builder for chaining.
    • getExperimentError

      public ExperimentErrorEnum.ExperimentError getExperimentError()
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Specified by:
      getExperimentError in interface ErrorCodeOrBuilder
      Returns:
      The experimentError.
    • setExperimentError

      public ErrorCode.Builder setExperimentError(ExperimentErrorEnum.ExperimentError value)
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Parameters:
      value - The experimentError to set.
      Returns:
      This builder for chaining.
    • clearExperimentError

      public ErrorCode.Builder clearExperimentError()
       The reasons for the experiment error
       
      .google.ads.googleads.v18.errors.ExperimentErrorEnum.ExperimentError experiment_error = 123;
      Returns:
      This builder for chaining.
    • hasAccessInvitationError

      public boolean hasAccessInvitationError()
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Specified by:
      hasAccessInvitationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the accessInvitationError field is set.
    • getAccessInvitationErrorValue

      public int getAccessInvitationErrorValue()
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Specified by:
      getAccessInvitationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for accessInvitationError.
    • setAccessInvitationErrorValue

      public ErrorCode.Builder setAccessInvitationErrorValue(int value)
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Parameters:
      value - The enum numeric value on the wire for accessInvitationError to set.
      Returns:
      This builder for chaining.
    • getAccessInvitationError

      public AccessInvitationErrorEnum.AccessInvitationError getAccessInvitationError()
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Specified by:
      getAccessInvitationError in interface ErrorCodeOrBuilder
      Returns:
      The accessInvitationError.
    • setAccessInvitationError

      public ErrorCode.Builder setAccessInvitationError(AccessInvitationErrorEnum.AccessInvitationError value)
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Parameters:
      value - The accessInvitationError to set.
      Returns:
      This builder for chaining.
    • clearAccessInvitationError

      public ErrorCode.Builder clearAccessInvitationError()
       The reasons for the access invitation error
       
      .google.ads.googleads.v18.errors.AccessInvitationErrorEnum.AccessInvitationError access_invitation_error = 124;
      Returns:
      This builder for chaining.
    • hasReachPlanError

      public boolean hasReachPlanError()
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Specified by:
      hasReachPlanError in interface ErrorCodeOrBuilder
      Returns:
      Whether the reachPlanError field is set.
    • getReachPlanErrorValue

      public int getReachPlanErrorValue()
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Specified by:
      getReachPlanErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for reachPlanError.
    • setReachPlanErrorValue

      public ErrorCode.Builder setReachPlanErrorValue(int value)
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Parameters:
      value - The enum numeric value on the wire for reachPlanError to set.
      Returns:
      This builder for chaining.
    • getReachPlanError

      public ReachPlanErrorEnum.ReachPlanError getReachPlanError()
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Specified by:
      getReachPlanError in interface ErrorCodeOrBuilder
      Returns:
      The reachPlanError.
    • setReachPlanError

      public ErrorCode.Builder setReachPlanError(ReachPlanErrorEnum.ReachPlanError value)
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Parameters:
      value - The reachPlanError to set.
      Returns:
      This builder for chaining.
    • clearReachPlanError

      public ErrorCode.Builder clearReachPlanError()
       The reasons for the reach plan error
       
      .google.ads.googleads.v18.errors.ReachPlanErrorEnum.ReachPlanError reach_plan_error = 125;
      Returns:
      This builder for chaining.
    • hasInvoiceError

      public boolean hasInvoiceError()
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Specified by:
      hasInvoiceError in interface ErrorCodeOrBuilder
      Returns:
      Whether the invoiceError field is set.
    • getInvoiceErrorValue

      public int getInvoiceErrorValue()
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Specified by:
      getInvoiceErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for invoiceError.
    • setInvoiceErrorValue

      public ErrorCode.Builder setInvoiceErrorValue(int value)
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Parameters:
      value - The enum numeric value on the wire for invoiceError to set.
      Returns:
      This builder for chaining.
    • getInvoiceError

      public InvoiceErrorEnum.InvoiceError getInvoiceError()
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Specified by:
      getInvoiceError in interface ErrorCodeOrBuilder
      Returns:
      The invoiceError.
    • setInvoiceError

      public ErrorCode.Builder setInvoiceError(InvoiceErrorEnum.InvoiceError value)
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Parameters:
      value - The invoiceError to set.
      Returns:
      This builder for chaining.
    • clearInvoiceError

      public ErrorCode.Builder clearInvoiceError()
       The reasons for the invoice error
       
      .google.ads.googleads.v18.errors.InvoiceErrorEnum.InvoiceError invoice_error = 126;
      Returns:
      This builder for chaining.
    • hasPaymentsAccountError

      public boolean hasPaymentsAccountError()
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Specified by:
      hasPaymentsAccountError in interface ErrorCodeOrBuilder
      Returns:
      Whether the paymentsAccountError field is set.
    • getPaymentsAccountErrorValue

      public int getPaymentsAccountErrorValue()
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Specified by:
      getPaymentsAccountErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for paymentsAccountError.
    • setPaymentsAccountErrorValue

      public ErrorCode.Builder setPaymentsAccountErrorValue(int value)
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Parameters:
      value - The enum numeric value on the wire for paymentsAccountError to set.
      Returns:
      This builder for chaining.
    • getPaymentsAccountError

      public PaymentsAccountErrorEnum.PaymentsAccountError getPaymentsAccountError()
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Specified by:
      getPaymentsAccountError in interface ErrorCodeOrBuilder
      Returns:
      The paymentsAccountError.
    • setPaymentsAccountError

      public ErrorCode.Builder setPaymentsAccountError(PaymentsAccountErrorEnum.PaymentsAccountError value)
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Parameters:
      value - The paymentsAccountError to set.
      Returns:
      This builder for chaining.
    • clearPaymentsAccountError

      public ErrorCode.Builder clearPaymentsAccountError()
       The reasons for errors in payments accounts service
       
      .google.ads.googleads.v18.errors.PaymentsAccountErrorEnum.PaymentsAccountError payments_account_error = 127;
      Returns:
      This builder for chaining.
    • hasTimeZoneError

      public boolean hasTimeZoneError()
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Specified by:
      hasTimeZoneError in interface ErrorCodeOrBuilder
      Returns:
      Whether the timeZoneError field is set.
    • getTimeZoneErrorValue

      public int getTimeZoneErrorValue()
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Specified by:
      getTimeZoneErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for timeZoneError.
    • setTimeZoneErrorValue

      public ErrorCode.Builder setTimeZoneErrorValue(int value)
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Parameters:
      value - The enum numeric value on the wire for timeZoneError to set.
      Returns:
      This builder for chaining.
    • getTimeZoneError

      public TimeZoneErrorEnum.TimeZoneError getTimeZoneError()
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Specified by:
      getTimeZoneError in interface ErrorCodeOrBuilder
      Returns:
      The timeZoneError.
    • setTimeZoneError

      public ErrorCode.Builder setTimeZoneError(TimeZoneErrorEnum.TimeZoneError value)
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Parameters:
      value - The timeZoneError to set.
      Returns:
      This builder for chaining.
    • clearTimeZoneError

      public ErrorCode.Builder clearTimeZoneError()
       The reasons for the time zone error
       
      .google.ads.googleads.v18.errors.TimeZoneErrorEnum.TimeZoneError time_zone_error = 128;
      Returns:
      This builder for chaining.
    • hasAssetLinkError

      public boolean hasAssetLinkError()
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Specified by:
      hasAssetLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetLinkError field is set.
    • getAssetLinkErrorValue

      public int getAssetLinkErrorValue()
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Specified by:
      getAssetLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetLinkError.
    • setAssetLinkErrorValue

      public ErrorCode.Builder setAssetLinkErrorValue(int value)
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Parameters:
      value - The enum numeric value on the wire for assetLinkError to set.
      Returns:
      This builder for chaining.
    • getAssetLinkError

      public AssetLinkErrorEnum.AssetLinkError getAssetLinkError()
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Specified by:
      getAssetLinkError in interface ErrorCodeOrBuilder
      Returns:
      The assetLinkError.
    • setAssetLinkError

      public ErrorCode.Builder setAssetLinkError(AssetLinkErrorEnum.AssetLinkError value)
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Parameters:
      value - The assetLinkError to set.
      Returns:
      This builder for chaining.
    • clearAssetLinkError

      public ErrorCode.Builder clearAssetLinkError()
       The reasons for the asset link error
       
      .google.ads.googleads.v18.errors.AssetLinkErrorEnum.AssetLinkError asset_link_error = 129;
      Returns:
      This builder for chaining.
    • hasUserDataError

      public boolean hasUserDataError()
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Specified by:
      hasUserDataError in interface ErrorCodeOrBuilder
      Returns:
      Whether the userDataError field is set.
    • getUserDataErrorValue

      public int getUserDataErrorValue()
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Specified by:
      getUserDataErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for userDataError.
    • setUserDataErrorValue

      public ErrorCode.Builder setUserDataErrorValue(int value)
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Parameters:
      value - The enum numeric value on the wire for userDataError to set.
      Returns:
      This builder for chaining.
    • getUserDataError

      public UserDataErrorEnum.UserDataError getUserDataError()
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Specified by:
      getUserDataError in interface ErrorCodeOrBuilder
      Returns:
      The userDataError.
    • setUserDataError

      public ErrorCode.Builder setUserDataError(UserDataErrorEnum.UserDataError value)
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Parameters:
      value - The userDataError to set.
      Returns:
      This builder for chaining.
    • clearUserDataError

      public ErrorCode.Builder clearUserDataError()
       The reasons for the user data error.
       
      .google.ads.googleads.v18.errors.UserDataErrorEnum.UserDataError user_data_error = 130;
      Returns:
      This builder for chaining.
    • hasBatchJobError

      public boolean hasBatchJobError()
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Specified by:
      hasBatchJobError in interface ErrorCodeOrBuilder
      Returns:
      Whether the batchJobError field is set.
    • getBatchJobErrorValue

      public int getBatchJobErrorValue()
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Specified by:
      getBatchJobErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for batchJobError.
    • setBatchJobErrorValue

      public ErrorCode.Builder setBatchJobErrorValue(int value)
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Parameters:
      value - The enum numeric value on the wire for batchJobError to set.
      Returns:
      This builder for chaining.
    • getBatchJobError

      public BatchJobErrorEnum.BatchJobError getBatchJobError()
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Specified by:
      getBatchJobError in interface ErrorCodeOrBuilder
      Returns:
      The batchJobError.
    • setBatchJobError

      public ErrorCode.Builder setBatchJobError(BatchJobErrorEnum.BatchJobError value)
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Parameters:
      value - The batchJobError to set.
      Returns:
      This builder for chaining.
    • clearBatchJobError

      public ErrorCode.Builder clearBatchJobError()
       The reasons for the batch job error
       
      .google.ads.googleads.v18.errors.BatchJobErrorEnum.BatchJobError batch_job_error = 131;
      Returns:
      This builder for chaining.
    • hasAccountLinkError

      public boolean hasAccountLinkError()
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Specified by:
      hasAccountLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the accountLinkError field is set.
    • getAccountLinkErrorValue

      public int getAccountLinkErrorValue()
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Specified by:
      getAccountLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for accountLinkError.
    • setAccountLinkErrorValue

      public ErrorCode.Builder setAccountLinkErrorValue(int value)
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Parameters:
      value - The enum numeric value on the wire for accountLinkError to set.
      Returns:
      This builder for chaining.
    • getAccountLinkError

      public AccountLinkErrorEnum.AccountLinkError getAccountLinkError()
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Specified by:
      getAccountLinkError in interface ErrorCodeOrBuilder
      Returns:
      The accountLinkError.
    • setAccountLinkError

      public ErrorCode.Builder setAccountLinkError(AccountLinkErrorEnum.AccountLinkError value)
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Parameters:
      value - The accountLinkError to set.
      Returns:
      This builder for chaining.
    • clearAccountLinkError

      public ErrorCode.Builder clearAccountLinkError()
       The reasons for the account link status change error
       
      .google.ads.googleads.v18.errors.AccountLinkErrorEnum.AccountLinkError account_link_error = 134;
      Returns:
      This builder for chaining.
    • hasThirdPartyAppAnalyticsLinkError

      public boolean hasThirdPartyAppAnalyticsLinkError()
       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Specified by:
      hasThirdPartyAppAnalyticsLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the thirdPartyAppAnalyticsLinkError field is set.
    • getThirdPartyAppAnalyticsLinkErrorValue

      public int getThirdPartyAppAnalyticsLinkErrorValue()
       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Specified by:
      getThirdPartyAppAnalyticsLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError.
    • setThirdPartyAppAnalyticsLinkErrorValue

      public ErrorCode.Builder setThirdPartyAppAnalyticsLinkErrorValue(int value)
       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Parameters:
      value - The enum numeric value on the wire for thirdPartyAppAnalyticsLinkError to set.
      Returns:
      This builder for chaining.
    • getThirdPartyAppAnalyticsLinkError

      public ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError getThirdPartyAppAnalyticsLinkError()
       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Specified by:
      getThirdPartyAppAnalyticsLinkError in interface ErrorCodeOrBuilder
      Returns:
      The thirdPartyAppAnalyticsLinkError.
    • setThirdPartyAppAnalyticsLinkError

       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Parameters:
      value - The thirdPartyAppAnalyticsLinkError to set.
      Returns:
      This builder for chaining.
    • clearThirdPartyAppAnalyticsLinkError

      public ErrorCode.Builder clearThirdPartyAppAnalyticsLinkError()
       The reasons for the third party app analytics link mutate error
       
      .google.ads.googleads.v18.errors.ThirdPartyAppAnalyticsLinkErrorEnum.ThirdPartyAppAnalyticsLinkError third_party_app_analytics_link_error = 135;
      Returns:
      This builder for chaining.
    • hasCustomerUserAccessError

      public boolean hasCustomerUserAccessError()
       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Specified by:
      hasCustomerUserAccessError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerUserAccessError field is set.
    • getCustomerUserAccessErrorValue

      public int getCustomerUserAccessErrorValue()
       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Specified by:
      getCustomerUserAccessErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerUserAccessError.
    • setCustomerUserAccessErrorValue

      public ErrorCode.Builder setCustomerUserAccessErrorValue(int value)
       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Parameters:
      value - The enum numeric value on the wire for customerUserAccessError to set.
      Returns:
      This builder for chaining.
    • getCustomerUserAccessError

      public CustomerUserAccessErrorEnum.CustomerUserAccessError getCustomerUserAccessError()
       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Specified by:
      getCustomerUserAccessError in interface ErrorCodeOrBuilder
      Returns:
      The customerUserAccessError.
    • setCustomerUserAccessError

       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Parameters:
      value - The customerUserAccessError to set.
      Returns:
      This builder for chaining.
    • clearCustomerUserAccessError

      public ErrorCode.Builder clearCustomerUserAccessError()
       The reasons for the customer user access mutate error
       
      .google.ads.googleads.v18.errors.CustomerUserAccessErrorEnum.CustomerUserAccessError customer_user_access_error = 138;
      Returns:
      This builder for chaining.
    • hasCustomAudienceError

      public boolean hasCustomAudienceError()
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Specified by:
      hasCustomAudienceError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customAudienceError field is set.
    • getCustomAudienceErrorValue

      public int getCustomAudienceErrorValue()
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Specified by:
      getCustomAudienceErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customAudienceError.
    • setCustomAudienceErrorValue

      public ErrorCode.Builder setCustomAudienceErrorValue(int value)
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Parameters:
      value - The enum numeric value on the wire for customAudienceError to set.
      Returns:
      This builder for chaining.
    • getCustomAudienceError

      public CustomAudienceErrorEnum.CustomAudienceError getCustomAudienceError()
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Specified by:
      getCustomAudienceError in interface ErrorCodeOrBuilder
      Returns:
      The customAudienceError.
    • setCustomAudienceError

      public ErrorCode.Builder setCustomAudienceError(CustomAudienceErrorEnum.CustomAudienceError value)
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Parameters:
      value - The customAudienceError to set.
      Returns:
      This builder for chaining.
    • clearCustomAudienceError

      public ErrorCode.Builder clearCustomAudienceError()
       The reasons for the custom audience error
       
      .google.ads.googleads.v18.errors.CustomAudienceErrorEnum.CustomAudienceError custom_audience_error = 139;
      Returns:
      This builder for chaining.
    • hasAudienceError

      public boolean hasAudienceError()
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Specified by:
      hasAudienceError in interface ErrorCodeOrBuilder
      Returns:
      Whether the audienceError field is set.
    • getAudienceErrorValue

      public int getAudienceErrorValue()
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Specified by:
      getAudienceErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for audienceError.
    • setAudienceErrorValue

      public ErrorCode.Builder setAudienceErrorValue(int value)
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Parameters:
      value - The enum numeric value on the wire for audienceError to set.
      Returns:
      This builder for chaining.
    • getAudienceError

      public AudienceErrorEnum.AudienceError getAudienceError()
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Specified by:
      getAudienceError in interface ErrorCodeOrBuilder
      Returns:
      The audienceError.
    • setAudienceError

      public ErrorCode.Builder setAudienceError(AudienceErrorEnum.AudienceError value)
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Parameters:
      value - The audienceError to set.
      Returns:
      This builder for chaining.
    • clearAudienceError

      public ErrorCode.Builder clearAudienceError()
       The reasons for the audience error
       
      .google.ads.googleads.v18.errors.AudienceErrorEnum.AudienceError audience_error = 164;
      Returns:
      This builder for chaining.
    • hasSearchTermInsightError

      public boolean hasSearchTermInsightError()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Specified by:
      hasSearchTermInsightError in interface ErrorCodeOrBuilder
      Returns:
      Whether the searchTermInsightError field is set.
    • getSearchTermInsightErrorValue

      public int getSearchTermInsightErrorValue()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Specified by:
      getSearchTermInsightErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for searchTermInsightError.
    • setSearchTermInsightErrorValue

      public ErrorCode.Builder setSearchTermInsightErrorValue(int value)
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Parameters:
      value - The enum numeric value on the wire for searchTermInsightError to set.
      Returns:
      This builder for chaining.
    • getSearchTermInsightError

      public SearchTermInsightErrorEnum.SearchTermInsightError getSearchTermInsightError()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Specified by:
      getSearchTermInsightError in interface ErrorCodeOrBuilder
      Returns:
      The searchTermInsightError.
    • setSearchTermInsightError

      public ErrorCode.Builder setSearchTermInsightError(SearchTermInsightErrorEnum.SearchTermInsightError value)
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Parameters:
      value - The searchTermInsightError to set.
      Returns:
      This builder for chaining.
    • clearSearchTermInsightError

      public ErrorCode.Builder clearSearchTermInsightError()
       The reasons for the Search term insight error
       
      .google.ads.googleads.v18.errors.SearchTermInsightErrorEnum.SearchTermInsightError search_term_insight_error = 174;
      Returns:
      This builder for chaining.
    • hasSmartCampaignError

      public boolean hasSmartCampaignError()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Specified by:
      hasSmartCampaignError in interface ErrorCodeOrBuilder
      Returns:
      Whether the smartCampaignError field is set.
    • getSmartCampaignErrorValue

      public int getSmartCampaignErrorValue()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Specified by:
      getSmartCampaignErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for smartCampaignError.
    • setSmartCampaignErrorValue

      public ErrorCode.Builder setSmartCampaignErrorValue(int value)
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Parameters:
      value - The enum numeric value on the wire for smartCampaignError to set.
      Returns:
      This builder for chaining.
    • getSmartCampaignError

      public SmartCampaignErrorEnum.SmartCampaignError getSmartCampaignError()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Specified by:
      getSmartCampaignError in interface ErrorCodeOrBuilder
      Returns:
      The smartCampaignError.
    • setSmartCampaignError

      public ErrorCode.Builder setSmartCampaignError(SmartCampaignErrorEnum.SmartCampaignError value)
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Parameters:
      value - The smartCampaignError to set.
      Returns:
      This builder for chaining.
    • clearSmartCampaignError

      public ErrorCode.Builder clearSmartCampaignError()
       The reasons for the Smart campaign error
       
      .google.ads.googleads.v18.errors.SmartCampaignErrorEnum.SmartCampaignError smart_campaign_error = 147;
      Returns:
      This builder for chaining.
    • hasExperimentArmError

      public boolean hasExperimentArmError()
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Specified by:
      hasExperimentArmError in interface ErrorCodeOrBuilder
      Returns:
      Whether the experimentArmError field is set.
    • getExperimentArmErrorValue

      public int getExperimentArmErrorValue()
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Specified by:
      getExperimentArmErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for experimentArmError.
    • setExperimentArmErrorValue

      public ErrorCode.Builder setExperimentArmErrorValue(int value)
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Parameters:
      value - The enum numeric value on the wire for experimentArmError to set.
      Returns:
      This builder for chaining.
    • getExperimentArmError

      public ExperimentArmErrorEnum.ExperimentArmError getExperimentArmError()
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Specified by:
      getExperimentArmError in interface ErrorCodeOrBuilder
      Returns:
      The experimentArmError.
    • setExperimentArmError

      public ErrorCode.Builder setExperimentArmError(ExperimentArmErrorEnum.ExperimentArmError value)
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Parameters:
      value - The experimentArmError to set.
      Returns:
      This builder for chaining.
    • clearExperimentArmError

      public ErrorCode.Builder clearExperimentArmError()
       The reasons for the experiment arm error
       
      .google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError experiment_arm_error = 156;
      Returns:
      This builder for chaining.
    • hasAudienceInsightsError

      public boolean hasAudienceInsightsError()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Specified by:
      hasAudienceInsightsError in interface ErrorCodeOrBuilder
      Returns:
      Whether the audienceInsightsError field is set.
    • getAudienceInsightsErrorValue

      public int getAudienceInsightsErrorValue()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Specified by:
      getAudienceInsightsErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for audienceInsightsError.
    • setAudienceInsightsErrorValue

      public ErrorCode.Builder setAudienceInsightsErrorValue(int value)
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Parameters:
      value - The enum numeric value on the wire for audienceInsightsError to set.
      Returns:
      This builder for chaining.
    • getAudienceInsightsError

      public AudienceInsightsErrorEnum.AudienceInsightsError getAudienceInsightsError()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Specified by:
      getAudienceInsightsError in interface ErrorCodeOrBuilder
      Returns:
      The audienceInsightsError.
    • setAudienceInsightsError

      public ErrorCode.Builder setAudienceInsightsError(AudienceInsightsErrorEnum.AudienceInsightsError value)
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Parameters:
      value - The audienceInsightsError to set.
      Returns:
      This builder for chaining.
    • clearAudienceInsightsError

      public ErrorCode.Builder clearAudienceInsightsError()
       The reasons for the Audience Insights error
       
      .google.ads.googleads.v18.errors.AudienceInsightsErrorEnum.AudienceInsightsError audience_insights_error = 167;
      Returns:
      This builder for chaining.
    • hasProductLinkError

      public boolean hasProductLinkError()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Specified by:
      hasProductLinkError in interface ErrorCodeOrBuilder
      Returns:
      Whether the productLinkError field is set.
    • getProductLinkErrorValue

      public int getProductLinkErrorValue()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Specified by:
      getProductLinkErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for productLinkError.
    • setProductLinkErrorValue

      public ErrorCode.Builder setProductLinkErrorValue(int value)
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Parameters:
      value - The enum numeric value on the wire for productLinkError to set.
      Returns:
      This builder for chaining.
    • getProductLinkError

      public ProductLinkErrorEnum.ProductLinkError getProductLinkError()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Specified by:
      getProductLinkError in interface ErrorCodeOrBuilder
      Returns:
      The productLinkError.
    • setProductLinkError

      public ErrorCode.Builder setProductLinkError(ProductLinkErrorEnum.ProductLinkError value)
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Parameters:
      value - The productLinkError to set.
      Returns:
      This builder for chaining.
    • clearProductLinkError

      public ErrorCode.Builder clearProductLinkError()
       The reasons for the product link error
       
      .google.ads.googleads.v18.errors.ProductLinkErrorEnum.ProductLinkError product_link_error = 169;
      Returns:
      This builder for chaining.
    • hasCustomerSkAdNetworkConversionValueSchemaError

      public boolean hasCustomerSkAdNetworkConversionValueSchemaError()
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Specified by:
      hasCustomerSkAdNetworkConversionValueSchemaError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerSkAdNetworkConversionValueSchemaError field is set.
    • getCustomerSkAdNetworkConversionValueSchemaErrorValue

      public int getCustomerSkAdNetworkConversionValueSchemaErrorValue()
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Specified by:
      getCustomerSkAdNetworkConversionValueSchemaErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerSkAdNetworkConversionValueSchemaError.
    • setCustomerSkAdNetworkConversionValueSchemaErrorValue

      public ErrorCode.Builder setCustomerSkAdNetworkConversionValueSchemaErrorValue(int value)
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Parameters:
      value - The enum numeric value on the wire for customerSkAdNetworkConversionValueSchemaError to set.
      Returns:
      This builder for chaining.
    • getCustomerSkAdNetworkConversionValueSchemaError

       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Specified by:
      getCustomerSkAdNetworkConversionValueSchemaError in interface ErrorCodeOrBuilder
      Returns:
      The customerSkAdNetworkConversionValueSchemaError.
    • setCustomerSkAdNetworkConversionValueSchemaError

       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Parameters:
      value - The customerSkAdNetworkConversionValueSchemaError to set.
      Returns:
      This builder for chaining.
    • clearCustomerSkAdNetworkConversionValueSchemaError

      public ErrorCode.Builder clearCustomerSkAdNetworkConversionValueSchemaError()
       The reasons for the customer SK Ad network conversion value schema error
       
      .google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError customer_sk_ad_network_conversion_value_schema_error = 170;
      Returns:
      This builder for chaining.
    • hasCurrencyError

      public boolean hasCurrencyError()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Specified by:
      hasCurrencyError in interface ErrorCodeOrBuilder
      Returns:
      Whether the currencyError field is set.
    • getCurrencyErrorValue

      public int getCurrencyErrorValue()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Specified by:
      getCurrencyErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for currencyError.
    • setCurrencyErrorValue

      public ErrorCode.Builder setCurrencyErrorValue(int value)
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Parameters:
      value - The enum numeric value on the wire for currencyError to set.
      Returns:
      This builder for chaining.
    • getCurrencyError

      public CurrencyErrorEnum.CurrencyError getCurrencyError()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Specified by:
      getCurrencyError in interface ErrorCodeOrBuilder
      Returns:
      The currencyError.
    • setCurrencyError

      public ErrorCode.Builder setCurrencyError(CurrencyErrorEnum.CurrencyError value)
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Parameters:
      value - The currencyError to set.
      Returns:
      This builder for chaining.
    • clearCurrencyError

      public ErrorCode.Builder clearCurrencyError()
       The reasons for the currency errors.
       
      .google.ads.googleads.v18.errors.CurrencyErrorEnum.CurrencyError currency_error = 171;
      Returns:
      This builder for chaining.
    • hasAssetGroupSignalError

      public boolean hasAssetGroupSignalError()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Specified by:
      hasAssetGroupSignalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the assetGroupSignalError field is set.
    • getAssetGroupSignalErrorValue

      public int getAssetGroupSignalErrorValue()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Specified by:
      getAssetGroupSignalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for assetGroupSignalError.
    • setAssetGroupSignalErrorValue

      public ErrorCode.Builder setAssetGroupSignalErrorValue(int value)
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Parameters:
      value - The enum numeric value on the wire for assetGroupSignalError to set.
      Returns:
      This builder for chaining.
    • getAssetGroupSignalError

      public AssetGroupSignalErrorEnum.AssetGroupSignalError getAssetGroupSignalError()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Specified by:
      getAssetGroupSignalError in interface ErrorCodeOrBuilder
      Returns:
      The assetGroupSignalError.
    • setAssetGroupSignalError

      public ErrorCode.Builder setAssetGroupSignalError(AssetGroupSignalErrorEnum.AssetGroupSignalError value)
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Parameters:
      value - The assetGroupSignalError to set.
      Returns:
      This builder for chaining.
    • clearAssetGroupSignalError

      public ErrorCode.Builder clearAssetGroupSignalError()
       The reasons for the asset group hint error
       
      .google.ads.googleads.v18.errors.AssetGroupSignalErrorEnum.AssetGroupSignalError asset_group_signal_error = 176;
      Returns:
      This builder for chaining.
    • hasProductLinkInvitationError

      public boolean hasProductLinkInvitationError()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Specified by:
      hasProductLinkInvitationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the productLinkInvitationError field is set.
    • getProductLinkInvitationErrorValue

      public int getProductLinkInvitationErrorValue()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Specified by:
      getProductLinkInvitationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for productLinkInvitationError.
    • setProductLinkInvitationErrorValue

      public ErrorCode.Builder setProductLinkInvitationErrorValue(int value)
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Parameters:
      value - The enum numeric value on the wire for productLinkInvitationError to set.
      Returns:
      This builder for chaining.
    • getProductLinkInvitationError

      public ProductLinkInvitationErrorEnum.ProductLinkInvitationError getProductLinkInvitationError()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Specified by:
      getProductLinkInvitationError in interface ErrorCodeOrBuilder
      Returns:
      The productLinkInvitationError.
    • setProductLinkInvitationError

       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Parameters:
      value - The productLinkInvitationError to set.
      Returns:
      This builder for chaining.
    • clearProductLinkInvitationError

      public ErrorCode.Builder clearProductLinkInvitationError()
       The reasons for the product link invitation error
       
      .google.ads.googleads.v18.errors.ProductLinkInvitationErrorEnum.ProductLinkInvitationError product_link_invitation_error = 177;
      Returns:
      This builder for chaining.
    • hasCustomerLifecycleGoalError

      public boolean hasCustomerLifecycleGoalError()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Specified by:
      hasCustomerLifecycleGoalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the customerLifecycleGoalError field is set.
    • getCustomerLifecycleGoalErrorValue

      public int getCustomerLifecycleGoalErrorValue()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Specified by:
      getCustomerLifecycleGoalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for customerLifecycleGoalError.
    • setCustomerLifecycleGoalErrorValue

      public ErrorCode.Builder setCustomerLifecycleGoalErrorValue(int value)
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Parameters:
      value - The enum numeric value on the wire for customerLifecycleGoalError to set.
      Returns:
      This builder for chaining.
    • getCustomerLifecycleGoalError

      public CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError getCustomerLifecycleGoalError()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Specified by:
      getCustomerLifecycleGoalError in interface ErrorCodeOrBuilder
      Returns:
      The customerLifecycleGoalError.
    • setCustomerLifecycleGoalError

       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Parameters:
      value - The customerLifecycleGoalError to set.
      Returns:
      This builder for chaining.
    • clearCustomerLifecycleGoalError

      public ErrorCode.Builder clearCustomerLifecycleGoalError()
       The reasons for the customer lifecycle goal error
       
      .google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError customer_lifecycle_goal_error = 178;
      Returns:
      This builder for chaining.
    • hasCampaignLifecycleGoalError

      public boolean hasCampaignLifecycleGoalError()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Specified by:
      hasCampaignLifecycleGoalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the campaignLifecycleGoalError field is set.
    • getCampaignLifecycleGoalErrorValue

      public int getCampaignLifecycleGoalErrorValue()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Specified by:
      getCampaignLifecycleGoalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for campaignLifecycleGoalError.
    • setCampaignLifecycleGoalErrorValue

      public ErrorCode.Builder setCampaignLifecycleGoalErrorValue(int value)
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Parameters:
      value - The enum numeric value on the wire for campaignLifecycleGoalError to set.
      Returns:
      This builder for chaining.
    • getCampaignLifecycleGoalError

      public CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError getCampaignLifecycleGoalError()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Specified by:
      getCampaignLifecycleGoalError in interface ErrorCodeOrBuilder
      Returns:
      The campaignLifecycleGoalError.
    • setCampaignLifecycleGoalError

       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Parameters:
      value - The campaignLifecycleGoalError to set.
      Returns:
      This builder for chaining.
    • clearCampaignLifecycleGoalError

      public ErrorCode.Builder clearCampaignLifecycleGoalError()
       The reasons for the campaign lifecycle goal error
       
      .google.ads.googleads.v18.errors.CampaignLifecycleGoalErrorEnum.CampaignLifecycleGoalError campaign_lifecycle_goal_error = 179;
      Returns:
      This builder for chaining.
    • hasIdentityVerificationError

      public boolean hasIdentityVerificationError()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Specified by:
      hasIdentityVerificationError in interface ErrorCodeOrBuilder
      Returns:
      Whether the identityVerificationError field is set.
    • getIdentityVerificationErrorValue

      public int getIdentityVerificationErrorValue()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Specified by:
      getIdentityVerificationErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for identityVerificationError.
    • setIdentityVerificationErrorValue

      public ErrorCode.Builder setIdentityVerificationErrorValue(int value)
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Parameters:
      value - The enum numeric value on the wire for identityVerificationError to set.
      Returns:
      This builder for chaining.
    • getIdentityVerificationError

      public IdentityVerificationErrorEnum.IdentityVerificationError getIdentityVerificationError()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Specified by:
      getIdentityVerificationError in interface ErrorCodeOrBuilder
      Returns:
      The identityVerificationError.
    • setIdentityVerificationError

       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Parameters:
      value - The identityVerificationError to set.
      Returns:
      This builder for chaining.
    • clearIdentityVerificationError

      public ErrorCode.Builder clearIdentityVerificationError()
       The reasons for an identity verification error.
       
      .google.ads.googleads.v18.errors.IdentityVerificationErrorEnum.IdentityVerificationError identity_verification_error = 181;
      Returns:
      This builder for chaining.
    • hasUserListCustomerTypeError

      public boolean hasUserListCustomerTypeError()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Specified by:
      hasUserListCustomerTypeError in interface ErrorCodeOrBuilder
      Returns:
      Whether the userListCustomerTypeError field is set.
    • getUserListCustomerTypeErrorValue

      public int getUserListCustomerTypeErrorValue()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Specified by:
      getUserListCustomerTypeErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for userListCustomerTypeError.
    • setUserListCustomerTypeErrorValue

      public ErrorCode.Builder setUserListCustomerTypeErrorValue(int value)
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Parameters:
      value - The enum numeric value on the wire for userListCustomerTypeError to set.
      Returns:
      This builder for chaining.
    • getUserListCustomerTypeError

      public UserListCustomerTypeErrorEnum.UserListCustomerTypeError getUserListCustomerTypeError()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Specified by:
      getUserListCustomerTypeError in interface ErrorCodeOrBuilder
      Returns:
      The userListCustomerTypeError.
    • setUserListCustomerTypeError

       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Parameters:
      value - The userListCustomerTypeError to set.
      Returns:
      This builder for chaining.
    • clearUserListCustomerTypeError

      public ErrorCode.Builder clearUserListCustomerTypeError()
       The reasons for a user list customer type error.
       
      .google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError user_list_customer_type_error = 183;
      Returns:
      This builder for chaining.
    • hasShoppingProductError

      public boolean hasShoppingProductError()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Specified by:
      hasShoppingProductError in interface ErrorCodeOrBuilder
      Returns:
      Whether the shoppingProductError field is set.
    • getShoppingProductErrorValue

      public int getShoppingProductErrorValue()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Specified by:
      getShoppingProductErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for shoppingProductError.
    • setShoppingProductErrorValue

      public ErrorCode.Builder setShoppingProductErrorValue(int value)
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Parameters:
      value - The enum numeric value on the wire for shoppingProductError to set.
      Returns:
      This builder for chaining.
    • getShoppingProductError

      public ShoppingProductErrorEnum.ShoppingProductError getShoppingProductError()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Specified by:
      getShoppingProductError in interface ErrorCodeOrBuilder
      Returns:
      The shoppingProductError.
    • setShoppingProductError

      public ErrorCode.Builder setShoppingProductError(ShoppingProductErrorEnum.ShoppingProductError value)
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Parameters:
      value - The shoppingProductError to set.
      Returns:
      This builder for chaining.
    • clearShoppingProductError

      public ErrorCode.Builder clearShoppingProductError()
       The reasons for error in querying shopping product.
       
      .google.ads.googleads.v18.errors.ShoppingProductErrorEnum.ShoppingProductError shopping_product_error = 184;
      Returns:
      This builder for chaining.
    • hasAutomaticallyCreatedAssetRemovalError

      public boolean hasAutomaticallyCreatedAssetRemovalError()
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Specified by:
      hasAutomaticallyCreatedAssetRemovalError in interface ErrorCodeOrBuilder
      Returns:
      Whether the automaticallyCreatedAssetRemovalError field is set.
    • getAutomaticallyCreatedAssetRemovalErrorValue

      public int getAutomaticallyCreatedAssetRemovalErrorValue()
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Specified by:
      getAutomaticallyCreatedAssetRemovalErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for automaticallyCreatedAssetRemovalError.
    • setAutomaticallyCreatedAssetRemovalErrorValue

      public ErrorCode.Builder setAutomaticallyCreatedAssetRemovalErrorValue(int value)
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Parameters:
      value - The enum numeric value on the wire for automaticallyCreatedAssetRemovalError to set.
      Returns:
      This builder for chaining.
    • getAutomaticallyCreatedAssetRemovalError

       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Specified by:
      getAutomaticallyCreatedAssetRemovalError in interface ErrorCodeOrBuilder
      Returns:
      The automaticallyCreatedAssetRemovalError.
    • setAutomaticallyCreatedAssetRemovalError

       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Parameters:
      value - The automaticallyCreatedAssetRemovalError to set.
      Returns:
      This builder for chaining.
    • clearAutomaticallyCreatedAssetRemovalError

      public ErrorCode.Builder clearAutomaticallyCreatedAssetRemovalError()
       The reasons for error in automatically created asset removal action.
       
      .google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError automatically_created_asset_removal_error = 185;
      Returns:
      This builder for chaining.
    • hasShareablePreviewError

      public boolean hasShareablePreviewError()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Specified by:
      hasShareablePreviewError in interface ErrorCodeOrBuilder
      Returns:
      Whether the shareablePreviewError field is set.
    • getShareablePreviewErrorValue

      public int getShareablePreviewErrorValue()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Specified by:
      getShareablePreviewErrorValue in interface ErrorCodeOrBuilder
      Returns:
      The enum numeric value on the wire for shareablePreviewError.
    • setShareablePreviewErrorValue

      public ErrorCode.Builder setShareablePreviewErrorValue(int value)
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Parameters:
      value - The enum numeric value on the wire for shareablePreviewError to set.
      Returns:
      This builder for chaining.
    • getShareablePreviewError

      public ShareablePreviewErrorEnum.ShareablePreviewError getShareablePreviewError()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Specified by:
      getShareablePreviewError in interface ErrorCodeOrBuilder
      Returns:
      The shareablePreviewError.
    • setShareablePreviewError

      public ErrorCode.Builder setShareablePreviewError(ShareablePreviewErrorEnum.ShareablePreviewError value)
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Parameters:
      value - The shareablePreviewError to set.
      Returns:
      This builder for chaining.
    • clearShareablePreviewError

      public ErrorCode.Builder clearShareablePreviewError()
       The reasons for the shareable preview error.
       
      .google.ads.googleads.v18.errors.ShareablePreviewErrorEnum.ShareablePreviewError shareable_preview_error = 186;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ErrorCode.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>
    • mergeUnknownFields

      public final ErrorCode.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorCode.Builder>