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

com.google.ads.googleads.v17.errors.GoogleAdsFailureOrBuilder 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 GoogleAdsFailureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.GoogleAdsFailure)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of errors that occurred.
   * 
* * repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1; */ java.util.List getErrorsList(); /** *
   * The list of errors that occurred.
   * 
* * repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1; */ com.google.ads.googleads.v17.errors.GoogleAdsError getErrors(int index); /** *
   * The list of errors that occurred.
   * 
* * repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1; */ int getErrorsCount(); /** *
   * The list of errors that occurred.
   * 
* * repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1; */ java.util.List getErrorsOrBuilderList(); /** *
   * The list of errors that occurred.
   * 
* * repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1; */ com.google.ads.googleads.v17.errors.GoogleAdsErrorOrBuilder getErrorsOrBuilder( int index); /** *
   * The unique ID of the request that is used for debugging purposes.
   * 
* * string request_id = 2; * @return The requestId. */ java.lang.String getRequestId(); /** *
   * The unique ID of the request that is used for debugging purposes.
   * 
* * string request_id = 2; * @return The bytes for requestId. */ com.google.protobuf.ByteString getRequestIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy