Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate current service sources. #668

Merged
merged 1 commit into from
Jan 8, 2025
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 @@ -224,6 +224,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Area120Tables/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Area120Tables/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'AreaInsights' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/AreaInsights/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/AreaInsights/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'ArtifactRegistry' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/ArtifactRegistry/**/*.{h,m}'
Expand Down Expand Up @@ -1284,6 +1289,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/SecurityCommandCenter/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/SecurityCommandCenter/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'SecurityPosture' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/SecurityPosture/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/SecurityPosture/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'ServerlessVPCAccess' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/ServerlessVPCAccess/**/*.{h,m}'
Expand Down
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Area120Tables",
targets: ["GoogleAPIClientForREST_Area120Tables"]
),
.library(
name: "GoogleAPIClientForREST_AreaInsights",
targets: ["GoogleAPIClientForREST_AreaInsights"]
),
.library(
name: "GoogleAPIClientForREST_ArtifactRegistry",
targets: ["GoogleAPIClientForREST_ArtifactRegistry"]
Expand Down Expand Up @@ -997,6 +1001,10 @@ let package = Package(
name: "GoogleAPIClientForREST_SecurityCommandCenter",
targets: ["GoogleAPIClientForREST_SecurityCommandCenter"]
),
.library(
name: "GoogleAPIClientForREST_SecurityPosture",
targets: ["GoogleAPIClientForREST_SecurityPosture"]
),
.library(
name: "GoogleAPIClientForREST_ServerlessVPCAccess",
targets: ["GoogleAPIClientForREST_ServerlessVPCAccess"]
Expand Down Expand Up @@ -1417,6 +1425,12 @@ let package = Package(
path: "Sources/GeneratedServices/Area120Tables",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_AreaInsights",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/AreaInsights",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_ArtifactRegistry",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2689,6 +2703,12 @@ let package = Package(
path: "Sources/GeneratedServices/SecurityCommandCenter",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_SecurityPosture",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/SecurityPosture",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_ServerlessVPCAccess",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ @implementation GTLRAIPlatformNotebooks_ImageRelease
//

@implementation GTLRAIPlatformNotebooks_Instance
@dynamic createTime, creator, disableProxyAccess, gceSetup, healthInfo,
healthState, identifier, instanceOwners, labels, name, proxyUri,
satisfiesPzi, satisfiesPzs, state, thirdPartyProxyUrl, updateTime,
upgradeHistory;
@dynamic createTime, creator, disableProxyAccess, enableThirdPartyIdentity,
gceSetup, healthInfo, healthState, identifier, instanceOwners, labels,
name, proxyUri, satisfiesPzi, satisfiesPzs, state, thirdPartyProxyUrl,
updateTime, upgradeHistory;

+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
return @{ @"identifier" : @"id" };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@property(nonatomic, strong, nullable) NSNumber *disableProxyAccess;

/**
* Optional. Flag that specifies that a notebook can be accessed with third
* party identity provider.
*
* Uses NSNumber of boolValue.
*/
@property(nonatomic, strong, nullable) NSNumber *enableThirdPartyIdentity;

/**
* Optional. Compute Engine setup for the notebook. Uses notebook-defined
* fields.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ NS_ASSUME_NONNULL_BEGIN
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Method: notebooks.projects.locations.operations.cancel
Expand All @@ -861,7 +861,7 @@ NS_ASSUME_NONNULL_BEGIN
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* @param object The @c GTLRAIPlatformNotebooks_CancelOperationRequest to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGateway_Gateway_State_Updating;
/**
* Output only. Identifies whether the user has requested cancellation of the
* operation. Operations that have successfully been cancelled have
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* `Code.CANCELLED`.
* google.longrunning.Operation.error value with a google.rpc.Status.code of 1,
* corresponding to `Code.CANCELLED`.
*
* Uses NSNumber of boolValue.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGatewayViewFull;
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Method: apigateway.projects.locations.operations.cancel
Expand All @@ -1134,7 +1134,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGatewayViewFull;
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* @param object The @c GTLRAPIGateway_CancelOperationRequest to include in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_ServicePerimeter_Pe
// GTLRAccessContextManager_SessionSettings.sessionReauthMethod

/**
* The user will prompted to perform regular login. Users who are enrolled for
* two-step verification and haven't chosen to "Remember this computer" will be
* prompted for their second factor.
* The user will be prompted to perform regular login. Users who are enrolled
* for two-step verification and haven't chosen "Remember this computer" will
* be prompted for their second factor.
*
* Value: "LOGIN"
*/
Expand All @@ -402,14 +402,15 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SessionSettings_Ses
*/
FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_Password;
/**
* The user will be prompted to autheticate using their security key. If no
* security key has been configured, then we will fallback to LOGIN.
* The user will be prompted to authenticate using their security key. If no
* security key has been configured, then authentication will fallback to
* LOGIN.
*
* Value: "SECURITY_KEY"
*/
FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_SecurityKey;
/**
* If method undefined in API, we will use LOGIN by default.
* If method is undefined in the API, LOGIN will be used by default.
*
* Value: "SESSION_REAUTH_METHOD_UNSPECIFIED"
*/
Expand Down Expand Up @@ -1399,14 +1400,16 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su
*/
@property(nonatomic, strong, nullable) NSArray<GTLRAccessContextManager_ScopedAccessSettings *> *scopedAccessSettings;

/** Optional. GCSL policy for the group key. */
/**
* Optional. The Google Cloud session length (GCSL) policy for the group key.
*/
@property(nonatomic, strong, nullable) GTLRAccessContextManager_SessionSettings *sessionSettings;

@end


/**
* Metadata of GCP Access Binding Long Running Operations.
* Metadata of Google Cloud Access Binding Long Running Operations.
*/
@interface GTLRAccessContextManager_GcpUserAccessBindingOperationMetadata : GTLRObject
@end
Expand Down Expand Up @@ -2274,44 +2277,44 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su

/**
* Optional. How long a user is allowed to take between actions before a new
* access token must be issued. Presently only set for Cloud Apps.
* access token must be issued. Only set for Google Cloud apps.
*/
@property(nonatomic, strong, nullable) GTLRDuration *maxInactivity;

/**
* Optional. The session length. Setting this field to zero is equal to
* disabling. Session. Also can set infinite session by flipping the enabled
* bit to false below. If use_oidc_max_age is true, for OIDC apps, the session
* disabling session. Also can set infinite session by flipping the enabled bit
* to false below. If use_oidc_max_age is true, for OIDC apps, the session
* length will be the minimum of this field and OIDC max_age param.
*/
@property(nonatomic, strong, nullable) GTLRDuration *sessionLength;

/**
* Optional. Big red button to turn off GCSL. When false, all fields set above
* will be disregarded and the session length is basically infinite.
* Optional. This field enables or disables Google Cloud session length. When
* false, all fields set above will be disregarded and the session length is
* basically infinite.
*
* Uses NSNumber of boolValue.
*/
@property(nonatomic, strong, nullable) NSNumber *sessionLengthEnabled;

/**
* Optional. Session method when users GCP session is up.
* Optional. Session method when user's Google Cloud session is up.
*
* Likely values:
* @arg @c kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_Login
* The user will prompted to perform regular login. Users who are
* enrolled for two-step verification and haven't chosen to "Remember
* this computer" will be prompted for their second factor. (Value:
* "LOGIN")
* The user will be prompted to perform regular login. Users who are
* enrolled for two-step verification and haven't chosen "Remember this
* computer" will be prompted for their second factor. (Value: "LOGIN")
* @arg @c kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_Password
* The user will be prompted for their password. (Value: "PASSWORD")
* @arg @c kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_SecurityKey
* The user will be prompted to autheticate using their security key. If
* no security key has been configured, then we will fallback to LOGIN.
* (Value: "SECURITY_KEY")
* The user will be prompted to authenticate using their security key. If
* no security key has been configured, then authentication will fallback
* to LOGIN. (Value: "SECURITY_KEY")
* @arg @c kGTLRAccessContextManager_SessionSettings_SessionReauthMethod_SessionReauthMethodUnspecified
* If method undefined in API, we will use LOGIN by default. (Value:
* "SESSION_REAUTH_METHOD_UNSPECIFIED")
* If method is undefined in the API, LOGIN will be used by default.
* (Value: "SESSION_REAUTH_METHOD_UNSPECIFIED")
*/
@property(nonatomic, copy, nullable) NSString *sessionReauthMethod;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAdSensePlatform_Site_State_StateUnspecif
@interface GTLRAdSensePlatform_TimeZone : GTLRObject

/**
* IANA Time Zone Database time zone, e.g. "America/New_York".
* IANA Time Zone Database time zone. For example "America/New_York".
*
* identifier property maps to 'id' in JSON (to avoid Objective C's 'id').
*/
@property(nonatomic, copy, nullable) NSString *identifier;

/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
/** Optional. IANA Time Zone Database version number. For example "2019a". */
@property(nonatomic, copy, nullable) NSString *version;

@end
Expand Down
1 change: 1 addition & 0 deletions Sources/GeneratedServices/Adsense/GTLRAdsenseQuery.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
NSString * const kGTLRAdsenseDimensionsDomainName = @"DOMAIN_NAME";
NSString * const kGTLRAdsenseDimensionsDomainRegistrant = @"DOMAIN_REGISTRANT";
NSString * const kGTLRAdsenseDimensionsHostedAdClientId = @"HOSTED_AD_CLIENT_ID";
NSString * const kGTLRAdsenseDimensionsHostedCustomChannelId = @"HOSTED_CUSTOM_CHANNEL_ID";
NSString * const kGTLRAdsenseDimensionsMonth = @"MONTH";
NSString * const kGTLRAdsenseDimensionsOwnedSiteDomainName = @"OWNED_SITE_DOMAIN_NAME";
NSString * const kGTLRAdsenseDimensionsOwnedSiteId = @"OWNED_SITE_ID";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1482,13 +1482,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsense_Site_State_StateUnspecified;
@interface GTLRAdsense_TimeZone : GTLRObject

/**
* IANA Time Zone Database time zone, e.g. "America/New_York".
* IANA Time Zone Database time zone. For example "America/New_York".
*
* identifier property maps to 'id' in JSON (to avoid Objective C's 'id').
*/
@property(nonatomic, copy, nullable) NSString *identifier;

/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
/** Optional. IANA Time Zone Database version number. For example "2019a". */
@property(nonatomic, copy, nullable) NSString *version;

@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsDomainRegistrant;
* Value: "HOSTED_AD_CLIENT_ID"
*/
FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsHostedAdClientId;
/**
* Unique ID of a hosted client's custom channel.
*
* Value: "HOSTED_CUSTOM_CHANNEL_ID"
*/
FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsHostedCustomChannelId;
/**
* Month dimension in YYYY-MM format (e.g. "2010-02").
*
Expand Down Expand Up @@ -1815,6 +1821,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseReportingTimeZoneReportingTimeZon
* @arg @c kGTLRAdsenseDimensionsCustomChannelId Unique ID of a custom
* channel. The members of this dimension match the values from
* CustomChannel.reporting_dimension_id. (Value: "CUSTOM_CHANNEL_ID")
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Unique ID of a hosted
* client's custom channel. (Value: "HOSTED_CUSTOM_CHANNEL_ID")
* @arg @c kGTLRAdsenseDimensionsOwnedSiteDomainName Domain name of a
* verified site (e.g. "example.com"). The members of this dimension
* match the values from Site.domain. (Value: "OWNED_SITE_DOMAIN_NAME")
Expand Down Expand Up @@ -2234,6 +2242,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseReportingTimeZoneReportingTimeZon
* @arg @c kGTLRAdsenseDimensionsCustomChannelId Unique ID of a custom
* channel. The members of this dimension match the values from
* CustomChannel.reporting_dimension_id. (Value: "CUSTOM_CHANNEL_ID")
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Unique ID of a hosted
* client's custom channel. (Value: "HOSTED_CUSTOM_CHANNEL_ID")
* @arg @c kGTLRAdsenseDimensionsOwnedSiteDomainName Domain name of a
* verified site (e.g. "example.com"). The members of this dimension
* match the values from Site.domain. (Value: "OWNED_SITE_DOMAIN_NAME")
Expand Down
Loading