google-apis-apigee_v1 0.17.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38ee82313d4de95c3d6541af2d11375a55487d4ae3fe69b51e47d3563348f808
4
- data.tar.gz: bd4c5e475faa0d6663a31e2af182cc0a0df0c7352d07e7ae387dd93ebd576070
3
+ metadata.gz: 16099855d58c79d5a33e772d465aa4ad0a493f5c2ebb795e73f9d83617c58473
4
+ data.tar.gz: 1a205660ba2b2c9a0f4436191867b30f6fd11f09540c0c2f85e7323f2f7a2792
5
5
  SHA512:
6
- metadata.gz: d028e5afc10d16fa636dbbf60e8d362cd1cb39318ffff3b1e861eb49bdad6cd40fb4979364b05cc21396bcccf4808431a0957932fc75cce35a9fd08cb34e50c9
7
- data.tar.gz: f951c333d29b6f99df4783c3383b4af9010de6e4f6259b0ef2a0299f1e941229efe5c0e5a1a395e7e2de093f01c6a04a20f360ad8ba33cf02882095ff8105dec
6
+ metadata.gz: d7af536bfac278b6e76b1cebc617e1912c41b2fce0c2dad8c45c0622d222af27ac7b0a1e8bde7dcc92d968e0acfa8ace8523bcf0e5bbd7ae27fd2abf55a97a27
7
+ data.tar.gz: 39184427c4c2194e1997b43bed6b9ea82b191c6fef014149a5b562efc8af28d63ca0878f2d8bb62b4e4f0f7d66738e6580782cb6cdd5ed5b28b5dac5a8836c81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.21.0 (2021-09-08)
4
+
5
+ * Regenerated from discovery document revision 20210902
6
+
7
+ ### v0.20.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210826
10
+
11
+ ### v0.19.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210729
14
+
15
+ ### v0.18.0 (2021-07-28)
16
+
17
+ * Regenerated from discovery document revision 20210722
18
+
3
19
  ### v0.17.0 (2021-07-13)
4
20
 
5
21
  * Regenerated from discovery document revision 20210708
@@ -22,6 +22,51 @@ module Google
22
22
  module Apis
23
23
  module ApigeeV1
24
24
 
25
+ # Describes why a bundle is invalid. Intended for use in error details.
26
+ class EdgeConfigstoreBundleBadBundle
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Describes all precondition violations.
30
+ # Corresponds to the JSON property `violations`
31
+ # @return [Array<Google::Apis::ApigeeV1::EdgeConfigstoreBundleBadBundleViolation>]
32
+ attr_accessor :violations
33
+
34
+ def initialize(**args)
35
+ update!(**args)
36
+ end
37
+
38
+ # Update properties of this object
39
+ def update!(**args)
40
+ @violations = args[:violations] if args.key?(:violations)
41
+ end
42
+ end
43
+
44
+ # A message type used to describe a single bundle validation error.
45
+ class EdgeConfigstoreBundleBadBundleViolation
46
+ include Google::Apis::Core::Hashable
47
+
48
+ # A description of why the bundle is invalid and how to fix it.
49
+ # Corresponds to the JSON property `description`
50
+ # @return [String]
51
+ attr_accessor :description
52
+
53
+ # The filename (including relative path from the bundle root) in which the error
54
+ # occurred.
55
+ # Corresponds to the JSON property `filename`
56
+ # @return [String]
57
+ attr_accessor :filename
58
+
59
+ def initialize(**args)
60
+ update!(**args)
61
+ end
62
+
63
+ # Update properties of this object
64
+ def update!(**args)
65
+ @description = args[:description] if args.key?(:description)
66
+ @filename = args[:filename] if args.key?(:filename)
67
+ end
68
+ end
69
+
25
70
  # Message that represents an arbitrary HTTP body. It should only be used for
26
71
  # payload formats that can't be represented as JSON, such as raw binary or an
27
72
  # HTML page. This message can be used both in streaming and non-streaming API
@@ -212,11 +257,6 @@ module Google
212
257
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig]
213
258
  attr_accessor :advanced_api_ops_config
214
259
 
215
- # Configuration for the Integration add-on.
216
- # Corresponds to the JSON property `integrationConfig`
217
- # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig]
218
- attr_accessor :integration_config
219
-
220
260
  # Configuration for the Monetization add-on.
221
261
  # Corresponds to the JSON property `monetizationConfig`
222
262
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig]
@@ -229,7 +269,6 @@ module Google
229
269
  # Update properties of this object
230
270
  def update!(**args)
231
271
  @advanced_api_ops_config = args[:advanced_api_ops_config] if args.key?(:advanced_api_ops_config)
232
- @integration_config = args[:integration_config] if args.key?(:integration_config)
233
272
  @monetization_config = args[:monetization_config] if args.key?(:monetization_config)
234
273
  end
235
274
  end
@@ -589,7 +628,12 @@ module Google
589
628
  class GoogleCloudApigeeV1ApiProxy
590
629
  include Google::Apis::Core::Hashable
591
630
 
592
- # The id of the most recently created revision for this api proxy.
631
+ # User labels applied to this API Proxy.
632
+ # Corresponds to the JSON property `labels`
633
+ # @return [Hash<String,String>]
634
+ attr_accessor :labels
635
+
636
+ # Output only. The id of the most recently created revision for this api proxy.
593
637
  # Corresponds to the JSON property `latestRevisionId`
594
638
  # @return [String]
595
639
  attr_accessor :latest_revision_id
@@ -599,12 +643,12 @@ module Google
599
643
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EntityMetadata]
600
644
  attr_accessor :meta_data
601
645
 
602
- # Name of the API proxy.
646
+ # Output only. Name of the API proxy.
603
647
  # Corresponds to the JSON property `name`
604
648
  # @return [String]
605
649
  attr_accessor :name
606
650
 
607
- # List of revisons defined for the API proxy.
651
+ # Output only. List of revisons defined for the API proxy.
608
652
  # Corresponds to the JSON property `revision`
609
653
  # @return [Array<String>]
610
654
  attr_accessor :revision
@@ -615,6 +659,7 @@ module Google
615
659
 
616
660
  # Update properties of this object
617
661
  def update!(**args)
662
+ @labels = args[:labels] if args.key?(:labels)
618
663
  @latest_revision_id = args[:latest_revision_id] if args.key?(:latest_revision_id)
619
664
  @meta_data = args[:meta_data] if args.key?(:meta_data)
620
665
  @name = args[:name] if args.key?(:name)
@@ -913,6 +958,66 @@ module Google
913
958
  end
914
959
  end
915
960
 
961
+ # Archive Deployment information.
962
+ class GoogleCloudApigeeV1ArchiveDeployment
963
+ include Google::Apis::Core::Hashable
964
+
965
+ # Output only. The time at which the Archive Deployment was created in
966
+ # milliseconds since the epoch.
967
+ # Corresponds to the JSON property `createdAt`
968
+ # @return [Fixnum]
969
+ attr_accessor :created_at
970
+
971
+ # Input only. The Google Cloud Storage signed URL returned from
972
+ # GenerateUploadUrl and used to upload the Archive zip file.
973
+ # Corresponds to the JSON property `gcsUri`
974
+ # @return [String]
975
+ attr_accessor :gcs_uri
976
+
977
+ # User-supplied key-value pairs used to organize ArchiveDeployments. Label keys
978
+ # must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128
979
+ # bytes, and must conform to the following PCRE regular expression: \p`Ll`\p`Lo``
980
+ # 0,62` Label values must be between 1 and 63 characters long, have a UTF-8
981
+ # encoding of maximum 128 bytes, and must conform to the following PCRE regular
982
+ # expression: [\p`Ll`\p`Lo`\p`N`_-]`0,63` No more than 64 labels can be
983
+ # associated with a given store.
984
+ # Corresponds to the JSON property `labels`
985
+ # @return [Hash<String,String>]
986
+ attr_accessor :labels
987
+
988
+ # Name of the Archive Deployment in the following format: `organizations/`org`/
989
+ # environments/`env`/archiveDeployments/`id``.
990
+ # Corresponds to the JSON property `name`
991
+ # @return [String]
992
+ attr_accessor :name
993
+
994
+ # Output only. A reference to the LRO that created this Archive Deployment in
995
+ # the following format: `organizations/`org`/operations/`id``
996
+ # Corresponds to the JSON property `operation`
997
+ # @return [String]
998
+ attr_accessor :operation
999
+
1000
+ # Output only. The time at which the Archive Deployment was updated in
1001
+ # milliseconds since the epoch.
1002
+ # Corresponds to the JSON property `updatedAt`
1003
+ # @return [Fixnum]
1004
+ attr_accessor :updated_at
1005
+
1006
+ def initialize(**args)
1007
+ update!(**args)
1008
+ end
1009
+
1010
+ # Update properties of this object
1011
+ def update!(**args)
1012
+ @created_at = args[:created_at] if args.key?(:created_at)
1013
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
1014
+ @labels = args[:labels] if args.key?(:labels)
1015
+ @name = args[:name] if args.key?(:name)
1016
+ @operation = args[:operation] if args.key?(:operation)
1017
+ @updated_at = args[:updated_at] if args.key?(:updated_at)
1018
+ end
1019
+ end
1020
+
916
1021
  #
917
1022
  class GoogleCloudApigeeV1AsyncQuery
918
1023
  include Google::Apis::Core::Hashable
@@ -1437,6 +1542,33 @@ module Google
1437
1542
  end
1438
1543
  end
1439
1544
 
1545
+ # Request for CreditDeveloperBalance.
1546
+ class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
1547
+ include Google::Apis::Core::Hashable
1548
+
1549
+ # Represents an amount of money with its currency type.
1550
+ # Corresponds to the JSON property `transactionAmount`
1551
+ # @return [Google::Apis::ApigeeV1::GoogleTypeMoney]
1552
+ attr_accessor :transaction_amount
1553
+
1554
+ # Each transaction_id uniquely identifies a credit balance request. If multiple
1555
+ # requests are received with the same transaction_id, only one of them will be
1556
+ # considered.
1557
+ # Corresponds to the JSON property `transactionId`
1558
+ # @return [String]
1559
+ attr_accessor :transaction_id
1560
+
1561
+ def initialize(**args)
1562
+ update!(**args)
1563
+ end
1564
+
1565
+ # Update properties of this object
1566
+ def update!(**args)
1567
+ @transaction_amount = args[:transaction_amount] if args.key?(:transaction_amount)
1568
+ @transaction_id = args[:transaction_id] if args.key?(:transaction_id)
1569
+ end
1570
+ end
1571
+
1440
1572
  #
1441
1573
  class GoogleCloudApigeeV1CustomReport
1442
1574
  include Google::Apis::Core::Hashable
@@ -2044,6 +2176,12 @@ module Google
2044
2176
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>]
2045
2177
  attr_accessor :route_conflicts
2046
2178
 
2179
+ # The full resource name of Cloud IAM Service Account that this deployment is
2180
+ # using, eg, `projects/-/serviceAccounts/`email``.
2181
+ # Corresponds to the JSON property `serviceAccount`
2182
+ # @return [String]
2183
+ attr_accessor :service_account
2184
+
2047
2185
  # Current state of the deployment. This field is not populated in List APIs.
2048
2186
  # Corresponds to the JSON property `state`
2049
2187
  # @return [String]
@@ -2063,6 +2201,7 @@ module Google
2063
2201
  @pods = args[:pods] if args.key?(:pods)
2064
2202
  @revision = args[:revision] if args.key?(:revision)
2065
2203
  @route_conflicts = args[:route_conflicts] if args.key?(:route_conflicts)
2204
+ @service_account = args[:service_account] if args.key?(:service_account)
2066
2205
  @state = args[:state] if args.key?(:state)
2067
2206
  end
2068
2207
  end
@@ -2557,6 +2696,71 @@ module Google
2557
2696
  end
2558
2697
  end
2559
2698
 
2699
+ # Account balance for the developer.
2700
+ class GoogleCloudApigeeV1DeveloperBalance
2701
+ include Google::Apis::Core::Hashable
2702
+
2703
+ # Output only. List of all wallets. Each individual wallet stores the account
2704
+ # balance for a particular currency.
2705
+ # Corresponds to the JSON property `wallets`
2706
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet>]
2707
+ attr_accessor :wallets
2708
+
2709
+ def initialize(**args)
2710
+ update!(**args)
2711
+ end
2712
+
2713
+ # Update properties of this object
2714
+ def update!(**args)
2715
+ @wallets = args[:wallets] if args.key?(:wallets)
2716
+ end
2717
+ end
2718
+
2719
+ # Wallet used to manage an account balance for a particular currency.
2720
+ class GoogleCloudApigeeV1DeveloperBalanceWallet
2721
+ include Google::Apis::Core::Hashable
2722
+
2723
+ # Represents an amount of money with its currency type.
2724
+ # Corresponds to the JSON property `balance`
2725
+ # @return [Google::Apis::ApigeeV1::GoogleTypeMoney]
2726
+ attr_accessor :balance
2727
+
2728
+ # Output only. Time at which the developer last added credit to the account in
2729
+ # milliseconds since epoch.
2730
+ # Corresponds to the JSON property `lastCreditTime`
2731
+ # @return [Fixnum]
2732
+ attr_accessor :last_credit_time
2733
+
2734
+ def initialize(**args)
2735
+ update!(**args)
2736
+ end
2737
+
2738
+ # Update properties of this object
2739
+ def update!(**args)
2740
+ @balance = args[:balance] if args.key?(:balance)
2741
+ @last_credit_time = args[:last_credit_time] if args.key?(:last_credit_time)
2742
+ end
2743
+ end
2744
+
2745
+ # Monetization configuration for the developer.
2746
+ class GoogleCloudApigeeV1DeveloperMonetizationConfig
2747
+ include Google::Apis::Core::Hashable
2748
+
2749
+ # Billing type.
2750
+ # Corresponds to the JSON property `billingType`
2751
+ # @return [String]
2752
+ attr_accessor :billing_type
2753
+
2754
+ def initialize(**args)
2755
+ update!(**args)
2756
+ end
2757
+
2758
+ # Update properties of this object
2759
+ def update!(**args)
2760
+ @billing_type = args[:billing_type] if args.key?(:billing_type)
2761
+ end
2762
+ end
2763
+
2560
2764
  # Structure of a DeveloperSubscription.
2561
2765
  class GoogleCloudApigeeV1DeveloperSubscription
2562
2766
  include Google::Apis::Core::Hashable
@@ -2669,11 +2873,28 @@ module Google
2669
2873
  class GoogleCloudApigeeV1Environment
2670
2874
  include Google::Apis::Core::Hashable
2671
2875
 
2876
+ # Optional. API Proxy type supported by the environment. The type can be set
2877
+ # when creating the Environment and cannot be changed.
2878
+ # Corresponds to the JSON property `apiProxyType`
2879
+ # @return [String]
2880
+ attr_accessor :api_proxy_type
2881
+
2672
2882
  # Output only. Creation time of this environment as milliseconds since epoch.
2673
2883
  # Corresponds to the JSON property `createdAt`
2674
2884
  # @return [Fixnum]
2675
2885
  attr_accessor :created_at
2676
2886
 
2887
+ # Optional. Deployment type supported by the environment. The deployment type
2888
+ # can be set when creating the environment and cannot be changed. When you
2889
+ # enable archive deployment, you will be **prevented from performing** a [subset
2890
+ # of actions](/apigee/docs/api-platform/local-development/overview#prevented-
2891
+ # actions) within the environment, including: * Managing the deployment of API
2892
+ # proxy or shared flow revisions * Creating, updating, or deleting resource
2893
+ # files * Creating, updating, or deleting target servers
2894
+ # Corresponds to the JSON property `deploymentType`
2895
+ # @return [String]
2896
+ attr_accessor :deployment_type
2897
+
2677
2898
  # Optional. Description of the environment.
2678
2899
  # Corresponds to the JSON property `description`
2679
2900
  # @return [String]
@@ -2714,7 +2935,9 @@ module Google
2714
2935
 
2715
2936
  # Update properties of this object
2716
2937
  def update!(**args)
2938
+ @api_proxy_type = args[:api_proxy_type] if args.key?(:api_proxy_type)
2717
2939
  @created_at = args[:created_at] if args.key?(:created_at)
2940
+ @deployment_type = args[:deployment_type] if args.key?(:deployment_type)
2718
2941
  @description = args[:description] if args.key?(:description)
2719
2942
  @display_name = args[:display_name] if args.key?(:display_name)
2720
2943
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
@@ -2728,6 +2951,13 @@ module Google
2728
2951
  class GoogleCloudApigeeV1EnvironmentConfig
2729
2952
  include Google::Apis::Core::Hashable
2730
2953
 
2954
+ # The location for the config blob of API Runtime Control, aka Envoy Adapter,
2955
+ # for op-based authentication as a URI, e.g. a Cloud Storage URI. This is only
2956
+ # used by Envoy-based gateways.
2957
+ # Corresponds to the JSON property `arcConfigLocation`
2958
+ # @return [String]
2959
+ attr_accessor :arc_config_location
2960
+
2731
2961
  # Time that the environment configuration was created.
2732
2962
  # Corresponds to the JSON property `createTime`
2733
2963
  # @return [String]
@@ -2758,6 +2988,12 @@ module Google
2758
2988
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig>]
2759
2989
  attr_accessor :flowhooks
2760
2990
 
2991
+ # The location for the gateway config blob as a URI, e.g. a Cloud Storage URI.
2992
+ # This is only used by Envoy-based gateways.
2993
+ # Corresponds to the JSON property `gatewayConfigLocation`
2994
+ # @return [String]
2995
+ attr_accessor :gateway_config_location
2996
+
2761
2997
  # List of keystores in the environment.
2762
2998
  # Corresponds to the JSON property `keystores`
2763
2999
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig>]
@@ -2825,12 +3061,14 @@ module Google
2825
3061
 
2826
3062
  # Update properties of this object
2827
3063
  def update!(**args)
3064
+ @arc_config_location = args[:arc_config_location] if args.key?(:arc_config_location)
2828
3065
  @create_time = args[:create_time] if args.key?(:create_time)
2829
3066
  @data_collectors = args[:data_collectors] if args.key?(:data_collectors)
2830
3067
  @debug_mask = args[:debug_mask] if args.key?(:debug_mask)
2831
3068
  @deployments = args[:deployments] if args.key?(:deployments)
2832
3069
  @feature_flags = args[:feature_flags] if args.key?(:feature_flags)
2833
3070
  @flowhooks = args[:flowhooks] if args.key?(:flowhooks)
3071
+ @gateway_config_location = args[:gateway_config_location] if args.key?(:gateway_config_location)
2834
3072
  @keystores = args[:keystores] if args.key?(:keystores)
2835
3073
  @name = args[:name] if args.key?(:name)
2836
3074
  @provider = args[:provider] if args.key?(:provider)
@@ -3190,6 +3428,72 @@ module Google
3190
3428
  end
3191
3429
  end
3192
3430
 
3431
+ # Request for GenerateDownloadUrl method.
3432
+ class GoogleCloudApigeeV1GenerateDownloadUrlRequest
3433
+ include Google::Apis::Core::Hashable
3434
+
3435
+ def initialize(**args)
3436
+ update!(**args)
3437
+ end
3438
+
3439
+ # Update properties of this object
3440
+ def update!(**args)
3441
+ end
3442
+ end
3443
+
3444
+ # Response for GenerateDownloadUrl method.
3445
+ class GoogleCloudApigeeV1GenerateDownloadUrlResponse
3446
+ include Google::Apis::Core::Hashable
3447
+
3448
+ # The Google Cloud Storage signed URL that can be used to download the Archive
3449
+ # zip file.
3450
+ # Corresponds to the JSON property `downloadUri`
3451
+ # @return [String]
3452
+ attr_accessor :download_uri
3453
+
3454
+ def initialize(**args)
3455
+ update!(**args)
3456
+ end
3457
+
3458
+ # Update properties of this object
3459
+ def update!(**args)
3460
+ @download_uri = args[:download_uri] if args.key?(:download_uri)
3461
+ end
3462
+ end
3463
+
3464
+ # Request for GenerateUploadUrl method.
3465
+ class GoogleCloudApigeeV1GenerateUploadUrlRequest
3466
+ include Google::Apis::Core::Hashable
3467
+
3468
+ def initialize(**args)
3469
+ update!(**args)
3470
+ end
3471
+
3472
+ # Update properties of this object
3473
+ def update!(**args)
3474
+ end
3475
+ end
3476
+
3477
+ # Response for GenerateUploadUrl method.
3478
+ class GoogleCloudApigeeV1GenerateUploadUrlResponse
3479
+ include Google::Apis::Core::Hashable
3480
+
3481
+ # The Google Cloud Storage signed URL that can be used to upload a new Archive
3482
+ # zip file.
3483
+ # Corresponds to the JSON property `uploadUri`
3484
+ # @return [String]
3485
+ attr_accessor :upload_uri
3486
+
3487
+ def initialize(**args)
3488
+ update!(**args)
3489
+ end
3490
+
3491
+ # Update properties of this object
3492
+ def update!(**args)
3493
+ @upload_uri = args[:upload_uri] if args.key?(:upload_uri)
3494
+ end
3495
+ end
3496
+
3193
3497
  # Request for GetSyncAuthorization.
3194
3498
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
3195
3499
  include Google::Apis::Core::Hashable
@@ -3416,6 +3720,13 @@ module Google
3416
3720
  # @return [String]
3417
3721
  attr_accessor :port
3418
3722
 
3723
+ # Output only. Version of the runtime system running in the instance. The
3724
+ # runtime system is the set of components that serve the API Proxy traffic in
3725
+ # your Environments.
3726
+ # Corresponds to the JSON property `runtimeVersion`
3727
+ # @return [String]
3728
+ attr_accessor :runtime_version
3729
+
3419
3730
  # Output only. State of the instance. Values other than `ACTIVE` means the
3420
3731
  # resource is not ready to use.
3421
3732
  # Corresponds to the JSON property `state`
@@ -3438,6 +3749,7 @@ module Google
3438
3749
  @name = args[:name] if args.key?(:name)
3439
3750
  @peering_cidr_range = args[:peering_cidr_range] if args.key?(:peering_cidr_range)
3440
3751
  @port = args[:port] if args.key?(:port)
3752
+ @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
3441
3753
  @state = args[:state] if args.key?(:state)
3442
3754
  end
3443
3755
  end
@@ -3568,26 +3880,6 @@ module Google
3568
3880
  end
3569
3881
  end
3570
3882
 
3571
- # Configuration for the Integration add-on.
3572
- class GoogleCloudApigeeV1IntegrationConfig
3573
- include Google::Apis::Core::Hashable
3574
-
3575
- # Flag that specifies whether the Integration add-on is enabled.
3576
- # Corresponds to the JSON property `enabled`
3577
- # @return [Boolean]
3578
- attr_accessor :enabled
3579
- alias_method :enabled?, :enabled
3580
-
3581
- def initialize(**args)
3582
- update!(**args)
3583
- end
3584
-
3585
- # Update properties of this object
3586
- def update!(**args)
3587
- @enabled = args[:enabled] if args.key?(:enabled)
3588
- end
3589
- end
3590
-
3591
3883
  #
3592
3884
  class GoogleCloudApigeeV1KeyAliasReference
3593
3885
  include Google::Apis::Core::Hashable
@@ -3792,6 +4084,32 @@ module Google
3792
4084
  end
3793
4085
  end
3794
4086
 
4087
+ # Response for ListArchiveDeployments method.
4088
+ class GoogleCloudApigeeV1ListArchiveDeploymentsResponse
4089
+ include Google::Apis::Core::Hashable
4090
+
4091
+ # Archive Deployments in the specified environment.
4092
+ # Corresponds to the JSON property `archiveDeployments`
4093
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ArchiveDeployment>]
4094
+ attr_accessor :archive_deployments
4095
+
4096
+ # Page token that you can include in a ListArchiveDeployments request to
4097
+ # retrieve the next page. If omitted, no subsequent pages exist.
4098
+ # Corresponds to the JSON property `nextPageToken`
4099
+ # @return [String]
4100
+ attr_accessor :next_page_token
4101
+
4102
+ def initialize(**args)
4103
+ update!(**args)
4104
+ end
4105
+
4106
+ # Update properties of this object
4107
+ def update!(**args)
4108
+ @archive_deployments = args[:archive_deployments] if args.key?(:archive_deployments)
4109
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
4110
+ end
4111
+ end
4112
+
3795
4113
  # The response for ListAsyncQueries.
3796
4114
  class GoogleCloudApigeeV1ListAsyncQueriesResponse
3797
4115
  include Google::Apis::Core::Hashable
@@ -6623,6 +6941,13 @@ module Google
6623
6941
  class GoogleCloudApigeeV1TargetServerConfig
6624
6942
  include Google::Apis::Core::Hashable
6625
6943
 
6944
+ # Whether the target server is enabled. An empty/omitted value for this field
6945
+ # should be interpreted as true.
6946
+ # Corresponds to the JSON property `enabled`
6947
+ # @return [Boolean]
6948
+ attr_accessor :enabled
6949
+ alias_method :enabled?, :enabled
6950
+
6626
6951
  # Host name of the target server.
6627
6952
  # Corresponds to the JSON property `host`
6628
6953
  # @return [String]
@@ -6655,6 +6980,7 @@ module Google
6655
6980
 
6656
6981
  # Update properties of this object
6657
6982
  def update!(**args)
6983
+ @enabled = args[:enabled] if args.key?(:enabled)
6658
6984
  @host = args[:host] if args.key?(:host)
6659
6985
  @name = args[:name] if args.key?(:name)
6660
6986
  @port = args[:port] if args.key?(:port)
@@ -7172,7 +7498,7 @@ module Google
7172
7498
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7173
7499
  # roles/resourcemanager.organizationViewer condition: title: expirable access
7174
7500
  # description: Does not grant access after Sep 2020 expression: request.time <
7175
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
7501
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7176
7502
  # description of IAM and its features, see the [IAM documentation](https://cloud.
7177
7503
  # google.com/iam/docs/).
7178
7504
  class GoogleIamV1Policy
@@ -7266,7 +7592,7 @@ module Google
7266
7592
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7267
7593
  # roles/resourcemanager.organizationViewer condition: title: expirable access
7268
7594
  # description: Does not grant access after Sep 2020 expression: request.time <
7269
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
7595
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7270
7596
  # description of IAM and its features, see the [IAM documentation](https://cloud.
7271
7597
  # google.com/iam/docs/).
7272
7598
  # Corresponds to the JSON property `policy`