google-apis-apigee_v1 0.21.0 → 0.25.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: 16099855d58c79d5a33e772d465aa4ad0a493f5c2ebb795e73f9d83617c58473
4
- data.tar.gz: 1a205660ba2b2c9a0f4436191867b30f6fd11f09540c0c2f85e7323f2f7a2792
3
+ metadata.gz: 56e1f90809c2a70ad4ecf7314b31fcf448661dac238e949599fe42622eba128e
4
+ data.tar.gz: 848024b772549599b6c1807af6b99cefe8c526b2fee89554a1c1ca12fa8cecb3
5
5
  SHA512:
6
- metadata.gz: d7af536bfac278b6e76b1cebc617e1912c41b2fce0c2dad8c45c0622d222af27ac7b0a1e8bde7dcc92d968e0acfa8ace8523bcf0e5bbd7ae27fd2abf55a97a27
7
- data.tar.gz: 39184427c4c2194e1997b43bed6b9ea82b191c6fef014149a5b562efc8af28d63ca0878f2d8bb62b4e4f0f7d66738e6580782cb6cdd5ed5b28b5dac5a8836c81
6
+ metadata.gz: 2a872225bf8b28f0f5e6b4c9b5a3467aae8c49b625eea9a26d2f277782afded89cf0ac180db0e9aad9142cc5a47baa02363e59ca449bd463eabe357e49775b6e
7
+ data.tar.gz: 18ae1dfae33c49ddfbb7622acf2c1ff0c1aff9022435624688fd6f0cc31f64fd2a7e1cddafe554f17a4a0ff58e0925197e7320d9108ddd5c215e7392828f9120
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.25.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211021
6
+
7
+ ### v0.24.0 (2021-10-05)
8
+
9
+ * Regenerated from discovery document revision 20211002
10
+
11
+ ### v0.23.0 (2021-09-28)
12
+
13
+ * Regenerated from discovery document revision 20210924
14
+
15
+ ### v0.22.0 (2021-09-21)
16
+
17
+ * Regenerated from discovery document revision 20210916
18
+
3
19
  ### v0.21.0 (2021-09-08)
4
20
 
5
21
  * Regenerated from discovery document revision 20210902
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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
 
@@ -257,6 +257,16 @@ module Google
257
257
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig]
258
258
  attr_accessor :advanced_api_ops_config
259
259
 
260
+ # Configuration for the Connectors Platform add-on.
261
+ # Corresponds to the JSON property `connectorsPlatformConfig`
262
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig]
263
+ attr_accessor :connectors_platform_config
264
+
265
+ # Configuration for the Integration add-on.
266
+ # Corresponds to the JSON property `integrationConfig`
267
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig]
268
+ attr_accessor :integration_config
269
+
260
270
  # Configuration for the Monetization add-on.
261
271
  # Corresponds to the JSON property `monetizationConfig`
262
272
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig]
@@ -269,6 +279,8 @@ module Google
269
279
  # Update properties of this object
270
280
  def update!(**args)
271
281
  @advanced_api_ops_config = args[:advanced_api_ops_config] if args.key?(:advanced_api_ops_config)
282
+ @connectors_platform_config = args[:connectors_platform_config] if args.key?(:connectors_platform_config)
283
+ @integration_config = args[:integration_config] if args.key?(:integration_config)
272
284
  @monetization_config = args[:monetization_config] if args.key?(:monetization_config)
273
285
  end
274
286
  end
@@ -707,6 +719,13 @@ module Google
707
719
  # @return [Hash<String,String>]
708
720
  attr_accessor :entity_meta_data_as_properties
709
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
+
710
729
  # Time that the API proxy revision was last modified in milliseconds since epoch.
711
730
  # Corresponds to the JSON property `lastModifiedAt`
712
731
  # @return [Fixnum]
@@ -807,6 +826,7 @@ module Google
807
826
  @description = args[:description] if args.key?(:description)
808
827
  @display_name = args[:display_name] if args.key?(:display_name)
809
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)
810
830
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
811
831
  @name = args[:name] if args.key?(:name)
812
832
  @policies = args[:policies] if args.key?(:policies)
@@ -1480,6 +1500,33 @@ module Google
1480
1500
  end
1481
1501
  end
1482
1502
 
1503
+ # Configuration for the Connectors Platform add-on.
1504
+ class GoogleCloudApigeeV1ConnectorsPlatformConfig
1505
+ include Google::Apis::Core::Hashable
1506
+
1507
+ # Flag that specifies whether the Connectors Platform add-on is enabled.
1508
+ # Corresponds to the JSON property `enabled`
1509
+ # @return [Boolean]
1510
+ attr_accessor :enabled
1511
+ alias_method :enabled?, :enabled
1512
+
1513
+ # Output only. Time at which the Connectors Platform add-on expires in in
1514
+ # milliseconds since epoch. If unspecified, the add-on will never expire.
1515
+ # Corresponds to the JSON property `expiresAt`
1516
+ # @return [Fixnum]
1517
+ attr_accessor :expires_at
1518
+
1519
+ def initialize(**args)
1520
+ update!(**args)
1521
+ end
1522
+
1523
+ # Update properties of this object
1524
+ def update!(**args)
1525
+ @enabled = args[:enabled] if args.key?(:enabled)
1526
+ @expires_at = args[:expires_at] if args.key?(:expires_at)
1527
+ end
1528
+ end
1529
+
1483
1530
  #
1484
1531
  class GoogleCloudApigeeV1Credential
1485
1532
  include Google::Apis::Core::Hashable
@@ -3880,6 +3927,26 @@ module Google
3880
3927
  end
3881
3928
  end
3882
3929
 
3930
+ # Configuration for the Integration add-on.
3931
+ class GoogleCloudApigeeV1IntegrationConfig
3932
+ include Google::Apis::Core::Hashable
3933
+
3934
+ # Flag that specifies whether the Integration add-on is enabled.
3935
+ # Corresponds to the JSON property `enabled`
3936
+ # @return [Boolean]
3937
+ attr_accessor :enabled
3938
+ alias_method :enabled?, :enabled
3939
+
3940
+ def initialize(**args)
3941
+ update!(**args)
3942
+ end
3943
+
3944
+ # Update properties of this object
3945
+ def update!(**args)
3946
+ @enabled = args[:enabled] if args.key?(:enabled)
3947
+ end
3948
+ end
3949
+
3883
3950
  #
3884
3951
  class GoogleCloudApigeeV1KeyAliasReference
3885
3952
  include Google::Apis::Core::Hashable
@@ -5020,7 +5087,7 @@ module Google
5020
5087
  # @return [String]
5021
5088
  attr_accessor :description
5022
5089
 
5023
- #
5090
+ # Display name for the Apigee organization. Unused, but reserved for future use.
5024
5091
  # Corresponds to the JSON property `displayName`
5025
5092
  # @return [String]
5026
5093
  attr_accessor :display_name
@@ -5046,6 +5113,12 @@ module Google
5046
5113
  # @return [String]
5047
5114
  attr_accessor :name
5048
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
+
5049
5122
  # Output only. Project ID associated with the Apigee organization.
5050
5123
  # Corresponds to the JSON property `projectId`
5051
5124
  # @return [String]
@@ -5113,6 +5186,7 @@ module Google
5113
5186
  @expires_at = args[:expires_at] if args.key?(:expires_at)
5114
5187
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
5115
5188
  @name = args[:name] if args.key?(:name)
5189
+ @portal_disabled = args[:portal_disabled] if args.key?(:portal_disabled)
5116
5190
  @project_id = args[:project_id] if args.key?(:project_id)
5117
5191
  @properties = args[:properties] if args.key?(:properties)
5118
5192
  @runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name)
@@ -5644,7 +5718,10 @@ module Google
5644
5718
  # @return [String]
5645
5719
  attr_accessor :name
5646
5720
 
5647
- # Flag that specifies the billing account type, prepaid or postpaid.
5721
+ # DEPRECATED: This field is no longer supported and will eventually be removed
5722
+ # when Apigee Hybrid 1.5/1.6 is no longer supported. Instead, use the `
5723
+ # billingType` field inside `DeveloperMonetizationConfig` resource. Flag that
5724
+ # specifies the billing account type, prepaid or postpaid.
5648
5725
  # Corresponds to the JSON property `paymentFundingModel`
5649
5726
  # @return [String]
5650
5727
  attr_accessor :payment_funding_model
@@ -7403,7 +7480,7 @@ module Google
7403
7480
  end
7404
7481
  end
7405
7482
 
7406
- # Associates `members` with a `role`.
7483
+ # Associates `members`, or principals, with a `role`.
7407
7484
  class GoogleIamV1Binding
7408
7485
  include Google::Apis::Core::Hashable
7409
7486
 
@@ -7426,7 +7503,7 @@ module Google
7426
7503
  # @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
7427
7504
  attr_accessor :condition
7428
7505
 
7429
- # Specifies the identities requesting access for a Cloud Platform resource. `
7506
+ # Specifies the principals requesting access for a Cloud Platform resource. `
7430
7507
  # members` can have the following values: * `allUsers`: A special identifier
7431
7508
  # that represents anyone who is on the internet; with or without a Google
7432
7509
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -7456,8 +7533,8 @@ module Google
7456
7533
  # @return [Array<String>]
7457
7534
  attr_accessor :members
7458
7535
 
7459
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
7460
- # , or `roles/owner`.
7536
+ # Role that is assigned to the list of `members`, or principals. For example, `
7537
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
7461
7538
  # Corresponds to the JSON property `role`
7462
7539
  # @return [String]
7463
7540
  attr_accessor :role
@@ -7476,31 +7553,31 @@ module Google
7476
7553
 
7477
7554
  # An Identity and Access Management (IAM) policy, which specifies access
7478
7555
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
7479
- # A `binding` binds one or more `members` to a single `role`. Members can be
7480
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
7481
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
7482
- # role or a user-created custom role. For some types of Google Cloud resources,
7483
- # a `binding` can also specify a `condition`, which is a logical expression that
7484
- # allows access to a resource only if the expression evaluates to `true`. A
7485
- # condition can add constraints based on attributes of the request, the resource,
7486
- # or both. To learn which resources support conditions in their IAM policies,
7487
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
7488
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
7489
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
7490
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
7491
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
7492
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
7493
- # title": "expirable access", "description": "Does not grant access after Sep
7494
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
7495
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
7496
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
7497
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
7498
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7499
- # roles/resourcemanager.organizationViewer condition: title: expirable access
7500
- # description: Does not grant access after Sep 2020 expression: request.time <
7501
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7502
- # description of IAM and its features, see the [IAM documentation](https://cloud.
7503
- # 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/).
7504
7581
  class GoogleIamV1Policy
7505
7582
  include Google::Apis::Core::Hashable
7506
7583
 
@@ -7509,9 +7586,14 @@ module Google
7509
7586
  # @return [Array<Google::Apis::ApigeeV1::GoogleIamV1AuditConfig>]
7510
7587
  attr_accessor :audit_configs
7511
7588
 
7512
- # Associates a list of `members` to a `role`. Optionally, may specify a `
7513
- # condition` that determines how and when the `bindings` are applied. Each of
7514
- # the `bindings` must contain at least one member.
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`.
7515
7597
  # Corresponds to the JSON property `bindings`
7516
7598
  # @return [Array<Google::Apis::ApigeeV1::GoogleIamV1Binding>]
7517
7599
  attr_accessor :bindings
@@ -7570,31 +7652,31 @@ module Google
7570
7652
 
7571
7653
  # An Identity and Access Management (IAM) policy, which specifies access
7572
7654
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
7573
- # A `binding` binds one or more `members` to a single `role`. Members can be
7574
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
7575
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
7576
- # role or a user-created custom role. For some types of Google Cloud resources,
7577
- # a `binding` can also specify a `condition`, which is a logical expression that
7578
- # allows access to a resource only if the expression evaluates to `true`. A
7579
- # condition can add constraints based on attributes of the request, the resource,
7580
- # or both. To learn which resources support conditions in their IAM policies,
7581
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
7582
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
7583
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
7584
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
7585
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
7586
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
7587
- # title": "expirable access", "description": "Does not grant access after Sep
7588
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
7589
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
7590
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
7591
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
7592
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7593
- # roles/resourcemanager.organizationViewer condition: title: expirable access
7594
- # description: Does not grant access after Sep 2020 expression: request.time <
7595
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7596
- # description of IAM and its features, see the [IAM documentation](https://cloud.
7597
- # 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/).
7598
7680
  # Corresponds to the JSON property `policy`
7599
7681
  # @return [Google::Apis::ApigeeV1::GoogleIamV1Policy]
7600
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.21.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 = "20210902"
25
+ REVISION = "20211021"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class GoogleCloudApigeeV1ConnectorsPlatformConfig
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class GoogleCloudApigeeV1Credential
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -526,6 +532,12 @@ module Google
526
532
  include Google::Apis::Core::JsonObjectSupport
527
533
  end
528
534
 
535
+ class GoogleCloudApigeeV1IntegrationConfig
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
529
541
  class GoogleCloudApigeeV1KeyAliasReference
530
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
543
 
@@ -1259,6 +1271,10 @@ module Google
1259
1271
  class Representation < Google::Apis::Core::JsonRepresentation
1260
1272
  property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
1261
1273
 
1274
+ property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
1275
+
1276
+ property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
1277
+
1262
1278
  property :monetization_config, as: 'monetizationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig::Representation
1263
1279
 
1264
1280
  end
@@ -1368,6 +1384,7 @@ module Google
1368
1384
  property :description, as: 'description'
1369
1385
  property :display_name, as: 'displayName'
1370
1386
  hash :entity_meta_data_as_properties, as: 'entityMetaDataAsProperties'
1387
+ collection :integration_endpoints, as: 'integrationEndpoints'
1371
1388
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1372
1389
  property :name, as: 'name'
1373
1390
  collection :policies, as: 'policies'
@@ -1554,6 +1571,14 @@ module Google
1554
1571
  end
1555
1572
  end
1556
1573
 
1574
+ class GoogleCloudApigeeV1ConnectorsPlatformConfig
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :enabled, as: 'enabled'
1578
+ property :expires_at, :numeric_string => true, as: 'expiresAt'
1579
+ end
1580
+ end
1581
+
1557
1582
  class GoogleCloudApigeeV1Credential
1558
1583
  # @private
1559
1584
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2167,6 +2192,13 @@ module Google
2167
2192
  end
2168
2193
  end
2169
2194
 
2195
+ class GoogleCloudApigeeV1IntegrationConfig
2196
+ # @private
2197
+ class Representation < Google::Apis::Core::JsonRepresentation
2198
+ property :enabled, as: 'enabled'
2199
+ end
2200
+ end
2201
+
2170
2202
  class GoogleCloudApigeeV1KeyAliasReference
2171
2203
  # @private
2172
2204
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2551,6 +2583,7 @@ module Google
2551
2583
  property :expires_at, :numeric_string => true, as: 'expiresAt'
2552
2584
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2553
2585
  property :name, as: 'name'
2586
+ property :portal_disabled, as: 'portalDisabled'
2554
2587
  property :project_id, as: 'projectId'
2555
2588
  property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
2556
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.21.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-09-13 00:00:00.000000000 Z
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/master/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.21.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
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: