Skip to content

Commit 379f8c0

Browse files
committed
Generate current sources.
1 parent e33d6c0 commit 379f8c0

File tree

155 files changed

+8230
-3195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+8230
-3195
lines changed

Source/GeneratedServices/AccessContextManager/GTLRAccessContextManagerObjects.h

+4-39
Original file line numberDiff line numberDiff line change
@@ -700,45 +700,10 @@ GTLR_EXTERN NSString * const kGTLRAccessContextManager_ServicePerimeter_Perimete
700700
/**
701701
* The `Status` type defines a logical error model that is suitable for
702702
* different programming environments, including REST APIs and RPC APIs. It is
703-
* used by [gRPC](https://github.com/grpc). The error model is designed to be:
704-
* - Simple to use and understand for most users
705-
* - Flexible enough to meet unexpected needs
706-
* # Overview
707-
* The `Status` message contains three pieces of data: error code, error
708-
* message, and error details. The error code should be an enum value of
709-
* google.rpc.Code, but it may accept additional error codes if needed. The
710-
* error message should be a developer-facing English message that helps
711-
* developers *understand* and *resolve* the error. If a localized user-facing
712-
* error message is needed, put the localized message in the error details or
713-
* localize it in the client. The optional error details may contain arbitrary
714-
* information about the error. There is a predefined set of error detail types
715-
* in the package `google.rpc` that can be used for common error conditions.
716-
* # Language mapping
717-
* The `Status` message is the logical representation of the error model, but
718-
* it
719-
* is not necessarily the actual wire format. When the `Status` message is
720-
* exposed in different client libraries and different wire protocols, it can
721-
* be
722-
* mapped differently. For example, it will likely be mapped to some exceptions
723-
* in Java, but more likely mapped to some error codes in C.
724-
* # Other uses
725-
* The error model and the `Status` message can be used in a variety of
726-
* environments, either with or without APIs, to provide a
727-
* consistent developer experience across different environments.
728-
* Example uses of this error model include:
729-
* - Partial errors. If a service needs to return partial errors to the client,
730-
* it may embed the `Status` in the normal response to indicate the partial
731-
* errors.
732-
* - Workflow errors. A typical workflow has multiple steps. Each step may
733-
* have a `Status` message for error reporting.
734-
* - Batch operations. If a client uses batch request and batch response, the
735-
* `Status` message should be used directly inside batch response, one for
736-
* each error sub-response.
737-
* - Asynchronous operations. If an API call embeds asynchronous operation
738-
* results in its response, the status of those operations should be
739-
* represented directly using the `Status` message.
740-
* - Logging. If some API errors are stored in logs, the message `Status` could
741-
* be used directly after any stripping needed for security/privacy reasons.
703+
* used by [gRPC](https://github.com/grpc). Each `Status` message contains
704+
* three pieces of data: error code, error message, and error details.
705+
* You can find out more about this error model and how to work with it in the
706+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
742707
*/
743708
@interface GTLRAccessContextManager_Status : GTLRObject
744709

Source/GeneratedServices/AdExchangeBuyer/GTLRAdExchangeBuyerObjects.h

+25-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
@class GTLRAdExchangeBuyer_Buyer;
2727
@class GTLRAdExchangeBuyer_ContactInformation;
2828
@class GTLRAdExchangeBuyer_Creative;
29+
@class GTLRAdExchangeBuyer_Creative_AdTechnologyProviders;
2930
@class GTLRAdExchangeBuyer_Creative_Corrections_Item;
3031
@class GTLRAdExchangeBuyer_Creative_Corrections_Item_Contexts_Item;
3132
@class GTLRAdExchangeBuyer_Creative_FilteringReasons;
@@ -441,6 +442,8 @@ NS_ASSUME_NONNULL_BEGIN
441442
*/
442443
@property(nonatomic, copy, nullable) NSString *adChoicesDestinationUrl;
443444

