google-apis-apigee_v1 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/apigee_v1/classes.rb +77 -62
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +2 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56e1f90809c2a70ad4ecf7314b31fcf448661dac238e949599fe42622eba128e
|
4
|
+
data.tar.gz: 848024b772549599b6c1807af6b99cefe8c526b2fee89554a1c1ca12fa8cecb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a872225bf8b28f0f5e6b4c9b5a3467aae8c49b625eea9a26d2f277782afded89cf0ac180db0e9aad9142cc5a47baa02363e59ca449bd463eabe357e49775b6e
|
7
|
+
data.tar.gz: 18ae1dfae33c49ddfbb7622acf2c1ff0c1aff9022435624688fd6f0cc31f64fd2a7e1cddafe554f17a4a0ff58e0925197e7320d9108ddd5c215e7392828f9120
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Apigee service in particular.)
|
67
67
|
|
@@ -719,6 +719,13 @@ module Google
|
|
719
719
|
# @return [Hash<String,String>]
|
720
720
|
attr_accessor :entity_meta_data_as_properties
|
721
721
|
|
722
|
+
# List of IntegrationEndpoints in the '/integration-endpoints' directory of the
|
723
|
+
# API proxy. This is a 'manifest' setting designed to provide visibility into
|
724
|
+
# the contents of the API proxy.
|
725
|
+
# Corresponds to the JSON property `integrationEndpoints`
|
726
|
+
# @return [Array<String>]
|
727
|
+
attr_accessor :integration_endpoints
|
728
|
+
|
722
729
|
# Time that the API proxy revision was last modified in milliseconds since epoch.
|
723
730
|
# Corresponds to the JSON property `lastModifiedAt`
|
724
731
|
# @return [Fixnum]
|
@@ -819,6 +826,7 @@ module Google
|
|
819
826
|
@description = args[:description] if args.key?(:description)
|
820
827
|
@display_name = args[:display_name] if args.key?(:display_name)
|
821
828
|
@entity_meta_data_as_properties = args[:entity_meta_data_as_properties] if args.key?(:entity_meta_data_as_properties)
|
829
|
+
@integration_endpoints = args[:integration_endpoints] if args.key?(:integration_endpoints)
|
822
830
|
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
|
823
831
|
@name = args[:name] if args.key?(:name)
|
824
832
|
@policies = args[:policies] if args.key?(:policies)
|
@@ -5105,6 +5113,12 @@ module Google
|
|
5105
5113
|
# @return [String]
|
5106
5114
|
attr_accessor :name
|
5107
5115
|
|
5116
|
+
# Configuration for the Portals settings.
|
5117
|
+
# Corresponds to the JSON property `portalDisabled`
|
5118
|
+
# @return [Boolean]
|
5119
|
+
attr_accessor :portal_disabled
|
5120
|
+
alias_method :portal_disabled?, :portal_disabled
|
5121
|
+
|
5108
5122
|
# Output only. Project ID associated with the Apigee organization.
|
5109
5123
|
# Corresponds to the JSON property `projectId`
|
5110
5124
|
# @return [String]
|
@@ -5172,6 +5186,7 @@ module Google
|
|
5172
5186
|
@expires_at = args[:expires_at] if args.key?(:expires_at)
|
5173
5187
|
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
|
5174
5188
|
@name = args[:name] if args.key?(:name)
|
5189
|
+
@portal_disabled = args[:portal_disabled] if args.key?(:portal_disabled)
|
5175
5190
|
@project_id = args[:project_id] if args.key?(:project_id)
|
5176
5191
|
@properties = args[:properties] if args.key?(:properties)
|
5177
5192
|
@runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name)
|
@@ -7465,7 +7480,7 @@ module Google
|
|
7465
7480
|
end
|
7466
7481
|
end
|
7467
7482
|
|
7468
|
-
# Associates `members
|
7483
|
+
# Associates `members`, or principals, with a `role`.
|
7469
7484
|
class GoogleIamV1Binding
|
7470
7485
|
include Google::Apis::Core::Hashable
|
7471
7486
|
|
@@ -7488,7 +7503,7 @@ module Google
|
|
7488
7503
|
# @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
|
7489
7504
|
attr_accessor :condition
|
7490
7505
|
|
7491
|
-
# Specifies the
|
7506
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
7492
7507
|
# members` can have the following values: * `allUsers`: A special identifier
|
7493
7508
|
# that represents anyone who is on the internet; with or without a Google
|
7494
7509
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -7518,8 +7533,8 @@ module Google
|
|
7518
7533
|
# @return [Array<String>]
|
7519
7534
|
attr_accessor :members
|
7520
7535
|
|
7521
|
-
# Role that is assigned to `members
|
7522
|
-
#
|
7536
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
7537
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
7523
7538
|
# Corresponds to the JSON property `role`
|
7524
7539
|
# @return [String]
|
7525
7540
|
attr_accessor :role
|
@@ -7538,31 +7553,31 @@ module Google
|
|
7538
7553
|
|
7539
7554
|
# An Identity and Access Management (IAM) policy, which specifies access
|
7540
7555
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
7541
|
-
# A `binding` binds one or more `members
|
7542
|
-
# user accounts, service accounts, Google groups, and domains (
|
7543
|
-
# A `role` is a named list of permissions; each `role` can be
|
7544
|
-
# role or a user-created custom role. For some types of Google
|
7545
|
-
# a `binding` can also specify a `condition`, which is a
|
7546
|
-
# allows access to a resource only if the expression
|
7547
|
-
# condition can add constraints based on attributes of
|
7548
|
-
# or both. To learn which resources support
|
7549
|
-
# see the [IAM documentation](https://cloud.
|
7550
|
-
# resource-policies). **JSON example:** ` "
|
7551
|
-
# resourcemanager.organizationAdmin", "members": [
|
7552
|
-
# group:admins@example.com", "domain:google.com", "
|
7553
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
7554
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
7555
|
-
# title": "expirable access", "description": "Does not grant
|
7556
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
7557
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
7558
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
7559
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
7560
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
7561
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
7562
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
7563
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
7564
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
7565
|
-
# google.com/iam/docs/).
|
7556
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
7557
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
7558
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
7559
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
7560
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
7561
|
+
# logical expression that allows access to a resource only if the expression
|
7562
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
7563
|
+
# the request, the resource, or both. To learn which resources support
|
7564
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
7565
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
7566
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
7567
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
7568
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
7569
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
7570
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
7571
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
7572
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
7573
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
7574
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
7575
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
7576
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
7577
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
7578
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
7579
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
7580
|
+
# cloud.google.com/iam/docs/).
|
7566
7581
|
class GoogleIamV1Policy
|
7567
7582
|
include Google::Apis::Core::Hashable
|
7568
7583
|
|
@@ -7571,14 +7586,14 @@ module Google
|
|
7571
7586
|
# @return [Array<Google::Apis::ApigeeV1::GoogleIamV1AuditConfig>]
|
7572
7587
|
attr_accessor :audit_configs
|
7573
7588
|
|
7574
|
-
# Associates a list of `members
|
7575
|
-
# condition` that determines how and when the `bindings` are applied.
|
7576
|
-
# the `bindings` must contain at least one
|
7577
|
-
# can refer to up to 1,500
|
7578
|
-
# groups. Each occurrence of a
|
7579
|
-
# if the `bindings` grant 50 different roles to `user:alice@
|
7580
|
-
# not to any other
|
7581
|
-
# bindings` in the `Policy`.
|
7589
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
7590
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
7591
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
7592
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
7593
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
7594
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
7595
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
7596
|
+
# principals to the `bindings` in the `Policy`.
|
7582
7597
|
# Corresponds to the JSON property `bindings`
|
7583
7598
|
# @return [Array<Google::Apis::ApigeeV1::GoogleIamV1Binding>]
|
7584
7599
|
attr_accessor :bindings
|
@@ -7637,31 +7652,31 @@ module Google
|
|
7637
7652
|
|
7638
7653
|
# An Identity and Access Management (IAM) policy, which specifies access
|
7639
7654
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
7640
|
-
# A `binding` binds one or more `members
|
7641
|
-
# user accounts, service accounts, Google groups, and domains (
|
7642
|
-
# A `role` is a named list of permissions; each `role` can be
|
7643
|
-
# role or a user-created custom role. For some types of Google
|
7644
|
-
# a `binding` can also specify a `condition`, which is a
|
7645
|
-
# allows access to a resource only if the expression
|
7646
|
-
# condition can add constraints based on attributes of
|
7647
|
-
# or both. To learn which resources support
|
7648
|
-
# see the [IAM documentation](https://cloud.
|
7649
|
-
# resource-policies). **JSON example:** ` "
|
7650
|
-
# resourcemanager.organizationAdmin", "members": [
|
7651
|
-
# group:admins@example.com", "domain:google.com", "
|
7652
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
7653
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
7654
|
-
# title": "expirable access", "description": "Does not grant
|
7655
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
7656
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
7657
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
7658
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
7659
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
7660
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
7661
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
7662
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
7663
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
7664
|
-
# google.com/iam/docs/).
|
7655
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
7656
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
7657
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
7658
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
7659
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
7660
|
+
# logical expression that allows access to a resource only if the expression
|
7661
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
7662
|
+
# the request, the resource, or both. To learn which resources support
|
7663
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
7664
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
7665
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
7666
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
7667
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
7668
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
7669
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
7670
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
7671
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
7672
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
7673
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
7674
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
7675
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
7676
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
7677
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
7678
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
7679
|
+
# cloud.google.com/iam/docs/).
|
7665
7680
|
# Corresponds to the JSON property `policy`
|
7666
7681
|
# @return [Google::Apis::ApigeeV1::GoogleIamV1Policy]
|
7667
7682
|
attr_accessor :policy
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1384,6 +1384,7 @@ module Google
|
|
1384
1384
|
property :description, as: 'description'
|
1385
1385
|
property :display_name, as: 'displayName'
|
1386
1386
|
hash :entity_meta_data_as_properties, as: 'entityMetaDataAsProperties'
|
1387
|
+
collection :integration_endpoints, as: 'integrationEndpoints'
|
1387
1388
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
1388
1389
|
property :name, as: 'name'
|
1389
1390
|
collection :policies, as: 'policies'
|
@@ -2582,6 +2583,7 @@ module Google
|
|
2582
2583
|
property :expires_at, :numeric_string => true, as: 'expiresAt'
|
2583
2584
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
2584
2585
|
property :name, as: 'name'
|
2586
|
+
property :portal_disabled, as: 'portalDisabled'
|
2585
2587
|
property :project_id, as: 'projectId'
|
2586
2588
|
property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
|
2587
2589
|
|
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.
|
4
|
+
version: 0.25.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: 2021-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.25.0
|
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: []
|
65
65
|
require_paths:
|