google-apis-apigee_v1 0.108.0 → 0.110.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: 845dc489b097072ea76ac073fb20a83d347ee3b139b58c44efb297ca9317590e
4
- data.tar.gz: ab18fc20589390c07053d04ed76eb6a236b3c13e808bf7e6ff7fb575aab0fab2
3
+ metadata.gz: d4441d785b5c03c73acbf0ed6bc09f76b182b6d6be5fda1ba30de24552656fc0
4
+ data.tar.gz: cfff56446770b25c34fd0bceae42f9ac836a8c56096069d3562a07d0869150b3
5
5
  SHA512:
6
- metadata.gz: 3435cc9e8bd01bfdf16794927824956c4dddac5394aa3195da8df0760bf09e0494d58725f5c45ceeea3f4f4ab7281f6be8f979db2de69f330b7b911ed8ba9b5f
7
- data.tar.gz: 0bb525908e40f9d94b1d230b2f20757b35f2dad7c84e75925f1fbe990e2ae80ab9218d4a7b5121c52c2a2f6c80ae891257bc17ee70b34238253e982e18e3c8ba
6
+ metadata.gz: bdbdcbbfdc43fd66d10d4ebafff0ae869d6125b18521354e65e43dfc0a5ec5246af92a03009b5c2521343d71d36e2e4424cf437e6a14020cb3a6b2ce403a9f8d
7
+ data.tar.gz: 655d01dece2b5c8ee5cdcd19658b651c6fb690688846d71daa343256462431cc7280ca875901c5d6bb681ac1b6f3e59e0038429e86c10025a386374cb5b3b121
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.110.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250722
6
+
7
+ ### v0.109.0 (2025-06-29)
8
+
9
+ * Regenerated from discovery document revision 20250622
10
+
3
11
  ### v0.108.0 (2025-06-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20250614
@@ -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.108.0"
19
+ GEM_VERSION = "0.110.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250614"
25
+ REVISION = "20250722"
26
26
  end
27
27
  end
28
28
  end
@@ -6527,10 +6527,10 @@ module Google
6527
6527
  # @param [String] name
6528
6528
  # Required. The name of the debug session to retrieve. Must be of the form: `
6529
6529
  # organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6530
- # revision`/debugsessions/`session``. If the API proxy resource has the `space`
6531
- # attribute set, IAM permissions are checked differently . To learn more, read
6532
- # the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
6533
- # system-administration/spaces/apigee-spaces-overview).
6530
+ # revision`/debugsessions/`debug_session``. If the API proxy resource has the `
6531
+ # space` attribute set, IAM permissions are checked differently . To learn more,
6532
+ # read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
6533
+ # platform/system-administration/spaces/apigee-spaces-overview).
6534
6534
  # @param [String] fields
6535
6535
  # Selector specifying which fields to include in a partial response.
6536
6536
  # @param [String] quota_user
@@ -6568,10 +6568,11 @@ module Google
6568
6568
  # google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
6569
6569
  # overview).
6570
6570
  # @param [Fixnum] page_size
6571
- # Maximum number of debug sessions to return. The page size defaults to 25.
6571
+ # Optional. Maximum number of debug sessions to return. The page size defaults
6572
+ # to 25.
6572
6573
  # @param [String] page_token
6573
- # Page token, returned from a previous ListDebugSessions call, that you can use
6574
- # to retrieve the next page.
6574
+ # Optional. Page token, returned from a previous ListDebugSessions call, that
6575
+ # you can use to retrieve the next page.
6575
6576
  # @param [String] fields
6576
6577
  # Selector specifying which fields to include in a partial response.
6577
6578
  # @param [String] quota_user
@@ -6605,7 +6606,7 @@ module Google
6605
6606
  # @param [String] name
6606
6607
  # Required. The name of the debug session transaction. Must be of the form: `
6607
6608
  # organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6608
- # revision`/debugsessions/`session`/data/`transaction``. If the API proxy
6609
+ # revision`/debugsessions/`debug_session`/data/`transaction``. If the API proxy
6609
6610
  # resource has the `space` attribute set, IAM permissions are checked
6610
6611
  # differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
6611
6612
  # google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
@@ -8618,6 +8619,37 @@ module Google
8618
8619
  execute_or_queue_command(command, &block)
8619
8620
  end
8620
8621
 
