Skip to content

Commit d46fb27

Browse files
committed
Regenerate current services.
1 parent 7f1307c commit d46fb27

File tree

67 files changed

+23064
-36842
lines changed

Some content is hidden

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

67 files changed

+23064
-36842
lines changed

Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m

+4,642-7,842
Large diffs are not rendered by default.

Sources/GeneratedServices/Aiplatform/GTLRAiplatformQuery.m

+27
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,33 @@ + (instancetype)queryWithParent:(NSString *)parent {
10061006

10071007
@end
10081008

1009+
@implementation GTLRAiplatformQuery_ProjectsLocationsDatasetsDatasetVersionsPatch
1010+
1011+
@dynamic name, updateMask;
1012+
1013+
+ (instancetype)queryWithObject:(GTLRAiplatform_GoogleCloudAiplatformV1DatasetVersion *)object
1014+
name:(NSString *)name {
1015+
if (object == nil) {
1016+
#if defined(DEBUG) && DEBUG
1017+
NSAssert(object != nil, @"Got a nil object");
1018+
#endif
1019+
return nil;
1020+
}
1021+
NSArray *pathParams = @[ @"name" ];
1022+
NSString *pathURITemplate = @"v1/{+name}";
1023+
GTLRAiplatformQuery_ProjectsLocationsDatasetsDatasetVersionsPatch *query =
1024+
[[self alloc] initWithPathURITemplate:pathURITemplate
1025+
HTTPMethod:@"PATCH"
1026+
pathParameterNames:pathParams];
1027+
query.bodyObject = object;
1028+
query.name = name;
1029+
query.expectedObjectClass = [GTLRAiplatform_GoogleCloudAiplatformV1DatasetVersion class];
1030+
query.loggingName = @"aiplatform.projects.locations.datasets.datasetVersions.patch";
1031+
return query;
1032+
}
1033+
1034+
@end
1035+
10091036
@implementation GTLRAiplatformQuery_ProjectsLocationsDatasetsDatasetVersionsRestore
10101037

10111038
@dynamic name;

Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformObjects.h

+16,535-28,768
Large diffs are not rendered by default.

Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformQuery.h

+38
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,44 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatformViewPublisherModelViewUnspecif
20022002

20032003
@end
20042004

2005+
/**
2006+
* Updates a DatasetVersion.
2007+
*
2008+
* Method: aiplatform.projects.locations.datasets.datasetVersions.patch
2009+
*
2010+
* Authorization scope(s):
2011+
* @c kGTLRAuthScopeAiplatformCloudPlatform
2012+
*/
2013+
@interface GTLRAiplatformQuery_ProjectsLocationsDatasetsDatasetVersionsPatch : GTLRAiplatformQuery
2014+
2015+
/** Output only. The resource name of the DatasetVersion. */
2016+
@property(nonatomic, copy, nullable) NSString *name;
2017+
2018+
/**
2019+
* Required. The update mask applies to the resource. For the `FieldMask`
2020+
* definition, see google.protobuf.FieldMask. Updatable fields: *
2021+
* `display_name`
2022+
*
2023+
* String format is a comma-separated list of fields.
2024+
*/
2025+
@property(nonatomic, copy, nullable) NSString *updateMask;
2026+
2027+
/**
2028+
* Fetches a @c GTLRAiplatform_GoogleCloudAiplatformV1DatasetVersion.
2029+
*
2030+
* Updates a DatasetVersion.
2031+
*
2032+
* @param object The @c GTLRAiplatform_GoogleCloudAiplatformV1DatasetVersion to
2033+
* include in the query.
2034+
* @param name Output only. The resource name of the DatasetVersion.
2035+
*
2036+
* @return GTLRAiplatformQuery_ProjectsLocationsDatasetsDatasetVersionsPatch
2037+
*/
2038+
+ (instancetype)queryWithObject:(GTLRAiplatform_GoogleCloudAiplatformV1DatasetVersion *)object
2039+
name:(NSString *)name;
2040+
2041+
@end
2042+
20052043
/**
20062044
* Restores a dataset version.
20072045
*

Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherObjects.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -2571,7 +2571,8 @@ GTLR_DEPRECATED
25712571

25722572

25732573
/**
2574-
* Information specific to a subscription in canceled state.
2574+
* Information specific to a subscription in the SUBSCRIPTION_STATE_CANCELED or
2575+
* SUBSCRIPTION_STATE_EXPIRED state.
25752576
*/
25762577
@interface GTLRAndroidPublisher_CanceledStateContext : GTLRObject
25772578

Sources/GeneratedServices/Apigee/GTLRApigeeObjects.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -4125,7 +4125,7 @@ @implementation GTLRApigee_GoogleCloudApigeeV1SecurityActionAllow
41254125

41264126
@implementation GTLRApigee_GoogleCloudApigeeV1SecurityActionConditionConfig
41274127
@dynamic accessTokens, apiKeys, apiProducts, asns, botReasons, developerApps,
4128-
developers, ipAddressRanges, regionCodes, userAgents;
4128+
developers, httpMethods, ipAddressRanges, regionCodes, userAgents;
41294129

41304130
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
41314131
NSDictionary<NSString *, Class> *map = @{
@@ -4136,6 +4136,7 @@ @implementation GTLRApigee_GoogleCloudApigeeV1SecurityActionConditionConfig
41364136
@"botReasons" : [NSString class],
41374137
@"developerApps" : [NSString class],
41384138
@"developers" : [NSString class],
4139+
@"httpMethods" : [NSString class],
41394140
@"ipAddressRanges" : [NSString class],
41404141
@"regionCodes" : [NSString class],
41414142
@"userAgents" : [NSString class]

Sources/GeneratedServices/Apigee/Public/GoogleAPIClientForREST/GTLRApigeeObjects.h

+7
Original file line numberDiff line numberDiff line change
@@ -9781,6 +9781,13 @@ FOUNDATION_EXTERN NSString * const kGTLRApigee_GoogleIamV1AuditLogConfig_LogType
97819781
/** Optional. A list of developers. Limit 1000 per action. */
97829782
@property(nonatomic, strong, nullable) NSArray<NSString *> *developers;
97839783

9784+
/**
9785+
* Optional. Act only on particular HTTP methods. E.g. A read-only API can
9786+
* block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT,
9787+
* DELETE, CONNECT, OPTIONS, TRACE and PATCH.
9788+
*/
9789+
@property(nonatomic, strong, nullable) NSArray<NSString *> *httpMethods;
9790+
97849791
/**
97859792
* Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited
97869793
* to 100 per action.

Sources/GeneratedServices/ArtifactRegistry/GTLRArtifactRegistryObjects.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@ @implementation GTLRArtifactRegistry_RemoteRepositoryConfig
11181118
@implementation GTLRArtifactRegistry_Repository
11191119
@dynamic cleanupPolicies, cleanupPolicyDryRun, createTime, descriptionProperty,
11201120
disallowUnspecifiedMode, dockerConfig, format, kmsKeyName, labels,
1121-
mavenConfig, mode, name, remoteRepositoryConfig, satisfiesPzs,
1122-
sizeBytes, updateTime, virtualRepositoryConfig;
1121+
mavenConfig, mode, name, remoteRepositoryConfig, satisfiesPzi,
1122+
satisfiesPzs, sizeBytes, updateTime, virtualRepositoryConfig;
11231123

11241124
+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
11251125
return @{ @"descriptionProperty" : @"description" };

Sources/GeneratedServices/ArtifactRegistry/GTLRArtifactRegistryQuery.m

+28-28
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,6 @@ @implementation GTLRArtifactRegistryQuery
2929

3030
@end
3131

32-
@implementation GTLRArtifactRegistryQuery_MediaDownload
33-
34-
@dynamic name;
35-
36-
+ (instancetype)queryWithName:(NSString *)name {
37-
NSArray *pathParams = @[ @"name" ];
38-
NSString *pathURITemplate = @"v1/{+name}:download";
39-
GTLRArtifactRegistryQuery_MediaDownload *query =
40-
[[self alloc] initWithPathURITemplate:pathURITemplate
41-
HTTPMethod:nil
42-
pathParameterNames:pathParams];
43-
query.name = name;
44-
query.expectedObjectClass = [GTLRArtifactRegistry_DownloadFileResponse class];
45-
query.loggingName = @"artifactregistry.media.download";
46-
return query;
47-
}
48-
49-
+ (instancetype)queryForMediaWithName:(NSString *)name {
50-
GTLRArtifactRegistryQuery_MediaDownload *query =
51-
[self queryWithName:name];
52-
query.downloadAsDataObjectType = @"media";
53-
query.useMediaDownloadService = YES;
54-
query.loggingName = @"Download artifactregistry.media.download";
55-
return query;
56-
}
57-
58-
@end
59-
6032
@implementation GTLRArtifactRegistryQuery_ProjectsGetProjectSettings
6133

6234
@dynamic name;
@@ -292,6 +264,34 @@ + (instancetype)queryWithParent:(NSString *)parent {
292264

293265
@end
294266

267+
@implementation GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload
268+
269+
@dynamic name;
270+
271+
+ (instancetype)queryWithName:(NSString *)name {
272+
NSArray *pathParams = @[ @"name" ];
273+
NSString *pathURITemplate = @"v1/{+name}:download";
274+
GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload *query =
275+
[[self alloc] initWithPathURITemplate:pathURITemplate
276+
HTTPMethod:nil
277+
pathParameterNames:pathParams];
278+
query.name = name;
279+
query.expectedObjectClass = [GTLRArtifactRegistry_DownloadFileResponse class];
280+
query.loggingName = @"artifactregistry.projects.locations.repositories.files.download";
281+
return query;
282+
}
283+
284+
+ (instancetype)queryForMediaWithName:(NSString *)name {
285+
GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload *query =
286+
[self queryWithName:name];
287+
query.downloadAsDataObjectType = @"media";
288+
query.useMediaDownloadService = YES;
289+
query.loggingName = @"Download artifactregistry.projects.locations.repositories.files.download";
290+
return query;
291+
}
292+
293+
@end
294+
295295
@implementation GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesGet
296296

297297
@dynamic name;

Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryObjects.h

+11-3
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_YumArtifact_PackageType
10511051

10521052
/**
10531053
* The name of the file, for example:
1054-
* "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt".
1054+
* `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`.
10551055
* If the file ID part contains slashes, they are escaped.
10561056
*/
10571057
@property(nonatomic, copy, nullable) NSString *name;
@@ -2413,13 +2413,21 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_YumArtifact_PackageType
24132413

24142414
/**
24152415
* The name of the repository, for example:
2416-
* `projects/p1/locations/us-central1/repositories/repo1`.
2416+
* `projects/p1/locations/us-central1/repositories/repo1`. For each location in
2417+
* a project, repository names must be unique.
24172418
*/
24182419
@property(nonatomic, copy, nullable) NSString *name;
24192420

24202421
/** Configuration specific for a Remote Repository. */
24212422
@property(nonatomic, strong, nullable) GTLRArtifactRegistry_RemoteRepositoryConfig *remoteRepositoryConfig;
24222423

2424+
/**
2425+
* Output only. If set, the repository satisfies physical zone isolation.
2426+
*
2427+
* Uses NSNumber of boolValue.
2428+
*/
2429+
@property(nonatomic, strong, nullable) NSNumber *satisfiesPzi;
2430+
24232431
/**
24242432
* Output only. If set, the repository satisfies physical zone separation.
24252433
*
@@ -2937,7 +2945,7 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_YumArtifact_PackageType
29372945

29382946

29392947
/**
2940-
* Virtual repository configuration.
2948+
* LINT.IfChange Virtual repository configuration.
29412949
*/
29422950
@interface GTLRArtifactRegistry_VirtualRepositoryConfig : GTLRObject
29432951

Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryQuery.h

+42-40
Original file line numberDiff line numberDiff line change
@@ -63,44 +63,6 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
6363

6464
@end
6565

66-
/**
67-
* Download a file.
68-
*
69-
* Method: artifactregistry.media.download
70-
*
71-
* Authorization scope(s):
72-
* @c kGTLRAuthScopeArtifactRegistryCloudPlatform
73-
* @c kGTLRAuthScopeArtifactRegistryCloudPlatformReadOnly
74-
*/
75-
@interface GTLRArtifactRegistryQuery_MediaDownload : GTLRArtifactRegistryQuery
76-
77-
/** Required. The name of the file to download. */
78-
@property(nonatomic, copy, nullable) NSString *name;
79-
80-
/**
81-
* Fetches a @c GTLRArtifactRegistry_DownloadFileResponse.
82-
*
83-
* Download a file.
84-
*
85-
* @param name Required. The name of the file to download.
86-
*
87-
* @return GTLRArtifactRegistryQuery_MediaDownload
88-
*/
89-
+ (instancetype)queryWithName:(NSString *)name;
90-
91-
/**
92-
* Fetches the requested resource data as a @c GTLRDataObject.
93-
*
94-
* Download a file.
95-
*
96-
* @param name Required. The name of the file to download.
97-
*
98-
* @return GTLRArtifactRegistryQuery_MediaDownload
99-
*/
100-
+ (instancetype)queryForMediaWithName:(NSString *)name;
101-
102-
@end
103-
10466
/**
10567
* Retrieves the Settings for the Project.
10668
*
@@ -479,6 +441,44 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
479441

480442
@end
481443

444+
/**
445+
* Download a file.
446+
*
447+
* Method: artifactregistry.projects.locations.repositories.files.download
448+
*
449+
* Authorization scope(s):
450+
* @c kGTLRAuthScopeArtifactRegistryCloudPlatform
451+
* @c kGTLRAuthScopeArtifactRegistryCloudPlatformReadOnly
452+
*/
453+
@interface GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload : GTLRArtifactRegistryQuery
454+
455+
/** Required. The name of the file to download. */
456+
@property(nonatomic, copy, nullable) NSString *name;
457+
458+
/**
459+
* Fetches a @c GTLRArtifactRegistry_DownloadFileResponse.
460+
*
461+
* Download a file.
462+
*
463+
* @param name Required. The name of the file to download.
464+
*
465+
* @return GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload
466+
*/
467+
+ (instancetype)queryWithName:(NSString *)name;
468+
469+
/**
470+
* Fetches the requested resource data as a @c GTLRDataObject.
471+
*
472+
* Download a file.
473+
*
474+
* @param name Required. The name of the file to download.
475+
*
476+
* @return GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesFilesDownload
477+
*/
478+
+ (instancetype)queryForMediaWithName:(NSString *)name;
479+
480+
@end
481+
482482
/**
483483
* Gets a file.
484484
*
@@ -1512,7 +1512,8 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
15121512

15131513
/**
15141514
* The name of the repository, for example:
1515-
* `projects/p1/locations/us-central1/repositories/repo1`.
1515+
* `projects/p1/locations/us-central1/repositories/repo1`. For each location in
1516+
* a project, repository names must be unique.
15161517
*/
15171518
@property(nonatomic, copy, nullable) NSString *name;
15181519

@@ -1532,7 +1533,8 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
15321533
* @param object The @c GTLRArtifactRegistry_Repository to include in the
15331534
* query.
15341535
* @param name The name of the repository, for example:
1535-
* `projects/p1/locations/us-central1/repositories/repo1`.
1536+
* `projects/p1/locations/us-central1/repositories/repo1`. For each location
1537+
* in a project, repository names must be unique.
15361538
*
15371539
* @return GTLRArtifactRegistryQuery_ProjectsLocationsRepositoriesPatch
15381540
*/

Sources/GeneratedServices/AuthorizedBuyersMarketplace/GTLRAuthorizedBuyersMarketplaceObjects.m

+12-3
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,18 @@ + (NSString *)collectionItemsKey {
749749
//
750750

751751
@implementation GTLRAuthorizedBuyersMarketplace_MarketplaceTargeting
752-
@dynamic daypartTargeting, geoTargeting, inventorySizeTargeting,
753-
inventoryTypeTargeting, placementTargeting, technologyTargeting,
754-
userListTargeting, videoTargeting;
752+
@dynamic daypartTargeting, excludedSensitiveCategoryIds, geoTargeting,
753+
inventorySizeTargeting, inventoryTypeTargeting, placementTargeting,
754+
technologyTargeting, userListTargeting, verticalTargeting,
755+
videoTargeting;
756+
757+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
758+
NSDictionary<NSString *, Class> *map = @{
759+
@"excludedSensitiveCategoryIds" : [NSNumber class]
760+
};
761+
return map;
762+
}
763+
755764
@end
756765

757766

Sources/GeneratedServices/AuthorizedBuyersMarketplace/GTLRAuthorizedBuyersMarketplaceQuery.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ @implementation GTLRAuthorizedBuyersMarketplaceQuery
1919

2020
@implementation GTLRAuthorizedBuyersMarketplaceQuery_BiddersAuctionPackagesList
2121

22-
@dynamic filter, pageSize, pageToken, parent;
22+
@dynamic filter, orderBy, pageSize, pageToken, parent;
2323

2424
+ (instancetype)queryWithParent:(NSString *)parent {
2525
NSArray *pathParams = @[ @"parent" ];
@@ -76,7 +76,7 @@ + (instancetype)queryWithName:(NSString *)name {
7676

7777
@implementation GTLRAuthorizedBuyersMarketplaceQuery_BuyersAuctionPackagesList
7878

79-
@dynamic filter, pageSize, pageToken, parent;
79+
@dynamic filter, orderBy, pageSize, pageToken, parent;
8080

8181
+ (instancetype)queryWithParent:(NSString *)parent {
8282
NSArray *pathParams = @[ @"parent" ];

0 commit comments

Comments
 (0)