com.google.ads.googleads.v17.errors.GoogleAdsFailureOrBuilder 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 GoogleAdsFailureOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.GoogleAdsFailure)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of errors that occurred.
*
*
* repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1;
*/
java.util.List
getErrorsList();
/**
*
* The list of errors that occurred.
*
*
* repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1;
*/
com.google.ads.googleads.v17.errors.GoogleAdsError getErrors(int index);
/**
*
* The list of errors that occurred.
*
*
* repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1;
*/
int getErrorsCount();
/**
*
* The list of errors that occurred.
*
*
* repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1;
*/
java.util.List extends com.google.ads.googleads.v17.errors.GoogleAdsErrorOrBuilder>
getErrorsOrBuilderList();
/**
*
* The list of errors that occurred.
*
*
* repeated .google.ads.googleads.v17.errors.GoogleAdsError errors = 1;
*/
com.google.ads.googleads.v17.errors.GoogleAdsErrorOrBuilder getErrorsOrBuilder(
int index);
/**
*
* The unique ID of the request that is used for debugging purposes.
*
*
* string request_id = 2;
* @return The requestId.
*/
java.lang.String getRequestId();
/**
*
* The unique ID of the request that is used for debugging purposes.
*
*
* string request_id = 2;
* @return The bytes for requestId.
*/
com.google.protobuf.ByteString
getRequestIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy