google-apis-apigee_v1 0.55.0 → 0.56.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: 6594c4efb37acc3878520b47d3915507b43b47d9595fd589c419f4f3ab49e807
4
- data.tar.gz: f18be12f7b3e38f653f490932461067298fb99db92f083b1479b4a0bf1523f59
3
+ metadata.gz: 729258c3aae048a35d3746d2685fcc8b28ef08ecd241969cd6cded0f470f98ec
4
+ data.tar.gz: 84a0e290255bcca51a366bee77f694b405250d96717acbb2bf7701903dd4c7cc
5
5
  SHA512:
6
- metadata.gz: 2364eafcadc091eab2528c70ac3ada0cb5069a209888672f104a1f508be6d922fe09b80fae0150c3c0ca244e438f8107a5d1dbfdf009b8cb556acc26aca8b576
7
- data.tar.gz: b36b08d19d5253cacc7f48e2fd81f29d240518def6635659d19c1982a798694b1d9032c725ad69dc64d70ea234546f508d24839dc663268665cea1b7f577a44b
6
+ metadata.gz: 807fbc41a7e697e09016aeaa243826515cc6b8b07af3e4d5c3ec506cef283a65d093a27427db2c218f8863fe71c2fb74b4abd5419bc74c90a777bb4d43b1a424
7
+ data.tar.gz: 6811d9570864b5a38ad4768cb11f9902e91cab72e08c1b685ddc30a19882f9c718e22df687bd5ad5c5d60dc7920fd344abff5cd72dcf70af1b9cecf00ab94652
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.56.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
3
7
  ### v0.55.0 (2022-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220825
@@ -4342,7 +4342,7 @@ module Google
4342
4342
  end
4343
4343
 
4344
4344
  # Key value map pair where the value represents the data associated with the
4345
- # corresponding key.
4345
+ # corresponding key. **Note**: Supported for Apigee hybrid 1.8.x and higher.
4346
4346
  class GoogleCloudApigeeV1KeyValueEntry
4347
4347
  include Google::Apis::Core::Hashable
4348
4348
 
@@ -4937,7 +4937,7 @@ module Google
4937
4937
  end
4938
4938
  end
4939
4939
 
4940
- # The request structure for listing Key value map keys and its corrresponding
4940
+ # The request structure for listing key value map keys and its corresponding
4941
4941
  # values.
4942
4942
  class GoogleCloudApigeeV1ListKeyValueEntriesResponse
4943
4943
  include Google::Apis::Core::Hashable
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220825"
25
+ REVISION = "20220908"
26
26
  end
27
27
  end
28
28
  end
@@ -1562,7 +1562,8 @@ module Google
1562
1562
  end
1563
1563
 
1564
1564
  # Creates key value entries in a key value map scoped to an organization,
1565
- # environment, or API proxy.
1565
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
1566
+ # higher.
1566
1567
  # @param [String] parent
1567
1568
  # Required. Scope as indicated by the URI in which to create the key value map
1568
1569
  # entry. Use **one** of the following structures in your request: * `
@@ -1600,9 +1601,10 @@ module Google
1600
1601
  end
1601
1602
 
1602
1603
  # Deletes a key value entry from a key value map scoped to an organization,
1603
- # environment, or API proxy. **Note:** After you delete the key value entry, the
1604
- # policy consuming the entry will continue to function with its cached values
1605
- # for a few minutes. This is expected behavior.
1604
+ # environment, or API proxy. **Notes:** * After you delete the key value entry,
1605
+ # the policy consuming the entry will continue to function with its cached
1606
+ # values for a few minutes. This is expected behavior. * Supported for Apigee
1607
+ # hybrid 1.8.x and higher.
1606
1608
  # @param [String] name
1607
1609
  # Required. Scope as indicated by the URI in which to delete the key value map
1608
1610
  # entry. Use **one** of the following structures in your request: * `
@@ -1637,7 +1639,9 @@ module Google
1637
1639
  execute_or_queue_command(command, &block)
1638
1640
  end
1639
1641
 
1640
- # Get the Key value entry value for org, env or apis scoped Key value map.
1642
+ # Get the key value entry value for a key value map scoped to an organization,
1643
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
1644
+ # higher.
1641
1645
  # @param [String] name
1642
1646
  # Required. Scope as indicated by the URI in which to fetch the key value map
1643
1647
  # entry/value. Use **one** of the following structures in your request: * `
@@ -1673,7 +1677,8 @@ module Google
1673
1677
  end
1674
1678
 
1675
1679
  # Lists key value entries for key values maps scoped to an organization,
1676
- # environment, or API proxy.
1680
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
1681
+ # higher.
1677
1682
  # @param [String] parent
1678
1683
  # Required. Scope as indicated by the URI in which to list key value maps. Use **
1679
1684
  # one** of the following structures in your request: * `organizations/`
@@ -6106,7 +6111,8 @@ module Google
6106
6111
  end
6107
6112
 
6108
6113
  # Creates key value entries in a key value map scoped to an organization,
6109
- # environment, or API proxy.
6114
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
6115
+ # higher.
6110
6116
  # @param [String] parent
6111
6117
  # Required. Scope as indicated by the URI in which to create the key value map
6112
6118
  # entry. Use **one** of the following structures in your request: * `
@@ -6144,9 +6150,10 @@ module Google
6144
6150
  end
6145
6151
 
6146
6152
  # Deletes a key value entry from a key value map scoped to an organization,
6147
- # environment, or API proxy. **Note:** After you delete the key value entry, the
6148
- # policy consuming the entry will continue to function with its cached values
6149
- # for a few minutes. This is expected behavior.
6153
+ # environment, or API proxy. **Notes:** * After you delete the key value entry,
6154
+ # the policy consuming the entry will continue to function with its cached
6155
+ # values for a few minutes. This is expected behavior. * Supported for Apigee
6156
+ # hybrid 1.8.x and higher.
6150
6157
  # @param [String] name
6151
6158
  # Required. Scope as indicated by the URI in which to delete the key value map
6152
6159
  # entry. Use **one** of the following structures in your request: * `
@@ -6181,7 +6188,9 @@ module Google
6181
6188
  execute_or_queue_command(command, &block)
6182
6189
  end
6183
6190
 
6184
- # Get the Key value entry value for org, env or apis scoped Key value map.
6191
+ # Get the key value entry value for a key value map scoped to an organization,
6192
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
6193
+ # higher.
6185
6194
  # @param [String] name
6186
6195
  # Required. Scope as indicated by the URI in which to fetch the key value map
6187
6196
  # entry/value. Use **one** of the following structures in your request: * `
@@ -6217,7 +6226,8 @@ module Google
6217
6226
  end
6218
6227
 
6219
6228
  # Lists key value entries for key values maps scoped to an organization,
6220
- # environment, or API proxy.
6229
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
6230
+ # higher.
6221
6231
  # @param [String] parent
6222
6232
  # Required. Scope as indicated by the URI in which to list key value maps. Use **
6223
6233
  # one** of the following structures in your request: * `organizations/`
@@ -8865,7 +8875,8 @@ module Google
8865
8875
  end
8866
8876
 
8867
8877
  # Creates key value entries in a key value map scoped to an organization,
8868
- # environment, or API proxy.
8878
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
8879
+ # higher.
8869
8880
  # @param [String] parent
8870
8881
  # Required. Scope as indicated by the URI in which to create the key value map
8871
8882
  # entry. Use **one** of the following structures in your request: * `
@@ -8903,9 +8914,10 @@ module Google
8903
8914
  end
8904
8915
 
8905
8916
  # Deletes a key value entry from a key value map scoped to an organization,
8906
- # environment, or API proxy. **Note:** After you delete the key value entry, the
8907
- # policy consuming the entry will continue to function with its cached values
8908
- # for a few minutes. This is expected behavior.
8917
+ # environment, or API proxy. **Notes:** * After you delete the key value entry,
8918
+ # the policy consuming the entry will continue to function with its cached
8919
+ # values for a few minutes. This is expected behavior. * Supported for Apigee
8920
+ # hybrid 1.8.x and higher.
8909
8921
  # @param [String] name
8910
8922
  # Required. Scope as indicated by the URI in which to delete the key value map
8911
8923
  # entry. Use **one** of the following structures in your request: * `
@@ -8940,7 +8952,9 @@ module Google
8940
8952
  execute_or_queue_command(command, &block)
8941
8953
  end
8942
8954
 
8943
- # Get the Key value entry value for org, env or apis scoped Key value map.
8955
+ # Get the key value entry value for a key value map scoped to an organization,
8956
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
8957
+ # higher.
8944
8958
  # @param [String] name
8945
8959
  # Required. Scope as indicated by the URI in which to fetch the key value map
8946
8960
  # entry/value. Use **one** of the following structures in your request: * `
@@ -8976,7 +8990,8 @@ module Google
8976
8990
  end
8977
8991
 
8978
8992
  # Lists key value entries for key values maps scoped to an organization,
8979
- # environment, or API proxy.
8993
+ # environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x and
8994
+ # higher.
8980
8995
  # @param [String] parent
8981
8996
  # Required. Scope as indicated by the URI in which to list key value maps. Use **
8982
8997
  # one** of the following structures in your request: * `organizations/`
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.55.0
4
+ version: 0.56.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-19 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.56.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: []