google-apis-apigeeregistry_v1 0.6.0 → 0.7.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: aad0117f85206984b2ab110ee7c1f4c8260288e86e557bf9cd218468d6d0bb97
4
- data.tar.gz: e5a0e2477787512676042c1b975f4fe1c52ab4859e3dc3675288904573504437
3
+ metadata.gz: 31722c2c1dd05e57a350a7bbe5b2ee7b2e0ec5dbe38dd2827ff59dc1e8549056
4
+ data.tar.gz: cf55ca8dc0de964dd53e44221a42e249e91c3dfa61892cc31233ce8d1b145751
5
5
  SHA512:
6
- metadata.gz: 2173bf3bf1a77da071b99ca54128ccc297056e878ff4427293fdfb710d3e8eb74f227103249a719e72f4de7789df109c8a8702fad14f95dd8819bf28610948ee
7
- data.tar.gz: c3c6c133aa6c883ee8a60dc7c4e1d056327bf7705a8bed89a1e47a79556fa8ab5e6ae283c46e8ca9ee14a382f145bf6a5fa385740890adc9532849ea8a32d44a
6
+ metadata.gz: d4f89fb6f5761fb8d7f1edcce42fbfff90d38495b21c6828a2b3647eb005a94905d808e4331bafb40c95945d419e169c68b3749c58c22b90d2fe7d1409a81ee4
7
+ data.tar.gz: 2b4408f78292f1af18072616d2b53e106ed12efd565a157df7fcf71adbebb11758a81988f0ce850b46b926c3d0b0093876a1cee01b6fe3b95808b9f9d0dcea02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigeeregistry_v1
2
2
 
3
+ ### v0.7.0 (2022-09-02)
4
+
5
+ * Regenerated from discovery document revision 20220831
6
+
3
7
  ### v0.6.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220706
@@ -22,8 +22,8 @@ module Google
22
22
  module Apis
23
23
  module ApigeeregistryV1
24
24
 
25
- # An Api is a top-level description of an API. Apis are produced by producers
26
- # and are commitments to provide services.
25
+ # A top-level description of an API. Produced by producers and are commitments
26
+ # to provide services.
27
27
  class Api
28
28
  include Google::Apis::Core::Hashable
29
29
 
@@ -36,7 +36,7 @@ module Google
36
36
  attr_accessor :annotations
37
37
 
38
38
  # A user-definable description of the availability of this service. Format: free-
39
- # form, but we expect single words that describe availability, e.g. "NONE", "
39
+ # form, but we expect single words that describe availability, e.g., "NONE", "
40
40
  # TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
41
41
  # Corresponds to the JSON property `availability`
42
42
  # @return [String]
@@ -60,11 +60,11 @@ module Google
60
60
  # Labels attach identifying metadata to resources. Identifying metadata can be
61
61
  # used to filter list operations. Label keys and values can be no longer than 64
62
62
  # characters (Unicode codepoints), can only contain lowercase letters, numeric
63
- # characters, underscores and dashes. International characters are allowed. No
63
+ # characters, underscores, and dashes. International characters are allowed. No
64
64
  # more than 64 user labels can be associated with one resource (System labels
65
65
  # are excluded). See https://goo.gl/xmQnxf for more information and examples of
66
- # labels. System reserved label keys are prefixed with "apigeeregistry.
67
- # googleapis.com/" and cannot be changed.
66
+ # labels. System reserved label keys are prefixed with `apigeeregistry.
67
+ # googleapis.com/` and cannot be changed.
68
68
  # Corresponds to the JSON property `labels`
69
69
  # @return [Hash<String,String>]
70
70
  attr_accessor :labels
@@ -74,13 +74,13 @@ module Google
74
74
  # @return [String]
75
75
  attr_accessor :name
76
76
 
77
- # The recommended deployment of the API. Format: apis/`api`/deployments/`
78
- # deployment`
77
+ # The recommended deployment of the API. Format: `apis/`api`/deployments/`
78
+ # deployment``
79
79
  # Corresponds to the JSON property `recommendedDeployment`
80
80
  # @return [String]
81
81
  attr_accessor :recommended_deployment
82
82
 
83
- # The recommended version of the API. Format: apis/`api`/versions/`version`
83
+ # The recommended version of the API. Format: `apis/`api`/versions/`version``
84
84
  # Corresponds to the JSON property `recommendedVersion`
85
85
  # @return [String]
86
86
  attr_accessor :recommended_version
@@ -109,11 +109,10 @@ module Google
109
109
  end
110
110
  end
111
111
 
112
- # An ApiDeployment describes a service running at particular address that
113
- # provides a particular version of an API. ApiDeployments have revisions which
114
- # correspond to different configurations of a single deployment in time.
115
- # Revision identifiers should be updated whenever the served API spec or
116
- # endpoint address changes.
112
+ # Describes a service running at particular address that provides a particular
113
+ # version of an API. ApiDeployments have revisions which correspond to different
114
+ # configurations of a single deployment in time. Revision identifiers should be
115
+ # updated whenever the served API spec or endpoint address changes.
117
116
  class ApiDeployment
118
117
  include Google::Apis::Core::Hashable
119
118
 
@@ -131,9 +130,9 @@ module Google
131
130
  # @return [Hash<String,String>]
132
131
  attr_accessor :annotations
133
132
 
134
- # The full resource name (including revision id) of the spec of the API being
133
+ # The full resource name (including revision ID) of the spec of the API being
135
134
  # served by the deployment. Changes to this value will update the revision.
136
- # Format: apis/`api`/deployments/`deployment`
135
+ # Format: `apis/`api`/deployments/`deployment``
137
136
  # Corresponds to the JSON property `apiSpecRevision`
138
137
  # @return [String]
139
138
  attr_accessor :api_spec_revision
@@ -159,7 +158,7 @@ module Google
159
158
  # @return [String]
160
159
  attr_accessor :endpoint_uri
161
160
 
162
- # The address of the external channel of the API (e.g. the Developer Portal).
161
+ # The address of the external channel of the API (e.g., the Developer Portal).
163
162
  # Changes to this value will not affect the revision.
164
163
  # Corresponds to the JSON property `externalChannelUri`
165
164
  # @return [String]
@@ -177,8 +176,8 @@ module Google
177
176
  # characters, underscores and dashes. International characters are allowed. No
178
177
  # more than 64 user labels can be associated with one resource (System labels
179
178
  # are excluded). See https://goo.gl/xmQnxf for more information and examples of
180
- # labels. System reserved label keys are prefixed with "apigeeregistry.
181
- # googleapis.com/" and cannot be changed.
179
+ # labels. System reserved label keys are prefixed with `apigeeregistry.
180
+ # googleapis.com/` and cannot be changed.
182
181
  # Corresponds to the JSON property `labels`
183
182
  # @return [Hash<String,String>]
184
183
  attr_accessor :labels
@@ -230,10 +229,10 @@ module Google
230
229
  end
231
230
  end
232
231
 
233
- # An ApiSpec describes a version of an API in a structured way. ApiSpecs provide
234
- # formal descriptions that consumers can use to use a version. ApiSpec resources
235
- # are intended to be fully-resolved descriptions of an ApiVersion. When specs
236
- # consist of multiple files, these should be bundled together (e.g. in a zip
232
+ # Describes a version of an API in a structured way. ApiSpecs provide formal
233
+ # descriptions that consumers can use to use a version. ApiSpec resources are
234
+ # intended to be fully-resolved descriptions of an ApiVersion. When specs
235
+ # consist of multiple files, these should be bundled together (e.g., in a zip
237
236
  # archive) and stored as a unit. Multiple specs can exist to provide
238
237
  # representations in different API description formats. Synchronization of these
239
238
  # representations would be provided by tooling and background services.
@@ -282,16 +281,16 @@ module Google
282
281
  # characters, underscores and dashes. International characters are allowed. No
283
282
  # more than 64 user labels can be associated with one resource (System labels
284
283
  # are excluded). See https://goo.gl/xmQnxf for more information and examples of
285
- # labels. System reserved label keys are prefixed with "apigeeregistry.
286
- # googleapis.com/" and cannot be changed.
284
+ # labels. System reserved label keys are prefixed with `apigeeregistry.
285
+ # googleapis.com/` and cannot be changed.
287
286
  # Corresponds to the JSON property `labels`
288
287
  # @return [Hash<String,String>]
289
288
  attr_accessor :labels
290
289
 
291
290
  # A style (format) descriptor for this spec that is specified as a Media Type (
292
- # https://en.wikipedia.org/wiki/Media_type). Possible values include "
293
- # application/vnd.apigee.proto", "application/vnd.apigee.openapi", and "
294
- # application/vnd.apigee.graphql", with possible suffixes representing
291
+ # https://en.wikipedia.org/wiki/Media_type). Possible values include `
292
+ # application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and `
293
+ # application/vnd.apigee.graphql`, with possible suffixes representing
295
294
  # compression types. These hypothetical names are defined in the vendor tree
296
295
  # defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
297
296
  # Content types can specify compression. Currently only GZip compression is
@@ -361,8 +360,8 @@ module Google
361
360
  end
362
361
  end
363
362
 
364
- # An ApiVersion describes a particular version of an API. ApiVersions are what
365
- # consumers actually use.
363
+ # Describes a particular version of an API. ApiVersions are what consumers
364
+ # actually use.
366
365
  class ApiVersion
367
366
  include Google::Apis::Core::Hashable
368
367
 
@@ -395,8 +394,8 @@ module Google
395
394
  # characters, underscores and dashes. International characters are allowed. No
396
395
  # more than 64 user labels can be associated with one resource (System labels
397
396
  # are excluded). See https://goo.gl/xmQnxf for more information and examples of
398
- # labels. System reserved label keys are prefixed with "apigeeregistry.
399
- # googleapis.com/" and cannot be changed.
397
+ # labels. System reserved label keys are prefixed with `apigeeregistry.
398
+ # googleapis.com/` and cannot be changed.
400
399
  # Corresponds to the JSON property `labels`
401
400
  # @return [Hash<String,String>]
