AI-generated Key Takeaways
-
The provided content is a list of various services available in the Google Ad Manager API v202411.
-
Each listed service, such as AdRuleService, AdjustmentService, and AdsTxtService, includes a link to its specific documentation regarding NotNullError.Reason.
-
The NotNullError.Reason section describes the possible reasons for a NotNullError, specifically mentioning cases where method arguments might be null or if the actual value is unknown for the requested API version.
-
The enumeration for NotNullError.Reason includes specific values like ARG1_NULL, ARG2_NULL, ARG3_NULL, NULL, and UNKNOWN, each with a brief description.
-
The content also indicates the namespace for these services is
https://www.google.com/apis/ads/publisher/v202411.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
ARG1_NULL
|
Assuming that a method will not have more than 3 arguments, if it does, return NULL |
ARG2_NULL
|
|
ARG3_NULL
|
|
NULL
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |