Interface ErrorLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ErrorLocation, ErrorLocation.Builder

    public interface ErrorLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFieldPathElementsList

        java.util.List<ErrorLocation.FieldPathElement> getFieldPathElementsList()
         A field path that indicates which field was invalid in the request.
         
        repeated .google.ads.googleads.v14.errors.ErrorLocation.FieldPathElement field_path_elements = 2;
      • getFieldPathElements

        ErrorLocation.FieldPathElement getFieldPathElements​(int index)
         A field path that indicates which field was invalid in the request.
         
        repeated .google.ads.googleads.v14.errors.ErrorLocation.FieldPathElement field_path_elements = 2;
      • getFieldPathElementsCount

        int getFieldPathElementsCount()
         A field path that indicates which field was invalid in the request.
         
        repeated .google.ads.googleads.v14.errors.ErrorLocation.FieldPathElement field_path_elements = 2;
      • getFieldPathElementsOrBuilderList

        java.util.List<? extends ErrorLocation.FieldPathElementOrBuilder> getFieldPathElementsOrBuilderList()
         A field path that indicates which field was invalid in the request.
         
        repeated .google.ads.googleads.v14.errors.ErrorLocation.FieldPathElement field_path_elements = 2;
      • getFieldPathElementsOrBuilder

        ErrorLocation.FieldPathElementOrBuilder getFieldPathElementsOrBuilder​(int index)
         A field path that indicates which field was invalid in the request.
         
        repeated .google.ads.googleads.v14.errors.ErrorLocation.FieldPathElement field_path_elements = 2;