445+
@property(nonatomic, strong, nullable) GTLRAdExchangeBuyer_Creative_AdTechnologyProviders *adTechnologyProviders;
446+
444447
/**
445448
* Detected advertiser id, if any. Read-only. This field should not be set in
446449
* requests.
@@ -639,6 +642,28 @@ NS_ASSUME_NONNULL_BEGIN
639642
@end
640643

641644

645+
/**
646+
* GTLRAdExchangeBuyer_Creative_AdTechnologyProviders
647+
*/
648+
@interface GTLRAdExchangeBuyer_Creative_AdTechnologyProviders : GTLRObject
649+
650+
/**
651+
* detectedProviderIds
652+
*
653+
* Uses NSNumber of longLongValue.
654+
*/
655+
@property(nonatomic, strong, nullable) NSArray<NSNumber *> *detectedProviderIds;
656+
657+
/**
658+
* hasUnidentifiedProvider
659+
*
660+
* Uses NSNumber of boolValue.
661+
*/
662+
@property(nonatomic, strong, nullable) NSNumber *hasUnidentifiedProvider;
663+
664+
@end
665+
666+
642667
/**
643668
* GTLRAdExchangeBuyer_Creative_Corrections_Item
644669
*/
@@ -719,9 +744,6 @@ NS_ASSUME_NONNULL_BEGIN
719744
*/
720745
@property(nonatomic, strong, nullable) NSNumber *starRating;
721746

