google-apis-apigee_v1 0.61.0 → 0.62.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: da20d91dbe13d43d5329246f51a8ba617ebf5a1e83fcf6294b6f98d23584ed8e
4
- data.tar.gz: 00f962277ed71f56cea492cbb47a3e305360187dda271dba57deb69e3ec0617d
3
+ metadata.gz: 4082604bfe4f7237eea6ae2ad2eb676a57c149f546a01c3711926da36bf67404
4
+ data.tar.gz: 37f44915860c87842cc6d9d75020c2e13bf9c63fdfcf020eeb150dea7e6fb831
5
5
  SHA512:
6
- metadata.gz: 9459688bf8eb780cd9566bff639251fe2fd3ad7e2ecf2c25b11ffd3b3b245934fc66431de3147b64bf156c50b2cbbf40c10537cbb23bfb36f45b6218be0e72e0
7
- data.tar.gz: d12ee41ccda033ae7ff729e5466a4803b31424db2708c1620efab10ec9b3dad546b52f0accc64ad0355f518a5310a27975e7289fbc98d0fc2d4a684d18f76b71
6
+ metadata.gz: a1c678cfe1d283caa0aa8099d81d7df3ea068358048c7a64c578fb9ad9f706ec8d6ba4b34a1b7d3bb5c2932208879f42ac1d255a01d85c1111ba2600bdbb0866
7
+ data.tar.gz: a250faedb7f776cff51dd21dd3585effa58088d5515735797fc9f63c34dee18d4612e341ad18d700d61c49f8c78f0fdad469c39abb68dfcbbe5bdfdcc9d4f820
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.62.0 (2023-01-08)
4
+
5
+ * Regenerated from discovery document revision 20230104
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.61.0 (2022-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20221213
@@ -5164,7 +5164,7 @@ module Google
5164
5164
  class GoogleCloudApigeeV1ListOrganizationsResponse
5165
5165
  include Google::Apis::Core::Hashable
5166
5166
 
5167
- # List of Apigee organizations and associated GCP projects.
5167
+ # List of Apigee organizations and associated Google Cloud projects.
5168
5168
  # Corresponds to the JSON property `organizations`
5169
5169
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1OrganizationProjectMapping>]
5170
5170
  attr_accessor :organizations
@@ -5793,9 +5793,9 @@ module Google
5793
5793
  attr_accessor :addons_config
5794
5794
 
5795
5795
  # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ.
5796
- # Primary GCP region for analytics data storage. For valid values, see [Create
5797
- # an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-
5798
- # started/create-org).
5796
+ # Primary Google Cloud region for analytics data storage. For valid values, see [
5797
+ # Create an Apigee organization](https://cloud.google.com/apigee/docs/api-
5798
+ # platform/get-started/create-org).
5799
5799
  # Corresponds to the JSON property `analyticsRegion`
5800
5800
  # @return [String]
5801
5801
  attr_accessor :analytics_region
@@ -5983,7 +5983,7 @@ module Google
5983
5983
  # @return [String]
5984
5984
  attr_accessor :organization
5985
5985
 
5986
- # GCP project associated with the Apigee organization
5986
+ # Google Cloud project associated with the Apigee organization
5987
5987
  # Corresponds to the JSON property `projectId`
5988
5988
  # @return [String]
5989
5989
  attr_accessor :project_id
@@ -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.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221213"
25
+ REVISION = "20230104"
26
26
  end
27
27
  end
28
28
  end
@@ -88,7 +88,7 @@ module Google
88
88
  # cloud.google.com/apigee/docs/api-platform/get-started/create-org).
89
89
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Organization] google_cloud_apigee_v1_organization_object
90
90
  # @param [String] parent
91
- # Required. Name of the GCP project in which to associate the Apigee
91
+ # Required. Name of the Google Cloud project in which to associate the Apigee
92
92
  # organization. Pass the information as a query parameter using the following
93
93
  # structure in your request: `projects/`
94
94
  # @param [String] fields
@@ -334,9 +334,9 @@ module Google
334
334
  execute_or_queue_command(command, &block)
335
335
  end
336
336
 
337
- # Lists the Apigee organizations and associated GCP projects that you have
338
- # permission to access. See [Understanding organizations](https://cloud.google.
339
- # com/apigee/docs/api-platform/fundamentals/organization-structure).
337
+ # Lists the Apigee organizations and associated Google Cloud projects that you
338
+ # have permission to access. See [Understanding organizations](https://cloud.
339
+ # google.com/apigee/docs/api-platform/fundamentals/organization-structure).
340
340
  # @param [String] parent
341
341
  # Required. Use the following structure in your request: `organizations`
342
342
  # @param [String] fields
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.61.0
4
+ version: 0.62.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: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-08 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.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.62.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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Apigee API V1