Skip to content

Commit af9cea9

Browse files
committed
Generate current sources.
1 parent 2a72715 commit af9cea9

File tree

151 files changed

+15148
-9159
lines changed

Some content is hidden

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

151 files changed

+15148
-9159
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ Pod::Spec.new do |s|
184184
sp.dependency 'GoogleAPIClientForREST/Core'
185185
sp.source_files = 'Source/GeneratedServices/CloudTrace/*.{h,m}'
186186
end
187-
s.subspec 'CloudUserAccounts' do |sp|
188-
sp.dependency 'GoogleAPIClientForREST/Core'
189-
sp.source_files = 'Source/GeneratedServices/CloudUserAccounts/*.{h,m}'
190-
end
191187
s.subspec 'CloudVideoIntelligence' do |sp|
192188
sp.dependency 'GoogleAPIClientForREST/Core'
193189
sp.source_files = 'Source/GeneratedServices/CloudVideoIntelligence/*.{h,m}'
@@ -520,6 +516,10 @@ Pod::Spec.new do |s|
520516
sp.dependency 'GoogleAPIClientForREST/Core'
521517
sp.source_files = 'Source/GeneratedServices/Testing/*.{h,m}'
522518
end
519+
s.subspec 'Texttospeech' do |sp|
520+
sp.dependency 'GoogleAPIClientForREST/Core'
521+
sp.source_files = 'Source/GeneratedServices/Texttospeech/*.{h,m}'
522+
end
523523
s.subspec 'ToolResults' do |sp|
524524
sp.dependency 'GoogleAPIClientForREST/Core'
525525
sp.source_files = 'Source/GeneratedServices/ToolResults/*.{h,m}'

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.h

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,41 +1043,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Enviro
10431043
*/
10441044
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web;
10451045

1046-
// ----------------------------------------------------------------------------
1047-
// GTLRAdExchangeBuyerII_FilterSet.format
1048-
1049-
/**
1050-
* A placeholder for an undefined format; indicates that no format filter
1051-
* will be applied.
1052-
*
1053-
* Value: "FORMAT_UNSPECIFIED"
1054-
*/
1055-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified;
1056-
/**
1057-
* The ad impression is a native ad, and display (i.e. image) format.
1058-
*
1059-
* Value: "NATIVE_DISPLAY"
1060-
*/
1061-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay;
1062-
/**
1063-
* The ad impression is a native ad, and video format.
1064-
*
1065-
* Value: "NATIVE_VIDEO"
1066-
*/
1067-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo;
1068-
/**
1069-
* The ad impression is not a native ad, and display (i.e. image) format.
1070-
*
1071-
* Value: "NON_NATIVE_DISPLAY"
1072-
*/
1073-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay;
1074-
/**
1075-
* The ad impression is not a native ad, and video format.
1076-
*
1077-
* Value: "NON_NATIVE_VIDEO"
1078-
*/
1079-
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo;
1080-
10811046
// ----------------------------------------------------------------------------
10821047
// GTLRAdExchangeBuyerII_FilterSet.formats
10831048

@@ -2373,28 +2338,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_ServingRestriction_Status_St
23732338
*/
23742339
@property(nonatomic, copy, nullable) NSString *environment;
23752340

2376-
/**
2377-
* DEPRECATED: use repeated formats field instead.
2378-
* The format on which to filter; optional.
2379-
*
2380-
* Likely values:
2381-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified A
2382-
* placeholder for an undefined format; indicates that no format filter
2383-
* will be applied. (Value: "FORMAT_UNSPECIFIED")
2384-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay The ad
2385-
* impression is a native ad, and display (i.e. image) format. (Value:
2386-
* "NATIVE_DISPLAY")
2387-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo The ad
2388-
* impression is a native ad, and video format. (Value: "NATIVE_VIDEO")
2389-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay The ad
2390-
* impression is not a native ad, and display (i.e. image) format.
2391-
* (Value: "NON_NATIVE_DISPLAY")
2392-
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo The ad
2393-
* impression is not a native ad, and video format. (Value:
2394-
* "NON_NATIVE_VIDEO")
2395-
*/
2396-
@property(nonatomic, copy, nullable) NSString *format;
2397-
23982341
/**
23992342
* The list of formats on which to filter; may be empty. The filters
24002343
* represented by multiple formats are ORed together (i.e. if non-empty,

Source/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@
211211
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_EnvironmentUnspecified = @"ENVIRONMENT_UNSPECIFIED";
212212
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web = @"WEB";
213213

214-
// GTLRAdExchangeBuyerII_FilterSet.format
215-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified = @"FORMAT_UNSPECIFIED";
216-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay = @"NATIVE_DISPLAY";
217-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo = @"NATIVE_VIDEO";
218-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay = @"NON_NATIVE_DISPLAY";
219-
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo = @"NON_NATIVE_VIDEO";
220-
221214
// GTLRAdExchangeBuyerII_FilterSet.formats
222215
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_FormatUnspecified = @"FORMAT_UNSPECIFIED";
223216
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NativeDisplay = @"NATIVE_DISPLAY";
@@ -543,9 +536,9 @@ @implementation GTLRAdExchangeBuyerII_FilteringStats
543536
//
544537

545538
@implementation GTLRAdExchangeBuyerII_FilterSet
546-
@dynamic absoluteDateRange, creativeId, dealId, environment, format, formats,
547-
name, platforms, realtimeTimeRange, relativeDateRange,
548-
sellerNetworkIds, timeSeriesGranularity;
539+
@dynamic absoluteDateRange, creativeId, dealId, environment, formats, name,
540+
platforms, realtimeTimeRange, relativeDateRange, sellerNetworkIds,
541+
timeSeriesGranularity;
549542

550543
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
551544
NSDictionary<NSString *, Class> *map = @{

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseObjects.h

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
@class GTLRAndroidEnterprise_Install;
3434
@class GTLRAndroidEnterprise_InstallFailureEvent;
3535
@class GTLRAndroidEnterprise_LocalizedText;
36+
@class GTLRAndroidEnterprise_MaintenanceWindow;
3637
@class GTLRAndroidEnterprise_ManagedConfiguration;
3738
@class GTLRAndroidEnterprise_ManagedConfigurationsSettings;
3839
@class GTLRAndroidEnterprise_ManagedProperty;
@@ -856,6 +857,31 @@ NS_ASSUME_NONNULL_BEGIN
856857
@end
857858

858859

860+
/**
861+
* Maintenance window for managed Google Play Accounts. This allows Play store
862+
* to update the apps on the foreground in the designated window.
863+
*/
864+
@interface GTLRAndroidEnterprise_MaintenanceWindow : GTLRObject
865+
866+
/**
867+
* Duration of the maintenance window, in milliseconds. The duration must be
868+
* between 30 minutes and 24 hours (inclusive).
869+
*
870+
* Uses NSNumber of longLongValue.
871+
*/
872+
@property(nonatomic, strong, nullable) NSNumber *durationMs;
873+
874+
/**
875+
* Start time of the maintenance window, in milliseconds after midnight on the
876+
* device. Windows can span midnight.
877+
*
878+
* Uses NSNumber of longLongValue.
879+
*/
880+
@property(nonatomic, strong, nullable) NSNumber *startTimeAfterMidnightMs;
881+
882+
@end
883+
884+
859885
/**
860886
* A managed configuration resource contains the set of managed properties
861887
* defined by the app developer in the app's managed configurations schema, as
@@ -1241,6 +1267,12 @@ NS_ASSUME_NONNULL_BEGIN
12411267
*/
12421268
@property(nonatomic, copy, nullable) NSString *autoUpdatePolicy;
12431269

1270+
/**
1271+
* The maintenance window defining when apps running in the foreground should
1272+
* be updated. This feature is only supported on fully managed devices.
1273+
*/
1274+
@property(nonatomic, strong, nullable) GTLRAndroidEnterprise_MaintenanceWindow *maintenanceWindow;
1275+
12441276
/**
12451277
* The availability granted to the device for the specified products. "all"
12461278
* gives the device access to all products, regardless of approval status.

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseObjects.m

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,16 @@ @implementation GTLRAndroidEnterprise_LocalizedText
408408
@end
409409

410410

411+
// ----------------------------------------------------------------------------
412+
//
413+
// GTLRAndroidEnterprise_MaintenanceWindow
414+
//
415+
416+
@implementation GTLRAndroidEnterprise_MaintenanceWindow
417+
@dynamic durationMs, startTimeAfterMidnightMs;
418+
@end
419+
420+
411421
// ----------------------------------------------------------------------------
412422
//
413423
// GTLRAndroidEnterprise_ManagedConfiguration
@@ -627,7 +637,8 @@ @implementation GTLRAndroidEnterprise_Permission
627637
//
628638

629639
@implementation GTLRAndroidEnterprise_Policy
630-
@dynamic autoUpdatePolicy, productAvailabilityPolicy, productPolicy;
640+
@dynamic autoUpdatePolicy, maintenanceWindow, productAvailabilityPolicy,
641+
productPolicy;
631642

632643
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
633644
NSDictionary<NSString *, Class> *map = @{

0 commit comments

Comments
 (0)