Skip to content

Commit 2097689

Browse files
committed
Generate current server sources.
1 parent 4fc39b6 commit 2097689

Some content is hidden

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

46 files changed

+1128
-2112
lines changed

Source/GeneratedServices/AlertCenter/GTLRAlertCenterObjects.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ GTLR_EXTERN NSString * const kGTLRAlertCenter_CloudPubsubTopic_PayloadFormat_Pay
100100
* This is only available for:
101101
* * Suspicious login
102102
* * Suspicious login (less secure app)
103+
* * Suspicious programmatic login
103104
* * User suspended (suspicious activity)
104105
*/
105106
@property(nonatomic, strong, nullable) GTLRAlertCenter_LoginDetails *loginDetails;

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseObjects.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ NS_ASSUME_NONNULL_BEGIN
478478
*/
479479
@property(nonatomic, strong, nullable) NSArray<GTLRAndroidEnterprise_AutoInstallConstraint *> *autoInstallConstraint;
480480

481-
/** The auto install mode. If unset defaults to AVAILABLE. */
481+
/** The auto install mode. If unset defaults to "doNotAutoInstall". */
482482
@property(nonatomic, copy, nullable) NSString *autoInstallMode;
483483

484484
/**
@@ -2245,7 +2245,8 @@ NS_ASSUME_NONNULL_BEGIN
22452245
@property(nonatomic, copy, nullable) NSString *displayMode;
22462246

22472247
/**
2248-
* A list of icons representing this website. Must have at least one element.
2248+
* A list of icons representing this website. If absent, a default icon (for
2249+
* create) or the current icon (for update) will be used.
22492250
*/
22502251
@property(nonatomic, strong, nullable) NSArray<GTLRAndroidEnterprise_WebAppIcon *> *icons;
22512252

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseQuery.h

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -535,34 +535,6 @@ GTLR_EXTERN NSString * const kGTLRAndroidEnterpriseRequestModeWaitForNotificatio
535535

536536
@end
537537

538-
/**
539-
* Deprecated and unused.
540-
*
541-
* Method: androidenterprise.enterprises.getAndroidDevicePolicyConfig
542-
*
543-
* Authorization scope(s):
544-
* @c kGTLRAuthScopeAndroidEnterprise
545-
*/
546-
@interface GTLRAndroidEnterpriseQuery_EnterprisesGetAndroidDevicePolicyConfig : GTLRAndroidEnterpriseQuery
547-
// Previous library name was
548-
// +[GTLQueryAndroidEnterprise queryForEnterprisesGetAndroidDevicePolicyConfigWithenterpriseId:]
549-
550-
/** The ID of the enterprise. */
551-
@property(nonatomic, copy, nullable) NSString *enterpriseId;
552-
553-
/**
554-
* Fetches a @c GTLRAndroidEnterprise_AndroidDevicePolicyConfig.
555-
*
556-
* Deprecated and unused.
557-
*
558-
* @param enterpriseId The ID of the enterprise.
559-
*
560-
* @return GTLRAndroidEnterpriseQuery_EnterprisesGetAndroidDevicePolicyConfig
561-
*/
562-
+ (instancetype)queryWithEnterpriseId:(NSString *)enterpriseId;
563-
564-
@end
565-
566538
/**
567539
* Returns a service account and credentials. The service account can be bound
568540
* to the enterprise by calling setAccount. The service account is unique to

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseQuery.m

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -317,25 +317,6 @@ + (instancetype)queryWithEnterpriseId:(NSString *)enterpriseId {
317317

318318
@end
319319

320-
@implementation GTLRAndroidEnterpriseQuery_EnterprisesGetAndroidDevicePolicyConfig
321-
322-
@dynamic enterpriseId;
323-
324-
+ (instancetype)queryWithEnterpriseId:(NSString *)enterpriseId {
325-
NSArray *pathParams = @[ @"enterpriseId" ];
326-
NSString *pathURITemplate = @"enterprises/{enterpriseId}/androidDevicePolicyConfig";
327-
GTLRAndroidEnterpriseQuery_EnterprisesGetAndroidDevicePolicyConfig *query =
328-
[[self alloc] initWithPathURITemplate:pathURITemplate
329-
HTTPMethod:nil
330-
pathParameterNames:pathParams];
331-
query.enterpriseId = enterpriseId;
332-
query.expectedObjectClass = [GTLRAndroidEnterprise_AndroidDevicePolicyConfig class];
333-
query.loggingName = @"androidenterprise.enterprises.getAndroidDevicePolicyConfig";
334-
return query;
335-
}
336-
337-
@end
338-
339320
@implementation GTLRAndroidEnterpriseQuery_EnterprisesGetServiceAccount
340321

341322
@dynamic enterpriseId, keyType;

Source/GeneratedServices/AndroidPublisher/GTLRAndroidPublisherObjects.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ NS_ASSUME_NONNULL_BEGIN
823823
* values are:
824824
* - Test (i.e. purchased from a license testing account)
825825
* - Promo (i.e. purchased using a promo code)
826+
* - Rewarded (i.e. from watching a video ad instead of paying)
826827
*
827828
* Uses NSNumber of intValue.
828829
*/

Source/GeneratedServices/Bigquery/GTLRBigqueryObjects.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,15 @@ NS_ASSUME_NONNULL_BEGIN
935935
/** [Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS. */
936936
@property(nonatomic, strong, nullable) GTLRBigquery_GoogleSheetsOptions *googleSheetsOptions;
937937

938+
/**
939+
* [Optional, Experimental] If hive partitioning is enabled, which mode to use.
940+
* Two modes are supported: - AUTO: automatically infer partition key name(s)
941+
* and type(s). - STRINGS: automatic infer partition key name(s). All types are
942+
* strings. Not all storage formats support hive partitioning -- requesting
943+
* hive partitioning on an unsupported format will lead to an error.
944+
*/
945+
@property(nonatomic, copy, nullable) NSString *hivePartitioningMode;
946+
938947
/**
939948
* [Optional] Indicates if BigQuery should allow extra values that are not
940949
* represented in the table schema. If true, the extra values are ignored. If
@@ -1442,6 +1451,15 @@ NS_ASSUME_NONNULL_BEGIN
14421451
*/
14431452
@property(nonatomic, copy, nullable) NSString *fieldDelimiter;
14441453

1454+
/**
1455+
* [Optional, Experimental] If hive partitioning is enabled, which mode to use.
1456+
* Two modes are supported: - AUTO: automatically infer partition key name(s)
1457+
* and type(s). - STRINGS: automatic infer partition key name(s). All types are
1458+
* strings. Not all storage formats support hive partitioning -- requesting
1459+
* hive partitioning on an unsupported format will lead to an error.
1460+
*/
1461+
@property(nonatomic, copy, nullable) NSString *hivePartitioningMode;
1462+
14451463
/**
14461464
* [Optional] Indicates if BigQuery should allow extra values that are not
14471465
* represented in the table schema. If true, the extra values are ignored. If

Source/GeneratedServices/Bigquery/GTLRBigqueryObjects.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ + (BOOL)isKindValidForClassRegistry {
298298

299299
@implementation GTLRBigquery_ExternalDataConfiguration
300300
@dynamic autodetect, bigtableOptions, compression, csvOptions,
301-
googleSheetsOptions, ignoreUnknownValues, maxBadRecords, schema,
302-
sourceFormat, sourceUris;
301+
googleSheetsOptions, hivePartitioningMode, ignoreUnknownValues,
302+
maxBadRecords, schema, sourceFormat, sourceUris;
303303

304304
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
305305
NSDictionary<NSString *, Class> *map = @{
@@ -455,10 +455,10 @@ @implementation GTLRBigquery_JobConfigurationLoad
455455
@dynamic allowJaggedRows, allowQuotedNewlines, autodetect, clustering,
456456
createDisposition, destinationEncryptionConfiguration,
457457
destinationTable, destinationTableProperties, encoding, fieldDelimiter,
458-
ignoreUnknownValues, maxBadRecords, nullMarker, projectionFields,
459-
quote, rangePartitioning, schema, schemaInline, schemaInlineFormat,
460-
schemaUpdateOptions, skipLeadingRows, sourceFormat, sourceUris,
461-
timePartitioning, useAvroLogicalTypes, writeDisposition;
458+
hivePartitioningMode, ignoreUnknownValues, maxBadRecords, nullMarker,
459+
projectionFields, quote, rangePartitioning, schema, schemaInline,
460+
schemaInlineFormat, schemaUpdateOptions, skipLeadingRows, sourceFormat,
461+
sourceUris, timePartitioning, useAvroLogicalTypes, writeDisposition;
462462

463463
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
464464
NSDictionary<NSString *, Class> *map = @{

Source/GeneratedServices/CloudBuild/GTLRCloudBuildObjects.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,8 @@ GTLR_EXTERN NSString * const kGTLRCloudBuild_Hash_Type_Sha256;
12831283

12841284
/**
12851285
* Output only. Hash(es) of the build source, which can be used to verify that
1286-
* the originalsource integrity was maintained in the build. Note that
1287-
* `FileHashes` willonly be populated if `BuildOptions` has requested a
1286+
* the original source integrity was maintained in the build. Note that
1287+
* `FileHashes` will only be populated if `BuildOptions` has requested a
12881288
* `SourceProvenanceHash`.
12891289
* The keys to this map are file paths used as build source and the values
12901290
* contain the hash values for those files.
@@ -1310,8 +1310,8 @@ GTLR_EXTERN NSString * const kGTLRCloudBuild_Hash_Type_Sha256;
13101310

13111311
/**
13121312
* Output only. Hash(es) of the build source, which can be used to verify that
1313-
* the originalsource integrity was maintained in the build. Note that
1314-
* `FileHashes` willonly be populated if `BuildOptions` has requested a
1313+
* the original source integrity was maintained in the build. Note that
1314+
* `FileHashes` will only be populated if `BuildOptions` has requested a
13151315
* `SourceProvenanceHash`.
13161316
* The keys to this map are file paths used as build source and the values
13171317
* contain the hash values for those files.

Source/GeneratedServices/CloudFilestore/GTLRCloudFilestore.h

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

33
// ----------------------------------------------------------------------------
44
// API:
5-
// Cloud Filestore API (file/v1beta1)
5+
// Cloud Filestore API (file/v1)
66
// Description:
77
// The Cloud Filestore API is used for creating and managing cloud file
88
// servers.

0 commit comments

Comments
 (0)