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 Summary
Modifier and TypeMethodDescriptiongetFieldPathElements(int index) A field path that indicates which field was invalid in the request.intA field path that indicates which field was invalid in the request.A field path that indicates which field was invalid in the request.getFieldPathElementsOrBuilder(int index) A field path that indicates which field was invalid in the request.List<? extends ErrorLocation.FieldPathElementOrBuilder>A field path that indicates which field was invalid in the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldPathElementsList
List<ErrorLocation.FieldPathElement> getFieldPathElementsList()A field path that indicates which field was invalid in the request.
repeated .google.ads.googleads.v18.errors.ErrorLocation.FieldPathElement field_path_elements = 2; -
getFieldPathElements
A field path that indicates which field was invalid in the request.
repeated .google.ads.googleads.v18.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.v18.errors.ErrorLocation.FieldPathElement field_path_elements = 2; -
getFieldPathElementsOrBuilderList
List<? extends ErrorLocation.FieldPathElementOrBuilder> getFieldPathElementsOrBuilderList()A field path that indicates which field was invalid in the request.
repeated .google.ads.googleads.v18.errors.ErrorLocation.FieldPathElement field_path_elements = 2; -
getFieldPathElementsOrBuilder
A field path that indicates which field was invalid in the request.
repeated .google.ads.googleads.v18.errors.ErrorLocation.FieldPathElement field_path_elements = 2;
-