Skip to content

Commit c7ad23f

Browse files
committed
Generate current sources.
1 parent 5fa19a1 commit c7ad23f

File tree

53 files changed

+4667
-295
lines changed

Some content is hidden

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

53 files changed

+4667
-295
lines changed

Sources/GeneratedServices/APIhub/Public/GoogleAPIClientForREST/GTLRAPIhubQuery.h

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhubViewMcpTool;
32693269
@end
32703270

32713271
/**
3272-
* Lists information about the supported locations for this service.
3272+
* Lists information about the supported locations for this service. This
3273+
* method can be called in two ways: * **List all public locations:** Use the
3274+
* path `GET /v1/locations`. * **List project-visible locations:** Use the path
3275+
* `GET /v1/projects/{project_id}/locations`. This may include public locations
3276+
* as well as private or other locations specifically visible to the project.
32733277
*
32743278
* Method: apihub.projects.locations.list
32753279
*
@@ -3309,7 +3313,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhubViewMcpTool;
33093313
/**
33103314
* Fetches a @c GTLRAPIhub_GoogleCloudLocationListLocationsResponse.
33113315
*
3312-
* Lists information about the supported locations for this service.
3316+
* Lists information about the supported locations for this service. This
3317+
* method can be called in two ways: * **List all public locations:** Use the
3318+
* path `GET /v1/locations`. * **List project-visible locations:** Use the path
3319+
* `GET /v1/projects/{project_id}/locations`. This may include public locations
3320+
* as well as private or other locations specifically visible to the project.
33133321
*
33143322
* @param name The resource that owns the locations collection, if applicable.
33153323
*

Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2683,7 +2683,7 @@ @implementation GTLRAiplatform_GoogleCloudAiplatformV1Candidate
26832683
//
26842684

26852685
@implementation GTLRAiplatform_GoogleCloudAiplatformV1CandidateResponse
2686-
@dynamic candidate, text, value;
2686+
@dynamic candidate, error, text, value;
26872687
@end
26882688

26892689

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10266,6 +10266,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1UsageM
1026610266
/** Required. The name of the candidate that produced the response. */
1026710267
@property(nonatomic, copy, nullable) NSString *candidate;
1026810268

10269+
/** Output only. Error while scraping model or agent. */
10270+
@property(nonatomic, strong, nullable) GTLRAiplatform_GoogleRpcStatus *error;
10271+
1026910272
/** Text response. */
1027010273
@property(nonatomic, copy, nullable) NSString *text;
1027110274

Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11685,7 +11685,7 @@ GTLR_DEPRECATED
1168511685

1168611686
/**
1168711687
* Provides telephony information associated with each SIM card on the device.
11688-
* Only supported on fully managed devices starting from Android API level 23.
11688+
* Only supported on fully managed devices starting from Android 6.
1168911689
*/
1169011690
@property(nonatomic, strong, nullable) NSArray<GTLRAndroidManagement_TelephonyInfo *> *telephonyInfos;
1169111691

@@ -14900,16 +14900,18 @@ GTLR_DEPRECATED
1490014900

1490114901

1490214902
/**
14903-
* Telephony information associated with a given SIM card on the device. Only
14904-
* supported on fully managed devices starting from Android API level 23.
14903+
* Telephony information associated with a given SIM card on the device. This
14904+
* is supported for all SIM cards on fully managed devices on Android 6 and
14905+
* above. In addition, this is supported for admin-added eSIMs on all devices
14906+
* for Android 15 and above.
1490514907
*/
1490614908
@interface GTLRAndroidManagement_TelephonyInfo : GTLRObject
1490714909