8622
+ # Delete a SecurityAction.
8623
+ # @param [String] name
8624
+ # Required. The name of the security monitoring condition to delete. Format: `
8625
+ # organizations/`org`/environment/`env`/securityActions/`security_action``
8626
+ # @param [String] fields
8627
+ # Selector specifying which fields to include in a partial response.
8628
+ # @param [String] quota_user
8629
+ # Available to use for quota purposes for server-side applications. Can be any
8630
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
8631
+ # @param [Google::Apis::RequestOptions] options
8632
+ # Request-specific options
8633
+ #
8634
+ # @yield [result, err] Result & error if block supplied
8635
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleProtobufEmpty] parsed result object
8636
+ # @yieldparam err [StandardError] error object if request failed
8637
+ #
8638
+ # @return [Google::Apis::ApigeeV1::GoogleProtobufEmpty]
8639
+ #
8640
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
8641
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8642
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
8643
+ def delete_organization_environment_security_action(name, fields: nil, quota_user: nil, options: nil, &block)
8644
+ command = make_simple_command(:delete, 'v1/{+name}', options)
8645
+ command.response_representation = Google::Apis::ApigeeV1::GoogleProtobufEmpty::Representation
8646
+ command.response_class = Google::Apis::ApigeeV1::GoogleProtobufEmpty
8647
+ command.params['name'] = name unless name.nil?
8648
+ command.query['fields'] = fields unless fields.nil?
8649
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
8650
+ execute_or_queue_command(command, &block)
8651
+ end
8652
+
8621
8653
  # Disable a SecurityAction. The `state` of the SecurityAction after disabling is
8622
8654
  # `DISABLED`. `DisableSecurityAction` can be called on SecurityActions in the
8623
8655
  # state `ENABLED`; SecurityActions in a different state (including `DISABLED`)
@@ -8772,6 +8804,47 @@ module Google
8772
8804
  execute_or_queue_command(command, &block)
8773
8805
  end
8774
8806
 
8807
+ # Update a SecurityAction.
8808
+ # @param [String] name
8809
+ # Immutable. This field is ignored during creation as per AIP-133. Please set
8810
+ # the `security_action_id` field in the CreateSecurityActionRequest when
8811
+ # creating a new SecurityAction. Format: organizations/`org`/environments/`env`/
8812
+ # securityActions/`security_action`
8813
+ # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction] google_cloud_apigee_v1_security_action_object
8814
+ # @param [String] update_mask
8815
+ # Optional. The list of fields to update. Valid fields to update are `
8816
+ # description`, `state`, `allow`, `deny`, and `flag`, `expire_time`, and `ttl`, `
8817
+ # api_proxies`, and `condition_config`.
8818
+ # @param [String] fields
8819
+ # Selector specifying which fields to include in a partial response.
8820
+ # @param [String] quota_user
8821
+ # Available to use for quota purposes for server-side applications. Can be any
8822
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
8823
+ # @param [Google::Apis::RequestOptions] options
8824
+ # Request-specific options
8825
+ #
8826
+ # @yield [result, err] Result & error if block supplied
8827
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction] parsed result object
8828
+ # @yieldparam err [StandardError] error object if request failed
8829
+ #
8830
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction]
8831
+ #
8832
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
8833
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8834
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
8835
+ 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)
8836
+ command = make_simple_command(:patch, 'v1/{+name}', options)
8837
+ command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
8838
+ command.request_object = google_cloud_apigee_v1_security_action_object
8839
+ command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
8840
+ command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction
8841
+ command.params['name'] = name unless name.nil?
8842
+ command.query['updateMask'] = update_mask unless update_mask.nil?
8843
+ command.query['fields'] = fields unless fields.nil?
8844
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
8845
+ execute_or_queue_command(command, &block)
8846
+ end
8847
+
8775
8848
  # BatchUpdateSecurityIncident updates multiple existing security incidents.
8776
8849
  # @param [String] parent
8777
8850
  # Optional. The parent resource shared by all security incidents being updated.
@@ -11616,8 +11689,8 @@ module Google
11616
11689
  # security_monitoring_condition`
11617
11690
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] google_cloud_apigee_v1_security_monitoring_condition_object
11618
11691
  # @param [String] update_mask
11619
- # Optional. The list of fields to update. Valid fields to update are `profile`, `
11620
- # scope`, `include_all_resources`, `include`, and `exclude`.
11692
+ # Optional. The list of fields to update. Valid fields to update are `
11693
+ # include_all_resources` and `include`.
11621
11694
  # @param [String] fields
11622
11695
  # Selector specifying which fields to include in a partial response.
11623
11696
  # @param [String] quota_user
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.108.0
4
+ version: 0.110.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.108.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.110.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: