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

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

  /**
   * 
   * A field path that indicates which field was invalid in the request.
   * 
* * repeated .google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement field_path_elements = 2; */ java.util.List getFieldPathElementsList(); /** *
   * A field path that indicates which field was invalid in the request.
   * 
* * repeated .google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement field_path_elements = 2; */ com.google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement getFieldPathElements(int index); /** *
   * A field path that indicates which field was invalid in the request.
   * 
* * repeated .google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement field_path_elements = 2; */ int getFieldPathElementsCount(); /** *
   * A field path that indicates which field was invalid in the request.
   * 
* * repeated .google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement field_path_elements = 2; */ java.util.List getFieldPathElementsOrBuilderList(); /** *
   * A field path that indicates which field was invalid in the request.
   * 
* * repeated .google.ads.googleads.v17.errors.ErrorLocation.FieldPathElement field_path_elements = 2; */ com.google.ads.googleads.v17.errors.ErrorLocation.FieldPathElementOrBuilder getFieldPathElementsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy