Skip to content

Commit

Permalink
Generate current sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Mar 29, 2018
1 parent 2a72715 commit af9cea9
Show file tree
Hide file tree
Showing 151 changed files with 15,148 additions and 9,159 deletions.
8 changes: 4 additions & 4 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudTrace/*.{h,m}'
end
s.subspec 'CloudUserAccounts' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudUserAccounts/*.{h,m}'
end
s.subspec 'CloudVideoIntelligence' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudVideoIntelligence/*.{h,m}'
Expand Down Expand Up @@ -520,6 +516,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Testing/*.{h,m}'
end
s.subspec 'Texttospeech' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Texttospeech/*.{h,m}'
end
s.subspec 'ToolResults' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/ToolResults/*.{h,m}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,41 +1043,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Enviro
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web;

// ----------------------------------------------------------------------------
// GTLRAdExchangeBuyerII_FilterSet.format

/**
* A placeholder for an undefined format; indicates that no format filter
* will be applied.
*
* Value: "FORMAT_UNSPECIFIED"
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified;
/**
* The ad impression is a native ad, and display (i.e. image) format.
*
* Value: "NATIVE_DISPLAY"
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay;
/**
* The ad impression is a native ad, and video format.
*
* Value: "NATIVE_VIDEO"
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo;
/**
* The ad impression is not a native ad, and display (i.e. image) format.
*
* Value: "NON_NATIVE_DISPLAY"
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay;
/**
* The ad impression is not a native ad, and video format.
*
* Value: "NON_NATIVE_VIDEO"
*/
GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo;

// ----------------------------------------------------------------------------
// GTLRAdExchangeBuyerII_FilterSet.formats

Expand Down Expand Up @@ -2373,28 +2338,6 @@ GTLR_EXTERN NSString * const kGTLRAdExchangeBuyerII_ServingRestriction_Status_St
*/
@property(nonatomic, copy, nullable) NSString *environment;

/**
* DEPRECATED: use repeated formats field instead.
* The format on which to filter; optional.
*
* Likely values:
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified A
* placeholder for an undefined format; indicates that no format filter
* will be applied. (Value: "FORMAT_UNSPECIFIED")
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay The ad
* impression is a native ad, and display (i.e. image) format. (Value:
* "NATIVE_DISPLAY")
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo The ad
* impression is a native ad, and video format. (Value: "NATIVE_VIDEO")
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay The ad
* impression is not a native ad, and display (i.e. image) format.
* (Value: "NON_NATIVE_DISPLAY")
* @arg @c kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo The ad
* impression is not a native ad, and video format. (Value:
* "NON_NATIVE_VIDEO")
*/
@property(nonatomic, copy, nullable) NSString *format;

/**
* The list of formats on which to filter; may be empty. The filters
* represented by multiple formats are ORed together (i.e. if non-empty,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_EnvironmentUnspecified = @"ENVIRONMENT_UNSPECIFIED";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Environment_Web = @"WEB";

// GTLRAdExchangeBuyerII_FilterSet.format
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_FormatUnspecified = @"FORMAT_UNSPECIFIED";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeDisplay = @"NATIVE_DISPLAY";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NativeVideo = @"NATIVE_VIDEO";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeDisplay = @"NON_NATIVE_DISPLAY";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Format_NonNativeVideo = @"NON_NATIVE_VIDEO";

// GTLRAdExchangeBuyerII_FilterSet.formats
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_FormatUnspecified = @"FORMAT_UNSPECIFIED";
NSString * const kGTLRAdExchangeBuyerII_FilterSet_Formats_NativeDisplay = @"NATIVE_DISPLAY";
Expand Down Expand Up @@ -543,9 +536,9 @@ @implementation GTLRAdExchangeBuyerII_FilteringStats
//

@implementation GTLRAdExchangeBuyerII_FilterSet
@dynamic absoluteDateRange, creativeId, dealId, environment, format, formats,
name, platforms, realtimeTimeRange, relativeDateRange,
sellerNetworkIds, timeSeriesGranularity;
@dynamic absoluteDateRange, creativeId, dealId, environment, formats, name,
platforms, realtimeTimeRange, relativeDateRange, sellerNetworkIds,
timeSeriesGranularity;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
@class GTLRAndroidEnterprise_Install;
@class GTLRAndroidEnterprise_InstallFailureEvent;
@class GTLRAndroidEnterprise_LocalizedText;
@class GTLRAndroidEnterprise_MaintenanceWindow;
@class GTLRAndroidEnterprise_ManagedConfiguration;
@class GTLRAndroidEnterprise_ManagedConfigurationsSettings;
@class GTLRAndroidEnterprise_ManagedProperty;
Expand Down Expand Up @@ -856,6 +857,31 @@ NS_ASSUME_NONNULL_BEGIN
@end


/**
* Maintenance window for managed Google Play Accounts. This allows Play store
* to update the apps on the foreground in the designated window.
*/
@interface GTLRAndroidEnterprise_MaintenanceWindow : GTLRObject

/**
* Duration of the maintenance window, in milliseconds. The duration must be
* between 30 minutes and 24 hours (inclusive).
*
* Uses NSNumber of longLongValue.
*/
@property(nonatomic, strong, nullable) NSNumber *durationMs;

/**
* Start time of the maintenance window, in milliseconds after midnight on the
* device. Windows can span midnight.
*
* Uses NSNumber of longLongValue.
*/
@property(nonatomic, strong, nullable) NSNumber *startTimeAfterMidnightMs;

@end


/**
* A managed configuration resource contains the set of managed properties
* defined by the app developer in the app's managed configurations schema, as
Expand Down Expand Up @@ -1241,6 +1267,12 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property(nonatomic, copy, nullable) NSString *autoUpdatePolicy;

/**
* The maintenance window defining when apps running in the foreground should
* be updated. This feature is only supported on fully managed devices.
*/
@property(nonatomic, strong, nullable) GTLRAndroidEnterprise_MaintenanceWindow *maintenanceWindow;

/**
* The availability granted to the device for the specified products. "all"
* gives the device access to all products, regardless of approval status.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,16 @@ @implementation GTLRAndroidEnterprise_LocalizedText
@end


// ----------------------------------------------------------------------------
//
// GTLRAndroidEnterprise_MaintenanceWindow
//

@implementation GTLRAndroidEnterprise_MaintenanceWindow
@dynamic durationMs, startTimeAfterMidnightMs;
@end


// ----------------------------------------------------------------------------
//
// GTLRAndroidEnterprise_ManagedConfiguration
Expand Down Expand Up @@ -627,7 +637,8 @@ @implementation GTLRAndroidEnterprise_Permission
//

@implementation GTLRAndroidEnterprise_Policy
@dynamic autoUpdatePolicy, productAvailabilityPolicy, productPolicy;
@dynamic autoUpdatePolicy, maintenanceWindow, productAvailabilityPolicy,
productPolicy;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
Expand Down
Loading

0 comments on commit af9cea9

Please sign in to comment.