com.google.ads.googleads.v17.errors.ErrorLocationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.errors.ErrorLocation.FieldPathElementOrBuilder>
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