1490814910
/**
1490914911
* Output only. Activation state of the SIM card on the device. This is
14910-
* applicable for eSIMs only. This is supported on all devices for API level 35
14912+
* applicable for eSIMs only. This is supported on all devices for Android 15
1491114913
* and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and
14912-
* for devices below API level 35.
14914+
* for devices below Android 15.
1491314915
*
1491414916
* Likely values:
1491514917
* @arg @c kGTLRAndroidManagement_TelephonyInfo_ActivationState_Activated The
@@ -14927,9 +14929,9 @@ GTLR_DEPRECATED
1492714929

1492814930
/**
1492914931
* Output only. The configuration mode of the SIM card on the device. This is
14930-
* applicable for eSIMs only. This is supported on all devices for API level 35
14932+
* applicable for eSIMs only. This is supported on all devices for Android 15
1493114933
* and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
14932-
* devices below API level 35.
14934+
* devices below Android 15.
1493314935
*
1493414936
* Likely values:
1493514937
* @arg @c kGTLRAndroidManagement_TelephonyInfo_ConfigMode_AdminConfigured

Sources/GeneratedServices/ArtifactRegistry/GTLRArtifactRegistryObjects.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
NSString * const kGTLRArtifactRegistry_GoogleDevtoolsArtifactregistryV1Rule_Operation_OperationUnspecified = @"OPERATION_UNSPECIFIED";
6060

6161
// GTLRArtifactRegistry_Hash.type
62+
NSString * const kGTLRArtifactRegistry_Hash_Type_DirsumSha256 = @"DIRSUM_SHA256";
6263
NSString * const kGTLRArtifactRegistry_Hash_Type_HashTypeUnspecified = @"HASH_TYPE_UNSPECIFIED";
6364
NSString * const kGTLRArtifactRegistry_Hash_Type_Md5 = @"MD5";
6465
NSString * const kGTLRArtifactRegistry_Hash_Type_Sha256 = @"SHA256";

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_GoogleDevtoolsArtifactr
296296
// ----------------------------------------------------------------------------
297297
// GTLRArtifactRegistry_Hash.type
298298

299+
/**
300+
* Dirsum SHA256 hash.
301+
*
302+
* Value: "DIRSUM_SHA256"
303+
*/
304+
FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_Hash_Type_DirsumSha256;
299305
/**
300306
* Unspecified.
301307
*
@@ -1584,6 +1590,8 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_YumArtifact_PackageType
15841590
* The algorithm used to compute the hash value.
15851591
*
15861592
* Likely values:
1593+
* @arg @c kGTLRArtifactRegistry_Hash_Type_DirsumSha256 Dirsum SHA256 hash.
1594+
* (Value: "DIRSUM_SHA256")
15871595
* @arg @c kGTLRArtifactRegistry_Hash_Type_HashTypeUnspecified Unspecified.
15881596
* (Value: "HASH_TYPE_UNSPECIFIED")
15891597
* @arg @c kGTLRArtifactRegistry_Hash_Type_Md5 MD5 hash. (Value: "MD5")

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
145145
@end
146146

147147
/**
148-
* Lists information about the supported locations for this service.
148+
* Lists information about the supported locations for this service. This
149+
* method can be called in two ways: * **List all public locations:** Use the
150+
* path `GET /v1/locations`. * **List project-visible locations:** Use the path
151+
* `GET /v1/projects/{project_id}/locations`. This may include public locations
152+
* as well as private or other locations specifically visible to the project.
149153
*
150154
* Method: artifactregistry.projects.locations.list
151155
*
@@ -186,7 +190,11 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistryViewVersionViewUnspecifi
186190
/**
187191
* Fetches a @c GTLRArtifactRegistry_ListLocationsResponse.
188192
*
189-
* Lists information about the supported locations for this service.
193+
* Lists information about the supported locations for this service. This
194+
* method can be called in two ways: * **List all public locations:** Use the
195+
* path `GET /v1/locations`. * **List project-visible locations:** Use the path
196+
* `GET /v1/projects/{project_id}/locations`. This may include public locations
197+
* as well as private or other locations specifically visible to the project.
190198
*
191199
* @param name The resource that owns the locations collection, if applicable.
192200
*

Sources/GeneratedServices/BigLakeService/GTLRBigLakeServiceObjects.m

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,39 @@ @implementation GTLRBigLakeService_Table
310310
}
311311

312312
@end
313+
314+
315+
// ----------------------------------------------------------------------------
316+
//
317+
// GTLRBigLakeService_TestIamPermissionsRequest
318+
//
319+
320+
@implementation GTLRBigLakeService_TestIamPermissionsRequest
321+
@dynamic permissions;
322+
323+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
324+
NSDictionary<NSString *, Class> *map = @{
325+
@"permissions" : [NSString class]
326+
};
327+
return map;
328+
}
329+
330+
@end
331+
332+
333+
// ----------------------------------------------------------------------------
334+
//
335+
// GTLRBigLakeService_TestIamPermissionsResponse
336+
//
337+
338+
@implementation GTLRBigLakeService_TestIamPermissionsResponse
339+
@dynamic permissions;
340+
341+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
342+
NSDictionary<NSString *, Class> *map = @{
343+
@"permissions" : [NSString class]
344+
};
345+
return map;
346+
}
347+
348+
@end

Sources/GeneratedServices/BigLakeService/GTLRBigLakeServiceQuery.m

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,110 @@ + (instancetype)queryWithObject:(GTLRBigLakeService_SetIamPolicyRequest *)object
103103

104104
@end
105105

106+
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesGetIamPolicy
107+
108+
@dynamic optionsRequestedPolicyVersion, resource;
109+
110+
+ (NSDictionary<NSString *, NSString *> *)parameterNameMap {
111+
return @{ @"optionsRequestedPolicyVersion" : @"options.requestedPolicyVersion" };
112+
}
113+
114+
+ (instancetype)queryWithResource:(NSString *)resource {
115+
NSArray *pathParams = @[ @"resource" ];
116+
NSString *pathURITemplate = @"v1/{+resource}:getIamPolicy";
117+
GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesGetIamPolicy *query =
118+
[[self alloc] initWithPathURITemplate:pathURITemplate
119+
HTTPMethod:nil
120+
pathParameterNames:pathParams];
121+
query.resource = resource;
122+
query.expectedObjectClass = [GTLRBigLakeService_Policy class];
123+
query.loggingName = @"biglake.projects.catalogs.namespaces.tables.getIamPolicy";
124+
return query;
125+
}
126+
127+
@end
128+
129+
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesSetIamPolicy
130+
131+
@dynamic resource;
132+
133+
+ (instancetype)queryWithObject:(GTLRBigLakeService_SetIamPolicyRequest *)object
134+
resource:(NSString *)resource {
135+
if (object == nil) {
136+
#if defined(DEBUG) && DEBUG
137+
NSAssert(object != nil, @"Got a nil object");
138+
#endif
139+
return nil;
140+
}
141+
NSArray *pathParams = @[ @"resource" ];
142+
NSString *pathURITemplate = @"v1/{+resource}:setIamPolicy";
143+
GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesSetIamPolicy *query =
144+
[[self alloc] initWithPathURITemplate:pathURITemplate
145+
HTTPMethod:@"POST"
146+
pathParameterNames:pathParams];
147+
query.bodyObject = object;
148+
query.resource = resource;
149+
query.expectedObjectClass = [GTLRBigLakeService_Policy class];
150+
query.loggingName = @"biglake.projects.catalogs.namespaces.tables.setIamPolicy";
151+
return query;
152+
}
153+
154+
@end
155+
156+
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesTestIamPermissions
157+
158+
@dynamic resource;
159+
160+
+ (instancetype)queryWithObject:(GTLRBigLakeService_TestIamPermissionsRequest *)object
161+
resource:(NSString *)resource {
162+
if (object == nil) {
163+
#if defined(DEBUG) && DEBUG
164+
NSAssert(object != nil, @"Got a nil object");
165+
#endif
166+
return nil;
167+
}
168+
NSArray *pathParams = @[ @"resource" ];
169+
NSString *pathURITemplate = @"v1/{+resource}:testIamPermissions";
170+
GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTablesTestIamPermissions *query =
171+
[[self alloc] initWithPathURITemplate:pathURITemplate
172+
HTTPMethod:@"POST"
173+
pathParameterNames:pathParams];
174+
query.bodyObject = object;
175+
query.resource = resource;
176+
query.expectedObjectClass = [GTLRBigLakeService_TestIamPermissionsResponse class];
177+
query.loggingName = @"biglake.projects.catalogs.namespaces.tables.testIamPermissions";
178+
return query;
179+
}
180+
181+
@end
182+
183+
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTestIamPermissions
184+
185+
@dynamic resource;
186+
187+
+ (instancetype)queryWithObject:(GTLRBigLakeService_TestIamPermissionsRequest *)object
188+
resource:(NSString *)resource {
189+
if (object == nil) {
190+
#if defined(DEBUG) && DEBUG
191+
NSAssert(object != nil, @"Got a nil object");
192+
#endif
193+
return nil;
194+
}
195+
NSArray *pathParams = @[ @"resource" ];
196+
NSString *pathURITemplate = @"v1/{+resource}:testIamPermissions";
197+
GTLRBigLakeServiceQuery_ProjectsCatalogsNamespacesTestIamPermissions *query =
198+
[[self alloc] initWithPathURITemplate:pathURITemplate
199+
HTTPMethod:@"POST"
200+
pathParameterNames:pathParams];
201+
query.bodyObject = object;
202+
query.resource = resource;
203+
query.expectedObjectClass = [GTLRBigLakeService_TestIamPermissionsResponse class];
204+
query.loggingName = @"biglake.projects.catalogs.namespaces.testIamPermissions";
205+
return query;
206+
}
207+
208+
@end
209+
106210
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsSetIamPolicy
107211

108212
@dynamic resource;
@@ -130,6 +234,33 @@ + (instancetype)queryWithObject:(GTLRBigLakeService_SetIamPolicyRequest *)object
130234

131235
@end
132236

237+
@implementation GTLRBigLakeServiceQuery_ProjectsCatalogsTestIamPermissions
238+
239+
@dynamic resource;
240+
241+
+ (instancetype)queryWithObject:(GTLRBigLakeService_TestIamPermissionsRequest *)object
242+
resource:(NSString *)resource {
243+
if (object == nil) {
244+
#if defined(DEBUG) && DEBUG
245+
NSAssert(object != nil, @"Got a nil object");
246+
#endif
247+
return nil;
248+
}
249+
NSArray *pathParams = @[ @"resource" ];
250+
NSString *pathURITemplate = @"v1/{+resource}:testIamPermissions";
251+
GTLRBigLakeServiceQuery_ProjectsCatalogsTestIamPermissions *query =
252+
[[self alloc] initWithPathURITemplate:pathURITemplate
253+
HTTPMethod:@"POST"
254+
pathParameterNames:pathParams];
255+
query.bodyObject = object;
256+
query.resource = resource;
257+
query.expectedObjectClass = [GTLRBigLakeService_TestIamPermissionsResponse class];
258+
query.loggingName = @"biglake.projects.catalogs.testIamPermissions";
259+
return query;
260+
}
261+
262+
@end
263+
133264
@implementation GTLRBigLakeServiceQuery_ProjectsLocationsCatalogsCreate
134265

135266
@dynamic catalogId, parent;

Sources/GeneratedServices/BigLakeService/Public/GoogleAPIClientForREST/GTLRBigLakeServiceObjects.h

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,34 @@ FOUNDATION_EXTERN NSString * const kGTLRBigLakeService_Table_Type_TypeUnspecifie
736736

737737
@end
738738

739+
740+
/**
741+
* Request message for `TestIamPermissions` method.
742+
*/
743+
@interface GTLRBigLakeService_TestIamPermissionsRequest : GTLRObject
744+
745+
/**
746+
* The set of permissions to check for the `resource`. Permissions with
747+
* wildcards (such as `*` or `storage.*`) are not allowed. For more information
748+
* see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
749+
*/
750+
@property(nonatomic, strong, nullable) NSArray<NSString *> *permissions;
751+
752+
@end
753+
754+
755+
/**
756+
* Response message for `TestIamPermissions` method.
757+
*/
758+
@interface GTLRBigLakeService_TestIamPermissionsResponse : GTLRObject
759+
760+
/**
761+
* A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
762+
*/
763+
@property(nonatomic, strong, nullable) NSArray<NSString *> *permissions;
764+
765+
@end
766+
739767
NS_ASSUME_NONNULL_END
740768

741769
#pragma clang diagnostic pop

0 commit comments

Comments
 (0)