722-
/** The URL to the app store to purchase/download the promoted app. */
723-
@property(nonatomic, copy, nullable) NSString *store;
724-
725747
/**
726748
* The URL of the XML VAST for a native ad. Note this is a separate field from
727749
* resource.video_url.

Source/GeneratedServices/AdExchangeBuyer/GTLRAdExchangeBuyerObjects.m

+27-9
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ @implementation GTLRAdExchangeBuyer_CreateOrdersResponse
249249
//
250250

251251
@implementation GTLRAdExchangeBuyer_Creative
252-
@dynamic accountId, adChoicesDestinationUrl, advertiserId, advertiserName,
253-
agencyId, apiUploadTimestamp, attribute, buyerCreativeId,
254-
clickThroughUrl, corrections, creativeStatusIdentityType, dealsStatus,
255-
detectedDomains, filteringReasons, height, HTMLSnippet,
256-
impressionTrackingUrl, kind, languages, nativeAd, openAuctionStatus,
257-
productCategories, restrictedCategories, sensitiveCategories,
258-
servingRestrictions, vendorType, version, videoURL, videoVastXML,
259-
width;
252+
@dynamic accountId, adChoicesDestinationUrl, adTechnologyProviders,
253+
advertiserId, advertiserName, agencyId, apiUploadTimestamp, attribute,
254+
buyerCreativeId, clickThroughUrl, corrections,
255+
creativeStatusIdentityType, dealsStatus, detectedDomains,
256+
filteringReasons, height, HTMLSnippet, impressionTrackingUrl, kind,
257+
languages, nativeAd, openAuctionStatus, productCategories,
258+
restrictedCategories, sensitiveCategories, servingRestrictions,
259+
vendorType, version, videoURL, videoVastXML, width;
260260

261261
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
262262
NSDictionary<NSString *, Class> *map = @{
@@ -279,6 +279,24 @@ @implementation GTLRAdExchangeBuyer_Creative
279279
@end
280280

281281

282+
// ----------------------------------------------------------------------------
283+
//
284+
// GTLRAdExchangeBuyer_Creative_AdTechnologyProviders
285+
//
286+
287+
@implementation GTLRAdExchangeBuyer_Creative_AdTechnologyProviders
288+
@dynamic detectedProviderIds, hasUnidentifiedProvider;
289+
290+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
291+
NSDictionary<NSString *, Class> *map = @{
292+
@"detectedProviderIds" : [NSNumber class]
293+
};
294+
return map;
295+
}
296+
297+
@end
298+
299+
282300
// ----------------------------------------------------------------------------
283301
//
284302
// GTLRAdExchangeBuyer_Creative_Corrections_Item
@@ -324,7 +342,7 @@ @implementation GTLRAdExchangeBuyer_Creative_FilteringReasons
324342
@implementation GTLRAdExchangeBuyer_Creative_NativeAd
325343
@dynamic advertiser, appIcon, body, callToAction, clickLinkUrl,
326344
clickTrackingUrl, headline, image, impressionTrackingUrl, logo, price,
327-
starRating, store, videoURL;
345+
starRating, videoURL;
328346

329347
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
330348
NSDictionary<NSString *, Class> *map = @{

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.h

+42
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
@class GTLRAdExchangeBuyerII_AbsoluteDateRange;
2424
@class GTLRAdExchangeBuyerII_AdSize;
25+
@class GTLRAdExchangeBuyerII_AdTechnologyProviders;
2526
@class GTLRAdExchangeBuyerII_AppContext;
2627
@class GTLRAdExchangeBuyerII_AuctionContext;
2728
@class GTLRAdExchangeBuyerII_BidMetricsRow;
@@ -2145,6 +2146,44 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_TargetedPosit
21452146
@end
21462147

21472148

2149+
/**
2150+
* Detected ad technology provider information.
2151+
*/
2152+
@interface GTLRAdExchangeBuyerII_AdTechnologyProviders : GTLRObject
2153+
2154+
/**
2155+
* The detected ad technology provider IDs for this creative.
2156+
* See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for
2157+
* mapping of provider ID to provided name, a privacy policy URL, and a list
2158+
* of domains which can be attributed to the provider.
2159+
* If the creative contains provider IDs that are outside of those listed in
2160+
* the `BidRequest.adslot.consented_providers_settings.consented_providers`
2161+
* field on the (Google bid
2162+
* protocol)[https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto]
2163+
* and the
2164+
* `BidRequest.user.ext.consented_providers_settings.consented_providers`
2165+
* field on the (OpenRTB
2166+
* protocol)[https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto],
2167+
* and a bid is submitted with that creative for an impression that will
2168+
* serve to an EEA user, the bid will be filtered before the auction.
2169+
*
2170+
* Uses NSNumber of longLongValue.
2171+
*/
2172+
@property(nonatomic, strong, nullable) NSArray<NSNumber *> *detectedProviderIds;
2173+
2174+
/**
2175+
* Whether the creative contains an unidentified ad technology provider.
2176+
* If true for a given creative, any bid submitted with that creative for an
2177+
* impression that will serve to an EEA user will be filtered before the
2178+
* auction.
2179+
*
2180+
* Uses NSNumber of boolValue.
2181+
*/
2182+
@property(nonatomic, strong, nullable) NSNumber *hasUnidentifiedProvider;
2183+
2184+
@end
2185+
2186+
21482187
/**
21492188
* Output only. The app type the restriction applies to for mobile device.
21502189
*/
@@ -2618,6 +2657,9 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_TargetedPosit
26182657
/** The link to AdChoices destination page. */
26192658
@property(nonatomic, copy, nullable) NSString *adChoicesDestinationUrl;
26202659

2660+
/** Output only. The detected ad technology providers. */
2661+
@property(nonatomic, strong, nullable) GTLRAdExchangeBuyerII_AdTechnologyProviders *adTechnologyProviders;
2662+
26212663
/** The name of the company being advertised in the creative. */
26222664
@property(nonatomic, copy, nullable) NSString *advertiserName;
26232665

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m

+25-7
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,24 @@ @implementation GTLRAdExchangeBuyerII_AdSize
491491
@end
492492

493493

494+
// ----------------------------------------------------------------------------
495+
//
496+
// GTLRAdExchangeBuyerII_AdTechnologyProviders
497+
//
498+
499+
@implementation GTLRAdExchangeBuyerII_AdTechnologyProviders
500+
@dynamic detectedProviderIds, hasUnidentifiedProvider;
501+
502+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
503+
NSDictionary<NSString *, Class> *map = @{
504+
@"detectedProviderIds" : [NSNumber class]
505+
};
506+
return map;
507+
}
508+
509+
@end
510+
511+
494512
// ----------------------------------------------------------------------------
495513
//
496514
// GTLRAdExchangeBuyerII_AppContext
@@ -657,13 +675,13 @@ @implementation GTLRAdExchangeBuyerII_Correction
657675
//
658676

659677
@implementation GTLRAdExchangeBuyerII_Creative
660-
@dynamic accountId, adChoicesDestinationUrl, advertiserName, agencyId,
661-
apiUpdateTime, attributes, clickThroughUrls, corrections, creativeId,
662-
dealsStatus, declaredClickThroughUrls, detectedAdvertiserIds,
663-
detectedDomains, detectedLanguages, detectedProductCategories,
664-
detectedSensitiveCategories, html, impressionTrackingUrls, native,
665-
openAuctionStatus, restrictedCategories, servingRestrictions,
666-
vendorIds, version, video;
678+
@dynamic accountId, adChoicesDestinationUrl, adTechnologyProviders,
679+
advertiserName, agencyId, apiUpdateTime, attributes, clickThroughUrls,
680+
corrections, creativeId, dealsStatus, declaredClickThroughUrls,
681+
detectedAdvertiserIds, detectedDomains, detectedLanguages,
682+
detectedProductCategories, detectedSensitiveCategories, html,
683+
impressionTrackingUrls, native, openAuctionStatus,
684+
restrictedCategories, servingRestrictions, vendorIds, version, video;
667685

668686
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
669687
NSDictionary<NSString *, Class> *map = @{

Source/GeneratedServices/AlertCenter/GTLRAlertCenterObjects.h

+3
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,9 @@ GTLR_EXTERN NSString * const kGTLRAlertCenter_CloudPubsubTopic_PayloadFormat_Pay
644644
*/
645645
@interface GTLRAlertCenter_MaliciousEntity : GTLRObject
646646

647+
/** The header from display name. */
648+
@property(nonatomic, copy, nullable) NSString *displayName;
649+
647650
/** The sender email address. */
648651
@property(nonatomic, copy, nullable) NSString *fromHeader;
649652

Source/GeneratedServices/AlertCenter/GTLRAlertCenterObjects.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ @implementation GTLRAlertCenter_MailPhishing
341341
//
342342

343343
@implementation GTLRAlertCenter_MaliciousEntity
344-
@dynamic fromHeader;
344+
@dynamic displayName, fromHeader;
345345
@end
346346

347347

Source/GeneratedServices/Analytics/GTLRAnalyticsObjects.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4148,8 +4148,8 @@ NS_ASSUME_NONNULL_BEGIN
41484148
* Set to true to reset the retention period of the user identifier with each
41494149
* new event from that user (thus setting the expiration date to current time
41504150
* plus retention period).
4151-
* Set to false to delete data associated with the user identifer automatically
4152-
* after the rentention period.
4151+
* Set to false to delete data associated with the user identifier
4152+
* automatically after the rentention period.
41534153
* This property cannot be set on insert.
41544154
*
41554155
* Uses NSNumber of boolValue.

Source/GeneratedServices/Analytics/GTLRAnalyticsQuery.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ GTLR_EXTERN NSString * const kGTLRAnalyticsSamplingLevelHigherPrecision;
14091409
@end
14101410

14111411
/**
1412-
* Returns a filters to which the user has access.
1412+
* Returns filters to which the user has access.
14131413
*
14141414
* Method: analytics.management.filters.get
14151415
*
@@ -1430,7 +1430,7 @@ GTLR_EXTERN NSString * const kGTLRAnalyticsSamplingLevelHigherPrecision;
14301430
/**
14311431
* Fetches a @c GTLRAnalytics_Filter.
14321432
*
1433-
* Returns a filters to which the user has access.
1433+
* Returns filters to which the user has access.
14341434
*
14351435
* @param accountId Account ID to retrieve filters for.
14361436
* @param filterId Filter ID to retrieve filters for.

0 commit comments

Comments
 (0)