402
401
  attr_accessor :labels
@@ -407,7 +406,7 @@ module Google
407
406
  attr_accessor :name
408
407
 
409
408
  # A user-definable description of the lifecycle phase of this API version.
410
- # Format: free-form, but we expect single words that describe API maturity, e.g.
409
+ # Format: free-form, but we expect single words that describe API maturity, e.g.,
411
410
  # "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION", "DEPRECATED", "
412
411
  # RETIRED".
413
412
  # Corresponds to the JSON property `state`
@@ -439,9 +438,9 @@ module Google
439
438
  # Artifacts of resources. Artifacts are unique (single-value) per resource and
440
439
  # are used to store metadata that is too large or numerous to be stored directly
441
440
  # on the resource. Since artifacts are stored separately from parent resources,
442
- # they should generally be used for metadata that is needed infrequently, i.e.
441
+ # they should generally be used for metadata that is needed infrequently, i.e.,
443
442
  # not for display in primary views of the resource but perhaps displayed or
444
- # downloaded upon request. The ListArtifacts method allows artifacts to be
443
+ # downloaded upon request. The `ListArtifacts` method allows artifacts to be
445
444
  # quickly enumerated and checked for presence without downloading their (
446
445
  # potentially-large) contents.
447
446
  class Artifact
@@ -534,28 +533,33 @@ module Google
534
533
  # members` can have the following values: * `allUsers`: A special identifier
535
534
  # that represents anyone who is on the internet; with or without a Google
536
535
  # account. * `allAuthenticatedUsers`: A special identifier that represents
537
- # anyone who is authenticated with a Google account or a service account. * `
538
- # user:`emailid``: An email address that represents a specific Google account.
539
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
540
- # address that represents a service account. For example, `my-other-app@appspot.
541
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
542
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
543
- # `uniqueid``: An email address (plus unique identifier) representing a user
544
- # that has been recently deleted. For example, `alice@example.com?uid=
545
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
546
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
547
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
548
- # identifier) representing a service account that has been recently deleted. For
549
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
550
- # If the service account is undeleted, this value reverts to `serviceAccount:`
551
- # emailid`` and the undeleted service account retains the role in the binding. *
552
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
553
- # identifier) representing a Google group that has been recently deleted. For
554
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
555
- # recovered, this value reverts to `group:`emailid`` and the recovered group
556
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
557
- # primary) that represents all the users of that domain. For example, `google.
558
- # com` or `example.com`.
536
+ # anyone who is authenticated with a Google account or a service account. Does
537
+ # not include identities that come from external identity providers (IdPs)
538
+ # through identity federation. * `user:`emailid``: An email address that
539
+ # represents a specific Google account. For example, `alice@example.com` . * `
540
+ # serviceAccount:`emailid``: An email address that represents a Google service
541
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
542
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
543
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
544
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
545
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
546
+ # email address that represents a Google group. For example, `admins@example.com`
547
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
548
+ # identifier) representing a user that has been recently deleted. For example, `
549
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
550
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
551
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
552
+ # address (plus unique identifier) representing a service account that has been
553
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
554
+ # 123456789012345678901`. If the service account is undeleted, this value
555
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
556
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
557
+ # An email address (plus unique identifier) representing a Google group that has
558
+ # been recently deleted. For example, `admins@example.com?uid=
559
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
560
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
561
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
562
+ # of that domain. For example, `google.com` or `example.com`.
559
563
  # Corresponds to the JSON property `members`
560
564
  # @return [Array<String>]
561
565
  attr_accessor :members
@@ -752,8 +756,8 @@ module Google
752
756
  # @return [String]
753
757
  attr_accessor :create_time
754
758
 
755
- # Format: `projects/*/locations/*/instance`. Currently only locations/global is
756
- # supported.
759
+ # Format: `projects/*/locations/*/instance`. Currently only `locations/global`
760
+ # is supported.
757
761
  # Corresponds to the JSON property `name`
758
762
  # @return [String]
759
763
  attr_accessor :name
@@ -1281,7 +1285,7 @@ module Google
1281
1285
  include Google::Apis::Core::Hashable
1282
1286
 
1283
1287
  # Required. The revision ID to roll back to. It must be a revision of the same
1284
- # deployment. Example: c7cfa2a8
1288
+ # deployment. Example: `c7cfa2a8`
1285
1289
  # Corresponds to the JSON property `revisionId`
1286
1290
  # @return [String]
1287
1291
  attr_accessor :revision_id
@@ -1301,7 +1305,7 @@ module Google
1301
1305
  include Google::Apis::Core::Hashable
1302
1306
 
1303
1307
  # Required. The revision ID to roll back to. It must be a revision of the same
1304
- # spec. Example: c7cfa2a8
1308
+ # spec. Example: `c7cfa2a8`
1305
1309
  # Corresponds to the JSON property `revisionId`
1306
1310
  # @return [String]
1307
1311
  attr_accessor :revision_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeregistryV1
18
18
  # Version of the google-apis-apigeeregistry_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.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 = "20220706"
25
+ REVISION = "20220831"
26
26
  end
27
27
  end
28
28
  end