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

com.google.ads.googleads.v17.errors.GoogleAdsErrorOrBuilder Maven / Gradle / Ivy

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

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

public interface GoogleAdsErrorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.GoogleAdsError)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An enum value that indicates which error occurred.
   * 
* * .google.ads.googleads.v17.errors.ErrorCode error_code = 1; * @return Whether the errorCode field is set. */ boolean hasErrorCode(); /** *
   * An enum value that indicates which error occurred.
   * 
* * .google.ads.googleads.v17.errors.ErrorCode error_code = 1; * @return The errorCode. */ com.google.ads.googleads.v17.errors.ErrorCode getErrorCode(); /** *
   * An enum value that indicates which error occurred.
   * 
* * .google.ads.googleads.v17.errors.ErrorCode error_code = 1; */ com.google.ads.googleads.v17.errors.ErrorCodeOrBuilder getErrorCodeOrBuilder(); /** *
   * A human-readable description of the error.
   * 
* * string message = 2; * @return The message. */ java.lang.String getMessage(); /** *
   * A human-readable description of the error.
   * 
* * string message = 2; * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); /** *
   * The value that triggered the error.
   * 
* * .google.ads.googleads.v17.common.Value trigger = 3; * @return Whether the trigger field is set. */ boolean hasTrigger(); /** *
   * The value that triggered the error.
   * 
* * .google.ads.googleads.v17.common.Value trigger = 3; * @return The trigger. */ com.google.ads.googleads.v17.common.Value getTrigger(); /** *
   * The value that triggered the error.
   * 
* * .google.ads.googleads.v17.common.Value trigger = 3; */ com.google.ads.googleads.v17.common.ValueOrBuilder getTriggerOrBuilder(); /** *
   * Describes the part of the request proto that caused the error.
   * 
* * .google.ads.googleads.v17.errors.ErrorLocation location = 4; * @return Whether the location field is set. */ boolean hasLocation(); /** *
   * Describes the part of the request proto that caused the error.
   * 
* * .google.ads.googleads.v17.errors.ErrorLocation location = 4; * @return The location. */ com.google.ads.googleads.v17.errors.ErrorLocation getLocation(); /** *
   * Describes the part of the request proto that caused the error.
   * 
* * .google.ads.googleads.v17.errors.ErrorLocation location = 4; */ com.google.ads.googleads.v17.errors.ErrorLocationOrBuilder getLocationOrBuilder(); /** *
   * Additional error details, which are returned by certain error codes. Most
   * error codes do not include details.
   * 
* * .google.ads.googleads.v17.errors.ErrorDetails details = 5; * @return Whether the details field is set. */ boolean hasDetails(); /** *
   * Additional error details, which are returned by certain error codes. Most
   * error codes do not include details.
   * 
* * .google.ads.googleads.v17.errors.ErrorDetails details = 5; * @return The details. */ com.google.ads.googleads.v17.errors.ErrorDetails getDetails(); /** *
   * Additional error details, which are returned by certain error codes. Most
   * error codes do not include details.
   * 
* * .google.ads.googleads.v17.errors.ErrorDetails details = 5; */ com.google.ads.googleads.v17.errors.ErrorDetailsOrBuilder getDetailsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy