google-apis-apigee_v1 0.107.0 → 0.109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39fb08ed6df9b231ff60807103df572863d78bd79f4239d4a8caa3d9d9b0e8d4
|
4
|
+
data.tar.gz: 3e783629887c793edd55601f99c8d39fddf884da09b83a82ced48c832643bf2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62fc671684d84604dc1b591e008f2047b0c80235a3497317f15cd268443d9c318603b2c8a5c30ccb6d18be3aef2186b80907ed6e78f470fc8edc57ee9b31486a
|
7
|
+
data.tar.gz: 8d494484fd58516bea494f55b0938d26d14eeee9d345390a06e0f1bf0d9f51be8acf58e02c0fdff5dc8dc7c28e4b6353da8336699ebd267654a3802d76b3c9ed
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-apigee_v1
|
2
2
|
|
3
|
+
### v0.109.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250622
|
6
|
+
|
7
|
+
### v0.108.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250614
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.107.0 (2025-05-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250519
|
@@ -7674,6 +7674,14 @@ module Google
|
|
7674
7674
|
# @return [String]
|
7675
7675
|
attr_accessor :name
|
7676
7676
|
|
7677
|
+
# Optional. Flag that specifies if internet egress is restricted for VPC Service
|
7678
|
+
# Controls. Valid only when runtime_type is `CLOUD` and disable_vpc_peering is `
|
7679
|
+
# true`.
|
7680
|
+
# Corresponds to the JSON property `networkEgressRestricted`
|
7681
|
+
# @return [Boolean]
|
7682
|
+
attr_accessor :network_egress_restricted
|
7683
|
+
alias_method :network_egress_restricted?, :network_egress_restricted
|
7684
|
+
|
7677
7685
|
# Optional. Configuration for the Portals settings.
|
7678
7686
|
# Corresponds to the JSON property `portalDisabled`
|
7679
7687
|
# @return [Boolean]
|
@@ -7757,6 +7765,7 @@ module Google
|
|
7757
7765
|
@expires_at = args[:expires_at] if args.key?(:expires_at)
|
7758
7766
|
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
|
7759
7767
|
@name = args[:name] if args.key?(:name)
|
7768
|
+
@network_egress_restricted = args[:network_egress_restricted] if args.key?(:network_egress_restricted)
|
7760
7769
|
@portal_disabled = args[:portal_disabled] if args.key?(:portal_disabled)
|
7761
7770
|
@project_id = args[:project_id] if args.key?(:project_id)
|
7762
7771
|
@properties = args[:properties] if args.key?(:properties)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigeeV1
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.109.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250622"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3964,6 +3964,7 @@ module Google
|
|
3964
3964
|
property :expires_at, :numeric_string => true, as: 'expiresAt'
|
3965
3965
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
3966
3966
|
property :name, as: 'name'
|
3967
|
+
property :network_egress_restricted, as: 'networkEgressRestricted'
|
3967
3968
|
property :portal_disabled, as: 'portalDisabled'
|
3968
3969
|
property :project_id, as: 'projectId'
|
3969
3970
|
property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
|
@@ -2966,7 +2966,7 @@ module Google
|
|
2966
2966
|
# Optional. The starting index record for listing the developers. "page_token"
|
2967
2967
|
# is supported from ver 1.10.0 and above.
|
2968
2968
|
# @param [Fixnum] rows
|
2969
|
-
# Optional. Maximum number of app IDs to return. Defaults to
|
2969
|
+
# Optional. Maximum number of app IDs to return. Defaults to 1000.
|
2970
2970
|
# @param [String] start_key
|
2971
2971
|
# Returns the list of apps starting from the specified app ID.
|
2972
2972
|
# @param [String] status
|
@@ -8618,6 +8618,37 @@ module Google
|
|
8618
8618
|
execute_or_queue_command(command, &block)
|
8619
8619
|
end
|
8620
8620
|
|
8621
|
+
# Delete a SecurityAction.
|
8622
|
+
# @param [String] name
|
8623
|
+
# Required. The name of the security monitoring condition to delete. Format: `
|
8624
|
+
# organizations/`org`/environment/`env`/securityActions/`security_action``
|
8625
|
+
# @param [String] fields
|
8626
|
+
# Selector specifying which fields to include in a partial response.
|
8627
|
+
# @param [String] quota_user
|
8628
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
8629
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
8630
|
+
# @param [Google::Apis::RequestOptions] options
|
8631
|
+
# Request-specific options
|
8632
|
+
#
|
8633
|
+
# @yield [result, err] Result & error if block supplied
|
8634
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleProtobufEmpty] parsed result object
|
8635
|
+
# @yieldparam err [StandardError] error object if request failed
|
8636
|
+
#
|
8637
|
+
# @return [Google::Apis::ApigeeV1::GoogleProtobufEmpty]
|
8638
|
+
#
|
8639
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8640
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8641
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8642
|
+
def delete_organization_environment_security_action(name, fields: nil, quota_user: nil, options: nil, &block)
|
8643
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
8644
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleProtobufEmpty::Representation
|
8645
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleProtobufEmpty
|
8646
|
+
command.params['name'] = name unless name.nil?
|
8647
|
+
command.query['fields'] = fields unless fields.nil?
|
8648
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
8649
|
+
execute_or_queue_command(command, &block)
|
8650
|
+
end
|
8651
|
+
|
8621
8652
|
# Disable a SecurityAction. The `state` of the SecurityAction after disabling is
|
8622
8653
|
# `DISABLED`. `DisableSecurityAction` can be called on SecurityActions in the
|
8623
8654
|
# state `ENABLED`; SecurityActions in a different state (including `DISABLED`)
|
@@ -8772,6 +8803,47 @@ module Google
|
|
8772
8803
|
execute_or_queue_command(command, &block)
|
8773
8804
|
end
|
8774
8805
|
|
8806
|
+
# Update a SecurityAction.
|
8807
|
+
# @param [String] name
|
8808
|
+
# Immutable. This field is ignored during creation as per AIP-133. Please set
|
8809
|
+
# the `security_action_id` field in the CreateSecurityActionRequest when
|
8810
|
+
# creating a new SecurityAction. Format: organizations/`org`/environments/`env`/
|
8811
|
+
# securityActions/`security_action`
|
8812
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction] google_cloud_apigee_v1_security_action_object
|
8813
|
+
# @param [String] update_mask
|
8814
|
+
# Optional. The list of fields to update. Valid fields to update are `
|
8815
|
+
# description`, `state`, `allow`, `deny`, and `flag`, `expire_time`, and `ttl`, `
|
8816
|
+
# api_proxies`, and `condition_config`.
|
8817
|
+
# @param [String] fields
|
8818
|
+
# Selector specifying which fields to include in a partial response.
|
8819
|
+
# @param [String] quota_user
|
8820
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
8821
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
8822
|
+
# @param [Google::Apis::RequestOptions] options
|
8823
|
+
# Request-specific options
|
8824
|
+
#
|
8825
|
+
# @yield [result, err] Result & error if block supplied
|
8826
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction] parsed result object
|
8827
|
+
# @yieldparam err [StandardError] error object if request failed
|
8828
|
+
#
|
8829
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction]
|
8830
|
+
#
|
8831
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8832
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8833
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8834
|
+
def patch_organization_environment_security_action(name, google_cloud_apigee_v1_security_action_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8835
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
8836
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
|
8837
|
+
command.request_object = google_cloud_apigee_v1_security_action_object
|
8838
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
|
8839
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction
|
8840
|
+
command.params['name'] = name unless name.nil?
|
8841
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
8842
|
+
command.query['fields'] = fields unless fields.nil?
|
8843
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
8844
|
+
execute_or_queue_command(command, &block)
|
8845
|
+
end
|
8846
|
+
|
8775
8847
|
# BatchUpdateSecurityIncident updates multiple existing security incidents.
|
8776
8848
|
# @param [String] parent
|
8777
8849
|
# Optional. The parent resource shared by all security incidents being updated.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-apigee_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.109.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|