google-apis-apigee_v1 0.95.0 → 0.96.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/service.rb +7 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ede9b92648a914731efa3c5028c3bf8cadb55cdd6be11ed6fdab7849ff09f3a
|
4
|
+
data.tar.gz: bf3f2bf0c9907961726ee1a0f052a29905b7d5096350c8a339c01a1913da4ed9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bafc6a295c785f444a961967f0e631fc3f7dd69a0d6f7a1adf96b1a3f148af154c0bf5559d51195a5cfe1f6f1f08c96a56aedf99a9c79f08cb4af511a032b46
|
7
|
+
data.tar.gz: c74d2b46d574f9fd27478a962de9bd9abec610e7353d7219af7a5ce68fd878102f8ff741ebaddc67caedda7e11c4846b09a53826491d42337e3f67c4604860b8
|
data/CHANGELOG.md
CHANGED
@@ -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.96.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241011"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -11310,7 +11310,7 @@ module Google
|
|
11310
11310
|
|
11311
11311
|
# Create a security profile v2.
|
11312
11312
|
# @param [String] parent
|
11313
|
-
# Required. The parent resource name.
|
11313
|
+
# Required. The parent resource name. Format: `organizations/`org``
|
11314
11314
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
|
11315
11315
|
# @param [String] security_profile_v2_id
|
11316
11316
|
# Required. The security profile id.
|
@@ -11346,7 +11346,8 @@ module Google
|
|
11346
11346
|
|
11347
11347
|
# Delete a security profile v2.
|
11348
11348
|
# @param [String] name
|
11349
|
-
# Required. The name of the security profile v2 to delete.
|
11349
|
+
# Required. The name of the security profile v2 to delete. Format: `
|
11350
|
+
# organizations/`org`/securityProfilesV2/`profile``
|
11350
11351
|
# @param [String] fields
|
11351
11352
|
# Selector specifying which fields to include in a partial response.
|
11352
11353
|
# @param [String] quota_user
|
@@ -11376,7 +11377,8 @@ module Google
|
|
11376
11377
|
|
11377
11378
|
# Get a security profile v2.
|
11378
11379
|
# @param [String] name
|
11379
|
-
# Required. The security profile
|
11380
|
+
# Required. The name of the security profile v2 to get. Format: `organizations/`
|
11381
|
+
# org`/securityProfilesV2/`profile``
|
11380
11382
|
# @param [String] fields
|
11381
11383
|
# Selector specifying which fields to include in a partial response.
|
11382
11384
|
# @param [String] quota_user
|
@@ -11448,7 +11450,8 @@ module Google
|
|
11448
11450
|
# org`/securityProfilesV2/`profile`
|
11449
11451
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
|
11450
11452
|
# @param [String] update_mask
|
11451
|
-
#
|
11453
|
+
# Optional. The list of fields to update. Valid fields to update are `
|
11454
|
+
# description` and `profileAssessmentConfigs`.
|
11452
11455
|
# @param [String] fields
|
11453
11456
|
# Selector specifying which fields to include in a partial response.
|
11454
11457
|
# @param [String] quota_user
|
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.
|
4
|
+
version: 0.96.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: 2024-10-
|
11
|
+
date: 2024-10-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.96.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Apigee API V1
|