Skip to content

Commit 114cdf0

Browse files
committed
Generate current services.
1 parent 2bb4cc3 commit 114cdf0

File tree

123 files changed

+7377
-4357
lines changed

Some content is hidden

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

123 files changed

+7377
-4357
lines changed

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.h

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,13 +1046,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web;
10461046
// ----------------------------------------------------------------------------
10471047
// GTLRAdExchangeBuyerII_FilterSet.format
10481048

1049-
/**
1050-
* DEPRECATED: use combination of NATIVE_DISPLAY and NON_NATIVE_DISPLAY
1051-
* The ad impression is display format (i.e. an image).
1052-
*
1053-
* Value: "DISPLAY"
1054-
*/
1055-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_Display;
10561049
/**
10571050
* A placeholder for an undefined format; indicates that no format filter
10581051
* will be applied.
@@ -1084,19 +1077,10 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDi
10841077
* Value: "NON_NATIVE_VIDEO"
10851078
*/
10861079
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo;
1087-
/**
1088-
* DEPRECATED: use combination of NATIVE_VIDEO and NON_NATIVE_VIDEO
1089-
* The ad impression is video format.
1090-
*
1091-
* Value: "VIDEO"
1092-
*/
1093-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_Video;
10941080

10951081
// ----------------------------------------------------------------------------
10961082
// GTLRAdExchangeBuyerII_FilterSet.formats
10971083

1098-
/** Value: "DISPLAY" */
1099-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_Display;
11001084
/** Value: "FORMAT_UNSPECIFIED" */
11011085
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_FormatUnspecified;
11021086
/** Value: "NATIVE_DISPLAY" */
@@ -1107,8 +1091,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NativeVide
11071091
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NonNativeDisplay;
11081092
/** Value: "NON_NATIVE_VIDEO" */
11091093
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NonNativeVideo;
1110-
/** Value: "VIDEO" */
1111-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_Video;
11121094

11131095
// ----------------------------------------------------------------------------
11141096
// GTLRAdExchangeBuyerII_FilterSet.platforms
@@ -2396,10 +2378,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_ServingRestriction_Status_St
23962378
* The format on which to filter; optional.
23972379
*
23982380
* Likely values:
2399-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_Display DEPRECATED: use
2400-
* combination of NATIVE_DISPLAY and NON_NATIVE_DISPLAY
2401-
* The ad impression is display format (i.e. an image). (Value:
2402-
* "DISPLAY")
24032381
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified A
24042382
* placeholder for an undefined format; indicates that no format filter
24052383
* will be applied. (Value: "FORMAT_UNSPECIFIED")
@@ -2414,9 +2392,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_ServingRestriction_Status_St
24142392
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo The ad
24152393
* impression is not a native ad, and video format. (Value:
24162394
* "NON_NATIVE_VIDEO")
2417-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_Video DEPRECATED: use
2418-
* combination of NATIVE_VIDEO and NON_NATIVE_VIDEO
2419-
* The ad impression is video format. (Value: "VIDEO")
24202395
*/
24212396
@property(nonatomic, copy, nullable) NSString *format;
24222397

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,18 @@
212212
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web = @"WEB";
213213

214214
// GTLRAdExchangeBuyerII_FilterSet.format
215-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_Display = @"DISPLAY";
216215
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified = @"FORMAT_UNSPECIFIED";
217216
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay = @"NATIVE_DISPLAY";
218217
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo = @"NATIVE_VIDEO";
219218
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay = @"NON_NATIVE_DISPLAY";
220219
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo = @"NON_NATIVE_VIDEO";
221-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_Video = @"VIDEO";
222220

223221
// GTLRAdExchangeBuyerII_FilterSet.formats
224-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_Display = @"DISPLAY";
225222
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_FormatUnspecified = @"FORMAT_UNSPECIFIED";
226223
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NativeDisplay = @"NATIVE_DISPLAY";
227224
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NativeVideo = @"NATIVE_VIDEO";
228225
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NonNativeDisplay = @"NON_NATIVE_DISPLAY";
229226
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NonNativeVideo = @"NON_NATIVE_VIDEO";
230-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_Video = @"VIDEO";
231227

232228
// GTLRAdExchangeBuyerII_FilterSet.platforms
233229
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Platforms_Desktop = @"DESKTOP";

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIQuery.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerIIDuplicateIdModeNoDuplicates;
570570
*/
571571
@property(nonatomic, copy, nullable) NSString *accountId;
572572

573-
/** The account the creative belongs to. */
574-
@property(nonatomic, copy, nullable) NSString *accountId1;
575-
576573
/**
577574
* Indicates if multiple creatives can share an ID or not. Default is
578575
* NO_DUPLICATES (one ID per creative).
@@ -918,9 +915,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerIIDuplicateIdModeNoDuplicates;
918915
*/
919916
@property(nonatomic, copy, nullable) NSString *accountId;
920917

921-
/** The account the creative belongs to. */
922-
@property(nonatomic, copy, nullable) NSString *accountId1;
923-
924918
/**
925919
* The buyer-defined creative ID of this creative.
926920
* Can be used to filter the response of the

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIQuery.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ + (instancetype)queryWithObject:(GTLRAdExchangeBuyerII_ClientUser *)object
285285

286286
@implementation GTLRAdExchangeBuyerIIQuery_AccountsCreativesCreate
287287

288-
@dynamic accountId, accountId1, duplicateIdMode;
288+
@dynamic accountId, duplicateIdMode;
289289

290290
+ (instancetype)queryWithObject:(GTLRAdExchangeBuyerII_Creative *)object
291291
accountId:(NSString *)accountId {
@@ -462,7 +462,7 @@ + (instancetype)queryWithObject:(GTLRAdExchangeBuyerII_StopWatchingCreativeReque
462462

463463
@implementation GTLRAdExchangeBuyerIIQuery_AccountsCreativesUpdate
464464

465-
@dynamic accountId, accountId1, creativeId;
465+
@dynamic accountId, creativeId;
466466

467467
+ (instancetype)queryWithObject:(GTLRAdExchangeBuyerII_Creative *)object
468468
accountId:(NSString *)accountId

Source/GeneratedServices/Analytics/GTLRAnalyticsQuery.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ + (instancetype)queryWithObject:(GTLRAnalytics_AccountTreeRequest *)object {
24772477
GTLR_DEBUG_ASSERT(object != nil, @"Got a nil object");
24782478
return nil;
24792479
}
2480-
NSString *pathURITemplate = @"provisioning/createAccount";
2480+
NSString *pathURITemplate = @"provisioning/createAccountTree";
24812481
GTLRAnalyticsQuery_ProvisioningCreateAccountTree *query =
24822482
[[self alloc] initWithPathURITemplate:pathURITemplate
24832483
HTTPMethod:@"POST"

Source/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.h

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,41 @@ GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AndroidDevicePolicyTr
764764
/** Value: "PRODUCTION" */
765765
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AndroidDevicePolicyTracks_Production;
766766

767+
// ----------------------------------------------------------------------------
768+
// GTLRAndroidManagement_Policy.appAutoUpdatePolicy
769+
770+
/**
771+
* Apps are auto-updated at any time. Data charges may apply.
772+
*
773+
* Value: "ALWAYS"
774+
*/
775+
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Always;
776+
/**
777+
* The auto-update policy is not set. Same as giving auto-update policy choice
778+
* to the user.
779+
*
780+
* Value: "APP_AUTO_UPDATE_POLICY_UNSPECIFIED"
781+
*/
782+
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_AppAutoUpdatePolicyUnspecified;
783+
/**
784+
* The user can control auto-updates.
785+
*
786+
* Value: "CHOICE_TO_THE_USER"
787+
*/
788+
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_ChoiceToTheUser;
789+
/**
790+
* Apps are never auto-updated.
791+
*
792+
* Value: "NEVER"
793+
*/
794+
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Never;
795+
/**
796+
* Apps are auto-updated over Wi-Fi only.
797+
*
798+
* Value: "WIFI_ONLY"
799+
*/
800+
GTLR_EXTERN NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_WifiOnly;
801+
767802
// ----------------------------------------------------------------------------
768803
// GTLRAndroidManagement_Policy.defaultPermissionPolicy
769804

@@ -1157,6 +1192,13 @@ GTLR_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_WebToke
11571192
*/
11581193
@property(nonatomic, copy, nullable) NSString *type;
11591194

1195+
/**
1196+
* The resource name of the user that owns the device in the form
1197+
* enterprises/{enterpriseId}/users/{userId}. This is automatically generated
1198+
* by the server based on the device the command is sent to.
1199+
*/
1200+
@property(nonatomic, copy, nullable) NSString *userName;
1201+
11601202
@end
11611203

11621204

@@ -2554,6 +2596,26 @@ GTLR_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_WebToke
25542596
*/
25552597
@property(nonatomic, strong, nullable) NSArray<NSString *> *androidDevicePolicyTracks;
25562598

2599+
/**
2600+
* The auto update policy value. Specifies whether the user is given a choice
2601+
* to configure the app update policy, or otherwise contains the enforced
2602+
* update policy
2603+
*
2604+
* Likely values:
2605+
* @arg @c kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Always Apps are
2606+
* auto-updated at any time. Data charges may apply. (Value: "ALWAYS")
2607+
* @arg @c kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_AppAutoUpdatePolicyUnspecified
2608+
* The auto-update policy is not set. Same as giving auto-update policy
2609+
* choice to the user. (Value: "APP_AUTO_UPDATE_POLICY_UNSPECIFIED")
2610+
* @arg @c kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_ChoiceToTheUser
2611+
* The user can control auto-updates. (Value: "CHOICE_TO_THE_USER")
2612+
* @arg @c kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Never Apps are
2613+
* never auto-updated. (Value: "NEVER")
2614+
* @arg @c kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_WifiOnly Apps
2615+
* are auto-updated over Wi-Fi only. (Value: "WIFI_ONLY")
2616+
*/
2617+
@property(nonatomic, copy, nullable) NSString *appAutoUpdatePolicy;
2618+
25572619
/** Policy applied to apps. */
25582620
@property(nonatomic, strong, nullable) NSArray<GTLRAndroidManagement_ApplicationPolicy *> *applications;
25592621

Source/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.m

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@
161161
NSString * const kGTLRAndroidManagement_Policy_AndroidDevicePolicyTracks_Beta = @"BETA";
162162
NSString * const kGTLRAndroidManagement_Policy_AndroidDevicePolicyTracks_Production = @"PRODUCTION";
163163

164+
// GTLRAndroidManagement_Policy.appAutoUpdatePolicy
165+
NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Always = @"ALWAYS";
166+
NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_AppAutoUpdatePolicyUnspecified = @"APP_AUTO_UPDATE_POLICY_UNSPECIFIED";
167+
NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_ChoiceToTheUser = @"CHOICE_TO_THE_USER";
168+
NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_Never = @"NEVER";
169+
NSString * const kGTLRAndroidManagement_Policy_AppAutoUpdatePolicy_WifiOnly = @"WIFI_ONLY";
170+
164171
// GTLRAndroidManagement_Policy.defaultPermissionPolicy
165172
NSString * const kGTLRAndroidManagement_Policy_DefaultPermissionPolicy_Deny = @"DENY";
166173
NSString * const kGTLRAndroidManagement_Policy_DefaultPermissionPolicy_Grant = @"GRANT";
@@ -298,7 +305,7 @@ + (Class)classForAdditionalProperties {
298305
//
299306

300307
@implementation GTLRAndroidManagement_Command
301-
@dynamic createTime, duration, newPassword, resetPasswordFlags, type;
308+
@dynamic createTime, duration, newPassword, resetPasswordFlags, type, userName;
302309

303310
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
304311
NSDictionary<NSString *, Class> *map = @{
@@ -731,11 +738,12 @@ @implementation GTLRAndroidManagement_PersistentPreferredActivity
731738
@implementation GTLRAndroidManagement_Policy
732739
@dynamic accountTypesWithManagementDisabled, addUserDisabled,
733740
adjustVolumeDisabled, alwaysOnVpnPackage, androidDevicePolicyTracks,
734-
applications, autoTimeRequired, blockApplicationsEnabled,
735-
bluetoothConfigDisabled, bluetoothContactSharingDisabled,
736-
bluetoothDisabled, cameraDisabled, cellBroadcastsConfigDisabled,
737-
complianceRules, createWindowsDisabled, credentialsConfigDisabled,
738-
dataRoamingDisabled, debuggingFeaturesAllowed, defaultPermissionPolicy,
741+
appAutoUpdatePolicy, applications, autoTimeRequired,
742+
blockApplicationsEnabled, bluetoothConfigDisabled,
743+
bluetoothContactSharingDisabled, bluetoothDisabled, cameraDisabled,
744+
cellBroadcastsConfigDisabled, complianceRules, createWindowsDisabled,
745+
credentialsConfigDisabled, dataRoamingDisabled,
746+
debuggingFeaturesAllowed, defaultPermissionPolicy,
739747
ensureVerifyAppsEnabled, factoryResetDisabled, frpAdminEmails,
740748
funDisabled, installAppsDisabled, installUnknownSourcesAllowed,
741749
keyguardDisabled, keyguardDisabledFeatures, kioskCustomLauncherEnabled,

Source/GeneratedServices/Appengine/GTLRAppengine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// ----------------------------------------------------------------------------
44
// API:
5-
// Google App Engine Admin API (appengine/v1)
5+
// App Engine Admin API (appengine/v1)
66
// Description:
77
// The App Engine Admin API enables developers to provision and manage their
88
// App Engine applications.

Source/GeneratedServices/Appengine/GTLRAppengineObjects.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// ----------------------------------------------------------------------------
44
// API:
5-
// Google App Engine Admin API (appengine/v1)
5+
// App Engine Admin API (appengine/v1)
66
// Description:
77
// The App Engine Admin API enables developers to provision and manage their
88
// App Engine applications.
@@ -662,7 +662,7 @@ GTLR_EXTERN NSString * const kGTLRAppengine_Version_ServingStatus_Stopped;
662662
/**
663663
* Location from which this application runs. Application instances run out of
664664
* the data centers in the specified location, which is also where all of the
665-
* application's end user content is stored.Defaults to us-central1.View the
665+
* application's end user content is stored.Defaults to us-central.View the
666666
* list of supported locations
667667
* (https://cloud.google.com/appengine/docs/locations).
668668
*/
@@ -1777,6 +1777,12 @@ GTLR_EXTERN NSString * const kGTLRAppengine_Version_ServingStatus_Stopped;
17771777
*/
17781778
@interface GTLRAppengine_Location : GTLRObject
17791779

1780+
/**
1781+
* The friendly name for this location, typically a nearby city name. For
1782+
* example, "Tokyo".
1783+
*/
1784+
@property(nonatomic, copy, nullable) NSString *displayName;
1785+
17801786
/**
17811787
* Cross-service attributes for the location. For example
17821788
* {"cloud.googleapis.com/region": "us-east1"}

Source/GeneratedServices/Appengine/GTLRAppengineObjects.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// ----------------------------------------------------------------------------
44
// API:
5-
// Google App Engine Admin API (appengine/v1)
5+
// App Engine Admin API (appengine/v1)
66
// Description:
77
// The App Engine Admin API enables developers to provision and manage their
88
// App Engine applications.
@@ -694,7 +694,7 @@ @implementation GTLRAppengine_LivenessCheck
694694
//
695695

696696
@implementation GTLRAppengine_Location
697-
@dynamic labels, locationId, metadata, name;
697+
@dynamic displayName, labels, locationId, metadata, name;
698698
@end
699699

700700

0 commit comments

Comments
 (0)