google-apis-apigee_v1 0.85.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: ea84882d3fcb03ae69f2eaa2351353f4cd769cc3d84e01f529dc76b8fb2bc82b
4
- data.tar.gz: ac6e02b0d5464500ad220893d43fb6990d879eac82c38b4bb2a4b765d7bf93fe
3
+ metadata.gz: ea1ebfdddec6f2382deaa6106fbebe307722539ee5b5d36d716d17fd6f8f4de7
4
+ data.tar.gz: 49d9a8eec0e538df8b51a59f6edbeff4c88ecff540e3d8cac813528bb16ad426
5
5
  SHA512:
6
- metadata.gz: 8c69852d28aee28a9f677d9a39c5248785f4345a68bb2793c59deebfed364d264fd4bab381ab7aa4f1be3dd29f4f414117c21aff76de4f79110d8139f95a9f3f
7
- data.tar.gz: 735ecaa3d2ca85fa9ad40b9c4f3fb54264d6a5a988175cf887aed66c0d2d304a7f64af94d5d51b5ee5b024e925477817373a0b0586e93047d761164d84fa1222
6
+ metadata.gz: 5f9299d5acd3a75f36a83065ebf89d974a1e96b4809f54474b7d372a78df1b37e33397d23fd23b53ab11550ea94b7a58db7cbf40aa009fff07aca4f088b51f21
7
+ data.tar.gz: 2bb31033a95da00e2147b908c2b46dc5c115d20cd13a997166a5f5c3158b4dea970d500e95f2b3a16e2f665dab32fa0fd82398a2de2a557b4ddb53c58e27ac45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.86.0 (2024-03-10)
8
+
9
+ * Regenerated from discovery document revision 20240305
10
+
3
11
  ### v0.85.0 (2024-03-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20240222
@@ -555,21 +555,25 @@ module Google
555
555
 
556
556
  # `ApiDoc` represents an API catalog item. Catalog items are used in two ways in
557
557
  # a portal: - Users can browse and interact with a visual representation of the
558
- # API documentation - The `api_product_name` field provides a link to a backing
559
- # API product. Through this link, portal users can create and manage developer
558
+ # API documentation - The `api_product_name` field provides a link to a backing [
559
+ # API product] (/apigee/docs/reference/apis/apigee/rest/v1/organizations.
560
+ # apiproducts). Through this link, portal users can create and manage developer
560
561
  # apps linked to one or more API products.
561
562
  class GoogleCloudApigeeV1ApiDoc
562
563
  include Google::Apis::Core::Hashable
563
564
 
564
565
  # Optional. Boolean flag that manages user access to the catalog item. When true,
565
- # the catalog item can be viewed anonymously; otherwise, only registered users
566
- # may view it. Note: when the parent portal is enrolled in the [audience
567
- # management feature](https://cloud.google.com/apigee/docs/api-platform/publish/
568
- # portal/portal-audience#
569
- # enrolling_in_the_beta_release_of_the_audience_management_feature), this flag
570
- # is ignored; instead visibility must be further managed in the management UI (
571
- # see [Manage the visibility of an API in your portal](https://cloud.google.com/
572
- # 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.
573
577
  # Corresponds to the JSON property `anonAllowed`
574
578
  # @return [Boolean]
575
579
  attr_accessor :anon_allowed
@@ -638,11 +642,12 @@ module Google
638
642
  # feature](https://cloud.google.com/apigee/docs/api-platform/publish/portal/
639
643
  # portal-audience#
640
644
  # enrolling_in_the_beta_release_of_the_audience_management_feature), the
641
- # visibility must be further managed in the management UI (see [Manage the
642
- # visibility of an API in your portal](https://cloud.google.com/apigee/docs/api-
643
- # platform/publish/portal/publish-apis#visibility)) before it can be visible to
644
- # any users. If not enrolled in the audience management feature, the visibility
645
- # 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.
646
651
  # Corresponds to the JSON property `published`
647
652
  # @return [Boolean]
648
653
  attr_accessor :published
@@ -779,8 +784,9 @@ module Google
779
784
 
780
785
  # `ApiDoc` represents an API catalog item. Catalog items are used in two ways in
781
786
  # a portal: - Users can browse and interact with a visual representation of the
782
- # API documentation - The `api_product_name` field provides a link to a backing
783
- # API product. Through this link, portal users can create and manage developer
787
+ # API documentation - The `api_product_name` field provides a link to a backing [
788
+ # API product] (/apigee/docs/reference/apis/apigee/rest/v1/organizations.
789
+ # apiproducts). Through this link, portal users can create and manage developer
784
790
  # apps linked to one or more API products.
785
791
  # Corresponds to the JSON property `data`
786
792
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiDoc]
@@ -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.85.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 = "20240222"
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.85.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-03 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.85.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: []