google-apis-apigee_v1 0.86.0 → 0.87.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: 543f58efb7dc66daf60f595a1e72274cdec0ffb59ce93672a5387c3394847c6e
4
- data.tar.gz: 2aed68265e9d3ebd190ddb5fc4168950b4fa46c941d606580632b99908bbaba3
3
+ metadata.gz: ea1ebfdddec6f2382deaa6106fbebe307722539ee5b5d36d716d17fd6f8f4de7
4
+ data.tar.gz: 49d9a8eec0e538df8b51a59f6edbeff4c88ecff540e3d8cac813528bb16ad426
5
5
  SHA512:
6
- metadata.gz: 3768cf670799b91638e8ee0d0b21b96c0b096f898d7ed1bbbec5303701acc222f74be50c1d0fae8a35465da0f6b89ce240a1f8b122051d8f64b483cd41db3826
7
- data.tar.gz: ca247a86caa8ce13bff0b722f671b3a8e7e4e2c44cc0c4ee31ce6af5f16e0b0106db55df822d9b3ba5635388cd533335ce995c080707124dad65c26fd03f3f56
6
+ metadata.gz: 5f9299d5acd3a75f36a83065ebf89d974a1e96b4809f54474b7d372a78df1b37e33397d23fd23b53ab11550ea94b7a58db7cbf40aa009fff07aca4f088b51f21
7
+ data.tar.gz: 2bb31033a95da00e2147b908c2b46dc5c115d20cd13a997166a5f5c3158b4dea970d500e95f2b3a16e2f665dab32fa0fd82398a2de2a557b4ddb53c58e27ac45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.87.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240312
6
+
3
7
  ### v0.86.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240305
@@ -563,14 +563,17 @@ module Google
563
563
  include Google::Apis::Core::Hashable
564
564
 
565
565
  # Optional. Boolean flag that manages user access to the catalog item. When true,
566
- # the catalog item can be viewed anonymously; otherwise, only registered users
567
- # may view it. Note: when the parent portal is enrolled in the [audience
568
- # management feature](https://cloud.google.com/apigee/docs/api-platform/publish/
569
- # portal/portal-audience#
570
- # enrolling_in_the_beta_release_of_the_audience_management_feature), this flag
571
- # is ignored; instead visibility must be further managed in the management UI (
572
- # see [Manage the visibility of an API in your portal](https://cloud.google.com/
573
- # apigee/docs/api-platform/publish/portal/publish-apis#visibility)).
566
+ # the catalog item has public visibility and can be viewed anonymously;
567
+ # otherwise, only registered users may view it. Note: when the parent portal is
568
+ # enrolled in the [audience management feature](https://cloud.google.com/apigee/
569
+ # docs/api-platform/publish/portal/portal-audience#
570
+ # enrolling_in_the_beta_release_of_the_audience_management_feature), and this
571
+ # flag is set to false, visibility is set to an indeterminate state and must be
572
+ # explicitly specified in the management UI (see [Manage the visibility of an
573
+ # API in your portal](https://cloud.google.com/apigee/docs/api-platform/publish/
574
+ # portal/publish-apis#visibility)). Additionally, when enrolled in the audience
575
+ # management feature, updates to this flag will be ignored as visibility
576
+ # permissions must be updated in the management UI.
574
577
  # Corresponds to the JSON property `anonAllowed`
575
578
  # @return [Boolean]
576
579
  attr_accessor :anon_allowed
@@ -639,11 +642,12 @@ module Google
639
642
  # feature](https://cloud.google.com/apigee/docs/api-platform/publish/portal/
640
643
  # portal-audience#
641
644
  # enrolling_in_the_beta_release_of_the_audience_management_feature), the
642
- # visibility must be further managed in the management UI (see [Manage the
643
- # visibility of an API in your portal](https://cloud.google.com/apigee/docs/api-
644
- # platform/publish/portal/publish-apis#visibility)) before it can be visible to
645
- # any users. If not enrolled in the audience management feature, the visibility
646
- # is further managed by the `anonAllowed` flag.
645
+ # visibility can be set to public on creation by setting the anonAllowed flag to
646
+ # true or further managed in the management UI (see [Manage the visibility of an
647
+ # API in your portal](https://cloud.google.com/apigee/docs/api-platform/publish/
648
+ # portal/publish-apis#visibility)) before it can be visible to any users. If not
649
+ # enrolled in the audience management feature, the visibility is managed by the `
650
+ # anonAllowed` flag.
647
651
  # Corresponds to the JSON property `published`
648
652
  # @return [Boolean]
649
653
  attr_accessor :published
@@ -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.86.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240305"
25
+ REVISION = "20240312"
26
26
  end
27
27
  end
28
28
  end
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.86.0
4
+ version: 0.87.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.86.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.87.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: []