public sealed class AsyncBatchAnnotateFilesRequest : IMessage<AsyncBatchAnnotateFilesRequest>, IEquatable<AsyncBatchAnnotateFilesRequest>, IDeepCloneable<AsyncBatchAnnotateFilesRequest>, IBufferMessage, IMessage
Multiple async file annotation requests are batched into a single service
call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAsyncBatchAnnotateFilesRequest\u003c/code\u003e class is used to batch multiple asynchronous file annotation requests into a single service call.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting members from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eYou can construct an \u003ccode\u003eAsyncBatchAnnotateFilesRequest\u003c/code\u003e either using a default constructor or by providing another \u003ccode\u003eAsyncBatchAnnotateFilesRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property allows specifying the target project and location, with options for \u003ccode\u003eus\u003c/code\u003e, \u003ccode\u003easia\u003c/code\u003e, or \u003ccode\u003eeu\u003c/code\u003e locations; if not specified, a region is chosen automatically.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequests\u003c/code\u003e property holds the individual asynchronous file annotation requests for the batch, contained in a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eAsyncAnnotateFileRequest\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,[]]