Skip to content

Commit d4f41bf

Browse files
committed
Generate current sources.
1 parent 3de0140 commit d4f41bf

File tree

124 files changed

+10151
-2104
lines changed

Some content is hidden

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

124 files changed

+10151
-2104
lines changed

Sources/GeneratedServices/APIManagement/GTLRAPIManagementQuery.m

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ + (instancetype)queryWithName:(NSString *)name {
3838

3939
@implementation GTLRAPIManagementQuery_ProjectsLocationsList
4040

41-
@dynamic filter, name, pageSize, pageToken;
41+
@dynamic extraLocationTypes, filter, name, pageSize, pageToken;
42+
43+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
44+
NSDictionary<NSString *, Class> *map = @{
45+
@"extraLocationTypes" : [NSString class]
46+
};
47+
return map;
48+
}
4249

4350
+ (instancetype)queryWithName:(NSString *)name {
4451
NSArray *pathParams = @[ @"name" ];

Sources/GeneratedServices/APIManagement/Public/GoogleAPIClientForREST/GTLRAPIManagementQuery.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ NS_ASSUME_NONNULL_BEGIN
7070
*/
7171
@interface GTLRAPIManagementQuery_ProjectsLocationsList : GTLRAPIManagementQuery
7272

73+
/**
74+
* Optional. A list of extra location types that should be used as conditions
75+
* for controlling the visibility of the locations.
76+
*/
77+
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;
78+
7379
/**
7480
* A filter to narrow down results to a preferred subset. The filtering
7581
* language accepts strings like `"displayName=tokyo"`, and is documented in
@@ -775,7 +781,7 @@ NS_ASSUME_NONNULL_BEGIN
775781
* other methods to check whether the cancellation succeeded or whether the
776782
* operation completed despite cancellation. On successful cancellation, the
777783
* operation is not deleted; instead, it becomes an operation with an
778-
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
784+
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
779785
* `Code.CANCELLED`.
780786
*
781787
* Method: apim.projects.locations.operations.cancel
@@ -798,7 +804,7 @@ NS_ASSUME_NONNULL_BEGIN
798804
* other methods to check whether the cancellation succeeded or whether the
799805
* operation completed despite cancellation. On successful cancellation, the
800806
* operation is not deleted; instead, it becomes an operation with an
801-
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
807+
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
802808
* `Code.CANCELLED`.
803809
*
804810
* @param object The @c GTLRAPIManagement_CancelOperationRequest to include in

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,9 +2593,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
25932593
@property(nonatomic, copy, nullable) NSString *name;
25942594

25952595
/**
2596-
* Required. A URI to the runtime resource. This URI can be used to manage the
2597-
* resource. For example, if the runtime resource is of type APIGEE_PROXY, then
2598-
* this field will contain the URI to the management UI of the proxy.
2596+
* Required. A uri that uniquely identfies the deployment within a particular
2597+
* gateway. For example, if the runtime resource is of type APIGEE_PROXY, then
2598+
* this field will be a combination of org, proxy name and environment.
25992599
*/
26002600
@property(nonatomic, copy, nullable) NSString *resourceUri;
26012601

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,7 @@ NS_ASSUME_NONNULL_BEGIN
30873087
* provided, the same will be used. The service will throw an error if the
30883088
* specified id is already used by another Plugin resource in the API hub
30893089
* instance. * If not provided, a system generated id will be used. This value
3090-
* should be 4-500 characters, overall resource name which will be of format
3090+
* should be 4-63 characters, overall resource name which will be of format
30913091
* `projects/{project}/locations/{location}/plugins/{plugin}`, its length is
30923092
* limited to 1000 characters and valid characters are /a-z[0-9]-_/.
30933093
*/
@@ -3291,7 +3291,7 @@ NS_ASSUME_NONNULL_BEGIN
32913291
* If provided, the same will be used. The service will throw an error if the
32923292
* specified id is already used by another plugin instance in the plugin
32933293
* resource. * If not provided, a system generated id will be used. This value
3294-
* should be 4-500 characters, and valid characters are /a-z[0-9]-_/.
3294+
* should be 4-63 characters, and valid characters are /a-z[0-9]-_/.
32953295
*/
32963296
@property(nonatomic, copy, nullable) NSString *pluginInstanceId;
32973297

Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Candidate_FinishReason_Safety = @"SAFETY";
8989
NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Candidate_FinishReason_Spii = @"SPII";
9090
NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Candidate_FinishReason_Stop = @"STOP";
91+
NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Candidate_FinishReason_UnexpectedToolCall = @"UNEXPECTED_TOOL_CALL";
9192

9293
// GTLRAiplatform_GoogleCloudAiplatformV1CodeExecutionResult.outcome
9394
NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1CodeExecutionResult_Outcome_OutcomeDeadlineExceeded = @"OUTCOME_DEADLINE_EXCEEDED";
@@ -2469,6 +2470,21 @@ @implementation GTLRAiplatform_GoogleCloudAiplatformV1CoherenceSpec
24692470
@end
24702471

24712472

2473+
// ----------------------------------------------------------------------------
2474+
//
2475+
// GTLRAiplatform_GoogleCloudAiplatformV1ColabImage
2476+
//
2477+
2478+
@implementation GTLRAiplatform_GoogleCloudAiplatformV1ColabImage
2479+
@dynamic descriptionProperty, releaseName;
2480+
2481+
+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
2482+
return @{ @"descriptionProperty" : @"description" };
2483+
}
2484+
2485+
@end
2486+
2487+
24722488
// ----------------------------------------------------------------------------
24732489
//
24742490
// GTLRAiplatform_GoogleCloudAiplatformV1CometInput
@@ -5849,11 +5865,11 @@ @implementation GTLRAiplatform_GoogleCloudAiplatformV1GenerateVideoResponseVideo
58495865
//
58505866

58515867
@implementation GTLRAiplatform_GoogleCloudAiplatformV1GenerationConfig
5852-
@dynamic audioTimestamp, candidateCount, frequencyPenalty, logprobs,
5853-
maxOutputTokens, mediaResolution, presencePenalty, responseLogprobs,
5854-
responseMimeType, responseModalities, responseSchema, routingConfig,
5855-
seed, speechConfig, stopSequences, temperature, thinkingConfig, topK,
5856-
topP;
5868+
@dynamic audioTimestamp, candidateCount, enableAffectiveDialog,
5869+
frequencyPenalty, logprobs, maxOutputTokens, mediaResolution,
5870+
presencePenalty, responseLogprobs, responseMimeType,
5871+
responseModalities, responseSchema, routingConfig, seed, speechConfig,
5872+
stopSequences, temperature, thinkingConfig, topK, topP;
58575873

58585874
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
58595875
NSDictionary<NSString *, Class> *map = @{
@@ -9328,7 +9344,7 @@ @implementation GTLRAiplatform_GoogleCloudAiplatformV1NotebookRuntimeTemplateRef
93289344
//
93299345

93309346
@implementation GTLRAiplatform_GoogleCloudAiplatformV1NotebookSoftwareConfig
9331-
@dynamic env, postStartupScriptConfig;
9347+
@dynamic colabImage, env, postStartupScriptConfig;
93329348

93339349
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
93349350
NSDictionary<NSString *, Class> *map = @{
@@ -10093,7 +10109,7 @@ @implementation GTLRAiplatform_GoogleCloudAiplatformV1PscAutomatedEndpoints
1009310109
//
1009410110

1009510111
@implementation GTLRAiplatform_GoogleCloudAiplatformV1PSCAutomationConfig
10096-
@dynamic network, projectId;
10112+
@dynamic forwardingRule, ipAddress, network, projectId;
1009710113
@end
1009810114

1009910115

0 commit comments

Comments
 (0)