Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/ChromeUXReport/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/ChromeUXReport/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Chromewebstore' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Chromewebstore/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Chromewebstore/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'CivicInfo' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/CivicInfo/**/*.{h,m}'
Expand Down Expand Up @@ -680,6 +685,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Datalineage/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Datalineage/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'DataManager' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/DataManager/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/DataManager/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Datapipelines' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Datapipelines/**/*.{h,m}'
Expand Down
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ let package = Package(
name: "GoogleAPIClientForREST_ChromeUXReport",
targets: ["GoogleAPIClientForREST_ChromeUXReport"]
),
.library(
name: "GoogleAPIClientForREST_Chromewebstore",
targets: ["GoogleAPIClientForREST_Chromewebstore"]
),
.library(
name: "GoogleAPIClientForREST_CivicInfo",
targets: ["GoogleAPIClientForREST_CivicInfo"]
Expand Down Expand Up @@ -513,6 +517,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Datalineage",
targets: ["GoogleAPIClientForREST_Datalineage"]
),
.library(
name: "GoogleAPIClientForREST_DataManager",
targets: ["GoogleAPIClientForREST_DataManager"]
),
.library(
name: "GoogleAPIClientForREST_Datapipelines",
targets: ["GoogleAPIClientForREST_Datapipelines"]
Expand Down Expand Up @@ -1639,6 +1647,12 @@ let package = Package(
path: "Sources/GeneratedServices/ChromeUXReport",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Chromewebstore",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/Chromewebstore",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_CivicInfo",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2011,6 +2025,12 @@ let package = Package(
path: "Sources/GeneratedServices/Datalineage",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_DataManager",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/DataManager",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Datapipelines",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,15 @@ @implementation GTLRAIPlatformNotebooks_ContainerImage
//

@implementation GTLRAIPlatformNotebooks_DataDisk
@dynamic diskEncryption, diskSizeGb, diskType, kmsKey;
@dynamic diskEncryption, diskSizeGb, diskType, kmsKey, resourcePolicies;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"resourcePolicies" : [NSString class]
};
return map;
}

@end


Expand Down Expand Up @@ -348,7 +356,7 @@ @implementation GTLRAIPlatformNotebooks_Expr
@implementation GTLRAIPlatformNotebooks_GceSetup
@dynamic acceleratorConfigs, bootDisk, confidentialInstanceConfig,
containerImage, dataDisks, disablePublicIp, enableIpForwarding,
gpuDriverConfig, machineType, metadata, minCpuPlatform,
gpuDriverConfig, instanceId, machineType, metadata, minCpuPlatform,
networkInterfaces, reservationAffinity, serviceAccounts,
shieldedInstanceConfig, tags, vmImage;

Expand Down Expand Up @@ -536,11 +544,12 @@ + (NSString *)collectionItemsKey {
//

@implementation GTLRAIPlatformNotebooks_ListOperationsResponse
@dynamic nextPageToken, operations;
@dynamic nextPageToken, operations, unreachable;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"operations" : [GTLRAIPlatformNotebooks_Operation class]
@"operations" : [GTLRAIPlatformNotebooks_Operation class],
@"unreachable" : [NSString class]
};
return map;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ + (instancetype)queryWithName:(NSString *)name {

@implementation GTLRAIPlatformNotebooksQuery_ProjectsLocationsOperationsList

@dynamic filter, name, pageSize, pageToken;
@dynamic filter, name, pageSize, pageToken, returnPartialSuccess;

+ (instancetype)queryWithName:(NSString *)name {
NSArray *pathParams = @[ @"name" ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@property(nonatomic, copy, nullable) NSString *kmsKey;

/** Optional. The resource policies to apply to the data disk. */
@property(nonatomic, strong, nullable) NSArray<NSString *> *resourcePolicies;

@end


Expand Down Expand Up @@ -1198,6 +1201,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
/** Optional. Configuration for GPU drivers. */
@property(nonatomic, strong, nullable) GTLRAIPlatformNotebooks_GPUDriverConfig *gpuDriverConfig;

/** Output only. The unique ID of the Compute Engine instance resource. */
@property(nonatomic, copy, nullable) NSString *instanceId;

/**
* Optional. The machine type of the VM instance.
* https://cloud.google.com/compute/docs/machine-resource
Expand Down Expand Up @@ -1450,7 +1456,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
@property(nonatomic, strong, nullable) GTLRAIPlatformNotebooks_Instance_Labels *labels;

/**
* Output only. The name of this notebook instance. Format:
* Output only. Identifier. The name of this notebook instance. Format:
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
*/
@property(nonatomic, copy, nullable) NSString *name;
Expand Down Expand Up @@ -1626,6 +1632,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@property(nonatomic, strong, nullable) NSArray<GTLRAIPlatformNotebooks_Operation *> *operations;

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections
* e.g. when attempting to list all resources across all supported locations.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *unreachable;

@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesPatch : GTLRAIPlatformNotebooksQuery

/**
* Output only. The name of this notebook instance. Format:
* Output only. Identifier. The name of this notebook instance. Format:
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
*/
@property(nonatomic, copy, nullable) NSString *name;
Expand Down Expand Up @@ -465,7 +465,8 @@ NS_ASSUME_NONNULL_BEGIN
*
* @param object The @c GTLRAIPlatformNotebooks_Instance to include in the
* query.
* @param name Output only. The name of this notebook instance. Format:
* @param name Output only. Identifier. The name of this notebook instance.
* Format:
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
*
* @return GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesPatch
Expand Down Expand Up @@ -873,8 +874,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsList : GTLRAIPlatformNotebooksQuery

/**
* Optional. A list of extra location types that should be used as conditions
* for controlling the visibility of the locations.
* Optional. Unless explicitly documented otherwise, don't use this unsupported
* field which is primarily intended for internal usage.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;

Expand Down Expand Up @@ -1047,6 +1048,17 @@ NS_ASSUME_NONNULL_BEGIN
/** The standard list page token. */
@property(nonatomic, copy, nullable) NSString *pageToken;

/**
* When set to `true`, operations that are reachable are returned as normal,
* and those that are unreachable are returned in the
* [ListOperationsResponse.unreachable] field. This can only be `true` when
* reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and
* will result in an `UNIMPLEMENTED` error if set unless explicitly documented
* otherwise in service or product specific documentation.
*/
@property(nonatomic, assign) BOOL returnPartialSuccess;

/**
* Fetches a @c GTLRAIPlatformNotebooks_ListOperationsResponse.
*
Expand Down
5 changes: 3 additions & 2 deletions Sources/GeneratedServices/APIGateway/GTLRAPIGatewayObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,12 @@ + (NSString *)collectionItemsKey {
//

@implementation GTLRAPIGateway_ListOperationsResponse
@dynamic nextPageToken, operations;
@dynamic nextPageToken, operations, unreachable;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"operations" : [GTLRAPIGateway_Operation class]
@"operations" : [GTLRAPIGateway_Operation class],
@"unreachable" : [NSString class]
};
return map;
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/GeneratedServices/APIGateway/GTLRAPIGatewayQuery.m
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ + (instancetype)queryWithName:(NSString *)name {

@implementation GTLRAPIGatewayQuery_ProjectsLocationsOperationsList

@dynamic filter, name, pageSize, pageToken;
@dynamic filter, name, pageSize, pageToken, returnPartialSuccess;

+ (instancetype)queryWithName:(NSString *)name {
NSArray *pathParams = @[ @"name" ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGateway_Gateway_State_Updating;
*/
@property(nonatomic, strong, nullable) NSArray<GTLRAPIGateway_Operation *> *operations;

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections
* e.g. when attempting to list all resources across all supported locations.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *unreachable;

@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGatewayViewFull;
@interface GTLRAPIGatewayQuery_ProjectsLocationsList : GTLRAPIGatewayQuery

/**
* Optional. Unless explicitly documented otherwise, don't use this unsupported
* field which is primarily intended for internal usage.
* Optional. Do not use this field. It is unsupported and is ignored unless
* explicitly documented otherwise. This is primarily for internal usage.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;

Expand Down Expand Up @@ -1239,6 +1239,17 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGatewayViewFull;
/** The standard list page token. */
@property(nonatomic, copy, nullable) NSString *pageToken;

/**
* When set to `true`, operations that are reachable are returned as normal,
* and those that are unreachable are returned in the
* [ListOperationsResponse.unreachable] field. This can only be `true` when
* reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and
* will result in an `UNIMPLEMENTED` error if set unless explicitly documented
* otherwise in service or product specific documentation.
*/
@property(nonatomic, assign) BOOL returnPartialSuccess;

/**
* Fetches a @c GTLRAPIGateway_ListOperationsResponse.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface GTLRAPIManagementQuery_ProjectsLocationsList : GTLRAPIManagementQuery

/**
* Optional. Unless explicitly documented otherwise, don't use this unsupported
* field which is primarily intended for internal usage.
* Optional. Do not use this field. It is unsupported and is ignored unless
* explicitly documented otherwise. This is primarily for internal usage.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;

Expand Down
5 changes: 3 additions & 2 deletions Sources/GeneratedServices/APIhub/GTLRAPIhubObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -2232,11 +2232,12 @@ @implementation GTLRAPIhub_GoogleLongrunningCancelOperationRequest
//

@implementation GTLRAPIhub_GoogleLongrunningListOperationsResponse
@dynamic nextPageToken, operations;
@dynamic nextPageToken, operations, unreachable;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"operations" : [GTLRAPIhub_GoogleLongrunningOperation class]
@"operations" : [GTLRAPIhub_GoogleLongrunningOperation class],
@"unreachable" : [NSString class]
};
return map;
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/GeneratedServices/APIhub/GTLRAPIhubQuery.m
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ + (instancetype)queryWithName:(NSString *)name {

@implementation GTLRAPIhubQuery_ProjectsLocationsOperationsList

@dynamic filter, name, pageSize, pageToken;
@dynamic filter, name, pageSize, pageToken, returnPartialSuccess;

+ (instancetype)queryWithName:(NSString *)name {
NSArray *pathParams = @[ @"name" ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
/** Optional. The documentation for the API resource. */
@property(nonatomic, strong, nullable) GTLRAPIhub_GoogleCloudApihubV1Documentation *documentation;

/** Optional. Fingerprint of the API resource. */
/**
* Optional. Fingerprint of the API resource. This must be unique for each API
* resource. It can neither be unset nor be updated to an existing fingerprint
* of another API resource.
*/
@property(nonatomic, copy, nullable) NSString *fingerprint;

/**
Expand Down Expand Up @@ -5851,6 +5855,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
*/
@property(nonatomic, strong, nullable) NSArray<GTLRAPIhub_GoogleLongrunningOperation *> *operations;

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections
* e.g. when attempting to list all resources across all supported locations.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *unreachable;

@end


Expand Down
Loading