google-apis-apigee_v1 0.59.0 → 0.60.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50f647fbc362aa53e147481ed75c4907339e79a24d2bbe2da8ac2d2bdbeb0f03
4
- data.tar.gz: 650510a47ccd336b9a764387a53bcd084e47722580c247dd4575d1c077dfef97
3
+ metadata.gz: 765221a141a5479d0d968dd47cf22b94fe332201453c6d8dd2cad925e57d3362
4
+ data.tar.gz: 37a0d242d93dd6a43b3ce2b4866a7c36ebba051d7e0a24023d4df0689914a8c6
5
5
  SHA512:
6
- metadata.gz: b78cc4eab4f080960e64dd9d95df6ac111529f1dd6d789a33d6e8109eb56f1391b0e5f007bd99b725b4fb3bfc75b1cbc7fe893c3149a348b6c19b9abd601a941
7
- data.tar.gz: f2f8e324a9faa751094ff36bf904731b861880070ad731d23478c76e8be0798f22948caed8a6cfd4ea0e33cf8079a3b502a7a1750638dbba7678cc5daccac368
6
+ metadata.gz: 4c596aaca1900dc24875304dc63514b4986f61450bed447daf2dbf3f4cef0319db83c3a583ee68c702dc908c1e7c73a1ba180d70156925f8ff5ad0cd4c5da1dc
7
+ data.tar.gz: be0e9575a12985a6e7c633e24fd0a63d6091740c84bcf9a71f0b55d6d04f7487cf95b952a3f524e3f773ceec18bd34873335e1eeac729820788b9ee5414c4406
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.60.0 (2022-11-16)
4
+
5
+ * Regenerated from discovery document revision 20221110
6
+
3
7
  ### v0.59.0 (2022-10-30)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -970,6 +970,53 @@ module Google
970
970
  end
971
971
  end
972
972
 
973
+ # Response for GetApiSecurityRuntimeConfig[EnvironmentService.
974
+ # GetApiSecurityRuntimeConfig].
975
+ class GoogleCloudApigeeV1ApiSecurityRuntimeConfig
976
+ include Google::Apis::Core::Hashable
977
+
978
+ # A list of up to 5 Cloud Storage Blobs that contain SecurityActions.
979
+ # Corresponds to the JSON property `location`
980
+ # @return [Array<String>]
981
+ attr_accessor :location
982
+
983
+ # Name of the environment API Security Runtime configuration resource. Format: `
984
+ # organizations/`org`/environments/`env`/apiSecurityRuntimeConfig`
985
+ # Corresponds to the JSON property `name`
986
+ # @return [String]
987
+ attr_accessor :name
988
+
989
+ # Revision ID of the API Security Runtime configuration. The higher the value,
990
+ # the more recently the configuration was deployed.
991
+ # Corresponds to the JSON property `revisionId`
992
+ # @return [Fixnum]
993
+ attr_accessor :revision_id
994
+
995
+ # Unique ID for the API Security Runtime configuration. The ID will only change
996
+ # if the environment is deleted and recreated.
997
+ # Corresponds to the JSON property `uid`
998
+ # @return [String]
999
+ attr_accessor :uid
1000
+
1001
+ # Time that the API Security Runtime configuration was updated.
1002
+ # Corresponds to the JSON property `updateTime`
1003
+ # @return [String]
1004
+ attr_accessor :update_time
1005
+
1006
+ def initialize(**args)
1007
+ update!(**args)
1008
+ end
1009
+
1010
+ # Update properties of this object
1011
+ def update!(**args)
1012
+ @location = args[:location] if args.key?(:location)
1013
+ @name = args[:name] if args.key?(:name)
1014
+ @revision_id = args[:revision_id] if args.key?(:revision_id)
1015
+ @uid = args[:uid] if args.key?(:uid)
1016
+ @update_time = args[:update_time] if args.key?(:update_time)
1017
+ end
1018
+ end
1019
+
973
1020
  #
974
1021
  class GoogleCloudApigeeV1App
975
1022
  include Google::Apis::Core::Hashable
@@ -7818,7 +7865,8 @@ module Google
7818
7865
  # @return [String]
7819
7866
  attr_accessor :self
7820
7867
 
7821
- # Query state could be "enqueued", "running", "completed", "failed".
7868
+ # Query state could be "enqueued", "running", "completed", "expired" and "failed"
7869
+ # .
7822
7870
  # Corresponds to the JSON property `state`
7823
7871
  # @return [String]
7824
7872
  attr_accessor :state
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220930"
25
+ REVISION = "20221110"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class GoogleCloudApigeeV1ApiSecurityRuntimeConfig
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class GoogleCloudApigeeV1App
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -1658,6 +1664,17 @@ module Google
1658
1664
  end
1659
1665
  end
1660
1666
 
1667
+ class GoogleCloudApigeeV1ApiSecurityRuntimeConfig
1668
+ # @private
1669
+ class Representation < Google::Apis::Core::JsonRepresentation
1670
+ collection :location, as: 'location'
1671
+ property :name, as: 'name'
1672
+ property :revision_id, :numeric_string => true, as: 'revisionId'
1673
+ property :uid, as: 'uid'
1674
+ property :update_time, as: 'updateTime'
1675
+ end
1676
+ end
1677
+
1661
1678
  class GoogleCloudApigeeV1App
1662
1679
  # @private
1663
1680
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4223,6 +4223,40 @@ module Google
4223
4223
  execute_or_queue_command(command, &block)
4224
4224
  end
4225
4225
 
4226
+ # Gets the API Security runtime configuration for an environment. This named
4227
+ # ApiSecurityRuntimeConfig to prevent conflicts with ApiSecurityConfig from
4228
+ # addon config.
4229
+ # @param [String] name
4230
+ # Required. Name of the environment API Security Runtime configuration resource.
4231
+ # Use the following structure in your request: `organizations/`org`/environments/
4232
+ # `env`/apiSecurityRuntimeConfig`
4233
+ # @param [String] fields
4234
+ # Selector specifying which fields to include in a partial response.
4235
+ # @param [String] quota_user
4236
+ # Available to use for quota purposes for server-side applications. Can be any
4237
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
4238
+ # @param [Google::Apis::RequestOptions] options
4239
+ # Request-specific options
4240
+ #
4241
+ # @yield [result, err] Result & error if block supplied
4242
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityRuntimeConfig] parsed result object
4243
+ # @yieldparam err [StandardError] error object if request failed
4244
+ #
4245
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityRuntimeConfig]
4246
+ #
4247
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4248
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4249
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
4250
+ def get_organization_environment_api_security_runtime_config(name, fields: nil, quota_user: nil, options: nil, &block)
4251
+ command = make_simple_command(:get, 'v1/{+name}', options)
4252
+ command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityRuntimeConfig::Representation
4253
+ command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityRuntimeConfig
4254
+ command.params['name'] = name unless name.nil?
4255
+ command.query['fields'] = fields unless fields.nil?
4256
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
4257
+ execute_or_queue_command(command, &block)
4258
+ end
4259
+
4226
4260
  # Gets the debug mask singleton resource for an environment.
4227
4261
  # @param [String] name
4228
4262
  # Required. Name of the debug mask. Use the following structure in your request:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []