Interface GoogleAdsFailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GoogleAdsFailure,GoogleAdsFailure.Builder
public interface GoogleAdsFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) The list of errors that occurred.intThe list of errors that occurred.The list of errors that occurred.getErrorsOrBuilder(int index) The list of errors that occurred.List<? extends GoogleAdsErrorOrBuilder>The list of errors that occurred.The unique ID of the request that is used for debugging purposes.com.google.protobuf.ByteStringThe unique ID of the request that is used for debugging purposes.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
-
getErrorsList
List<GoogleAdsError> getErrorsList()The list of errors that occurred.
repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1; -
getErrors
The list of errors that occurred.
repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1; -
getErrorsCount
int getErrorsCount()The list of errors that occurred.
repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1; -
getErrorsOrBuilderList
List<? extends GoogleAdsErrorOrBuilder> getErrorsOrBuilderList()The list of errors that occurred.
repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1; -
getErrorsOrBuilder
The list of errors that occurred.
repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1; -
getRequestId
String getRequestId()The unique ID of the request that is used for debugging purposes.
string request_id = 2;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()The unique ID of the request that is used for debugging purposes.
string request_id = 2;- Returns:
- The bytes for requestId.
-