google-apis-apigee_v1 0.33.0 → 0.36.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: b215f17311989d86700e89952f729a740ef5c2801c4e06213e2e69594f8efefd
4
- data.tar.gz: 3875836b7868a657eb84f5e02dd2b6908f93f910d18e0035e92870e8c25590de
3
+ metadata.gz: 1f803a88e65a3e12061a52491bb4be3cdb11d1a437d8c3958121802e92991132
4
+ data.tar.gz: 2b10c0f9300a47be35191e2425ddf3145c849f6083a9c2f22aab045ee952c7b9
5
5
  SHA512:
6
- metadata.gz: 619dafc595aa59b6069b338342362046eb16be5d4cb00c1423a466705d1efffade2c4eedef9082ed5bd39e84f8bab150f829c9679f8ada723697c63a804ebeb0
7
- data.tar.gz: 15cc013073a8ddcdc53ff498cb699f6a8060b4d2f54e937ea07eb638302c1c43112afdb469c34514852330b5fb5b54db44adbba4e09ca1db2ffb71f395053409
6
+ metadata.gz: ad254d0ee9289b4eb5857e866cf00bbe03e746cd403c06fe9d314c9b50df1dd8c6513a622081c3ed5c9614cd70ceafb8d580918247f332feaaf5210c2074fbf1
7
+ data.tar.gz: 240153f869a436e20f8ba87b5887ba951da7a002dbf7225b39c66c15d5f8e0676e89f9120c3cefacb0a85eb589fa3eacd0f7b668a4fc9546ab716d31039ca0ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.36.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220217
6
+
7
+ ### v0.35.0 (2022-02-15)
8
+
9
+ * Regenerated from discovery document revision 20220210
10
+
11
+ ### v0.34.0 (2022-02-08)
12
+
13
+ * Regenerated from discovery document revision 20220205
14
+
3
15
  ### v0.33.0 (2022-02-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220127
@@ -659,6 +659,11 @@ module Google
659
659
  class GoogleCloudApigeeV1ApiProxy
660
660
  include Google::Apis::Core::Hashable
661
661
 
662
+ # Output only. The type of the API proxy.
663
+ # Corresponds to the JSON property `apiProxyType`
664
+ # @return [String]
665
+ attr_accessor :api_proxy_type
666
+
662
667
  # User labels applied to this API Proxy.
663
668
  # Corresponds to the JSON property `labels`
664
669
  # @return [Hash<String,String>]
@@ -679,6 +684,14 @@ module Google
679
684
  # @return [String]
680
685
  attr_accessor :name
681
686
 
687
+ # Output only. Whether this proxy is read-only. A read-only proxy cannot have
688
+ # new revisions created through calls to CreateApiProxyRevision. A proxy is read-
689
+ # only if it was generated by an archive.
690
+ # Corresponds to the JSON property `readOnly`
691
+ # @return [Boolean]
692
+ attr_accessor :read_only
693
+ alias_method :read_only?, :read_only
694
+
682
695
  # Output only. List of revisons defined for the API proxy.
683
696
  # Corresponds to the JSON property `revision`
684
697
  # @return [Array<String>]
@@ -690,10 +703,12 @@ module Google
690
703
 
691
704
  # Update properties of this object
692
705
  def update!(**args)
706
+ @api_proxy_type = args[:api_proxy_type] if args.key?(:api_proxy_type)
693
707
  @labels = args[:labels] if args.key?(:labels)
694
708
  @latest_revision_id = args[:latest_revision_id] if args.key?(:latest_revision_id)
695
709
  @meta_data = args[:meta_data] if args.key?(:meta_data)
696
710
  @name = args[:name] if args.key?(:name)
711
+ @read_only = args[:read_only] if args.key?(:read_only)
697
712
  @revision = args[:revision] if args.key?(:revision)
698
713
  end
699
714
  end
@@ -702,6 +717,14 @@ module Google
702
717
  class GoogleCloudApigeeV1ApiProxyRevision
703
718
  include Google::Apis::Core::Hashable
704
719
 
720
+ # Output only. The archive that generated this proxy revision. This field is
721
+ # only present on proxy revisions that were generated by an archive. Proxies
722
+ # generated by archives cannot be updated, deleted, or deployed to other
723
+ # environments. Format: `organizations/*/environments/*/archiveDeployments/*`
724
+ # Corresponds to the JSON property `archive`
725
+ # @return [String]
726
+ attr_accessor :archive
727
+
705
728
  # Base URL of the API proxy.
706
729
  # Corresponds to the JSON property `basepaths`
707
730
  # @return [Array<String>]
@@ -838,6 +861,7 @@ module Google
838
861
 
839
862
  # Update properties of this object
840
863
  def update!(**args)
864
+ @archive = args[:archive] if args.key?(:archive)
841
865
  @basepaths = args[:basepaths] if args.key?(:basepaths)
842
866
  @configuration_version = args[:configuration_version] if args.key?(:configuration_version)
843
867
  @context_info = args[:context_info] if args.key?(:context_info)
@@ -2909,6 +2933,45 @@ module Google
2909
2933
  end
2910
2934
  end
2911
2935
 
2936
+ # Apigee Endpoint Attachment.
2937
+ class GoogleCloudApigeeV1EndpointAttachment
2938
+ include Google::Apis::Core::Hashable
2939
+
2940
+ # Output only. Host that can be used in either HTTP Target Endpoint directly, or
2941
+ # as the host in Target Server.
2942
+ # Corresponds to the JSON property `host`
2943
+ # @return [String]
2944
+ attr_accessor :host
2945
+
2946
+ # Required. Location of the endpoint attachment.
2947
+ # Corresponds to the JSON property `location`
2948
+ # @return [String]
2949
+ attr_accessor :location
2950
+
2951
+ # Name of the Endpoint Attachment in the following format: `organizations/`
2952
+ # organization`/endpointAttachments/`endpoint_attachment``.
2953
+ # Corresponds to the JSON property `name`
2954
+ # @return [String]
2955
+ attr_accessor :name
2956
+
2957
+ # Format: projects/*/regions/*/serviceAttachments/*
2958
+ # Corresponds to the JSON property `serviceAttachment`
2959
+ # @return [String]
2960
+ attr_accessor :service_attachment
2961
+
2962
+ def initialize(**args)
2963
+ update!(**args)
2964
+ end
2965
+
2966
+ # Update properties of this object
2967
+ def update!(**args)
2968
+ @host = args[:host] if args.key?(:host)
2969
+ @location = args[:location] if args.key?(:location)
2970
+ @name = args[:name] if args.key?(:name)
2971
+ @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
2972
+ end
2973
+ end
2974
+
2912
2975
  # Metadata common to many entities in this API.
2913
2976
  class GoogleCloudApigeeV1EntityMetadata
2914
2977
  include Google::Apis::Core::Hashable
@@ -4390,6 +4453,32 @@ module Google
4390
4453
  end
4391
4454
  end
4392
4455
 
4456
+ # Response for ListEndpointAttachments method.
4457
+ class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
4458
+ include Google::Apis::Core::Hashable
4459
+
4460
+ # Endpoint Attachments in the specified organization.
4461
+ # Corresponds to the JSON property `endpointAttachments`
4462
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment>]
4463
+ attr_accessor :endpoint_attachments
4464
+
4465
+ # Page token that you can include in a ListEndpointAttachments request to
4466
+ # retrieve the next page. If omitted, no subsequent pages exist.
4467
+ # Corresponds to the JSON property `nextPageToken`
4468
+ # @return [String]
4469
+ attr_accessor :next_page_token
4470
+
4471
+ def initialize(**args)
4472
+ update!(**args)
4473
+ end
4474
+
4475
+ # Update properties of this object
4476
+ def update!(**args)
4477
+ @endpoint_attachments = args[:endpoint_attachments] if args.key?(:endpoint_attachments)
4478
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
4479
+ end
4480
+ end
4481
+
4393
4482
  # Response for ListEnvironmentGroupAttachments.
4394
4483
  class GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
4395
4484
  include Google::Apis::Core::Hashable
@@ -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.33.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220127"
25
+ REVISION = "20220217"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,12 @@ module Google
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
+ class GoogleCloudApigeeV1EndpointAttachment
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
391
397
  class GoogleCloudApigeeV1EntityMetadata
392
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
399
 
@@ -646,6 +652,12 @@ module Google
646
652
  include Google::Apis::Core::JsonObjectSupport
647
653
  end
648
654
 
655
+ class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
649
661
  class GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
650
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
651
663
 
@@ -1378,11 +1390,13 @@ module Google
1378
1390
  class GoogleCloudApigeeV1ApiProxy
1379
1391
  # @private
1380
1392
  class Representation < Google::Apis::Core::JsonRepresentation
1393
+ property :api_proxy_type, as: 'apiProxyType'
1381
1394
  hash :labels, as: 'labels'
1382
1395
  property :latest_revision_id, as: 'latestRevisionId'
1383
1396
  property :meta_data, as: 'metaData', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1EntityMetadata, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1EntityMetadata::Representation
1384
1397
 
1385
1398
  property :name, as: 'name'
1399
+ property :read_only, as: 'readOnly'
1386
1400
  collection :revision, as: 'revision'
1387
1401
  end
1388
1402
  end
@@ -1390,6 +1404,7 @@ module Google
1390
1404
  class GoogleCloudApigeeV1ApiProxyRevision
1391
1405
  # @private
1392
1406
  class Representation < Google::Apis::Core::JsonRepresentation
1407
+ property :archive, as: 'archive'
1393
1408
  collection :basepaths, as: 'basepaths'
1394
1409
  property :configuration_version, as: 'configurationVersion', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConfigVersion, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConfigVersion::Representation
1395
1410
 
@@ -1933,6 +1948,16 @@ module Google
1933
1948
  end
1934
1949
  end
1935
1950
 
1951
+ class GoogleCloudApigeeV1EndpointAttachment
1952
+ # @private
1953
+ class Representation < Google::Apis::Core::JsonRepresentation
1954
+ property :host, as: 'host'
1955
+ property :location, as: 'location'
1956
+ property :name, as: 'name'
1957
+ property :service_attachment, as: 'serviceAttachment'
1958
+ end
1959
+ end
1960
+
1936
1961
  class GoogleCloudApigeeV1EntityMetadata
1937
1962
  # @private
1938
1963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2360,6 +2385,15 @@ module Google
2360
2385
  end
2361
2386
  end
2362
2387
 
2388
+ class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
2389
+ # @private
2390
+ class Representation < Google::Apis::Core::JsonRepresentation
2391
+ collection :endpoint_attachments, as: 'endpointAttachments', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment::Representation
2392
+
2393
+ property :next_page_token, as: 'nextPageToken'
2394
+ end
2395
+ end
2396
+
2363
2397
  class GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
2364
2398
  # @private
2365
2399
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2971,7 +2971,8 @@ module Google
2971
2971
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperAppKey] google_cloud_apigee_v1_developer_app_key_object
2972
2972
  # @param [String] action
2973
2973
  # Approve or revoke the consumer key by setting this value to `approve` or `
2974
- # revoke`, respectively.
2974
+ # revoke`, respectively. The `Content-Type` header must be set to `application/
2975
+ # octet-stream`.
2975
2976
  # @param [String] fields
2976
2977
  # Selector specifying which fields to include in a partial response.
2977
2978
  # @param [String] quota_user
@@ -3470,6 +3471,144 @@ module Google
3470
3471
  execute_or_queue_command(command, &block)
3471
3472
  end
3472
3473
 
3474
+ # Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.
3475
+ # @param [String] parent
3476
+ # Required. The Organization this EndpointAttachment will be created in.
3477
+ # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment] google_cloud_apigee_v1_endpoint_attachment_object
3478
+ # @param [String] endpoint_attachment_id
3479
+ # The ID to use for the endpoint attachment. ID must be a 1-20 characters string
3480
+ # with lowercase letters and numbers and must start with a letter.
3481
+ # @param [String] fields
3482
+ # Selector specifying which fields to include in a partial response.
3483
+ # @param [String] quota_user
3484
+ # Available to use for quota purposes for server-side applications. Can be any
3485
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3486
+ # @param [Google::Apis::RequestOptions] options
3487
+ # Request-specific options
3488
+ #
3489
+ # @yield [result, err] Result & error if block supplied
3490
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleLongrunningOperation] parsed result object
3491
+ # @yieldparam err [StandardError] error object if request failed
3492
+ #
3493
+ # @return [Google::Apis::ApigeeV1::GoogleLongrunningOperation]
3494
+ #
3495
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3496
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3497
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3498
+ def create_organization_endpoint_attachment(parent, google_cloud_apigee_v1_endpoint_attachment_object = nil, endpoint_attachment_id: nil, fields: nil, quota_user: nil, options: nil, &block)
3499
+ command = make_simple_command(:post, 'v1/{+parent}/endpointAttachments', options)
3500
+ command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment::Representation
3501
+ command.request_object = google_cloud_apigee_v1_endpoint_attachment_object
3502
+ command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
3503
+ command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
3504
+ command.params['parent'] = parent unless parent.nil?
3505
+ command.query['endpointAttachmentId'] = endpoint_attachment_id unless endpoint_attachment_id.nil?
3506
+ command.query['fields'] = fields unless fields.nil?
3507
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3508
+ execute_or_queue_command(command, &block)
3509
+ end
3510
+
3511
+ # Deletes an endpoint attachment.
3512
+ # @param [String] name
3513
+ # Required. Name of the Endpoint Attachment in the following format: `
3514
+ # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3515
+ # @param [String] fields
3516
+ # Selector specifying which fields to include in a partial response.
3517
+ # @param [String] quota_user
3518
+ # Available to use for quota purposes for server-side applications. Can be any
3519
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3520
+ # @param [Google::Apis::RequestOptions] options
3521
+ # Request-specific options
3522
+ #
3523
+ # @yield [result, err] Result & error if block supplied
3524
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleLongrunningOperation] parsed result object
3525
+ # @yieldparam err [StandardError] error object if request failed
3526
+ #
3527
+ # @return [Google::Apis::ApigeeV1::GoogleLongrunningOperation]
3528
+ #
3529
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3530
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3531
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3532
+ def delete_organization_endpoint_attachment(name, fields: nil, quota_user: nil, options: nil, &block)
3533
+ command = make_simple_command(:delete, 'v1/{+name}', options)
3534
+ command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
3535
+ command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
3536
+ command.params['name'] = name unless name.nil?
3537
+ command.query['fields'] = fields unless fields.nil?
3538
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3539
+ execute_or_queue_command(command, &block)
3540
+ end
3541
+
3542
+ # Gets the specified EndpointAttachment.
3543
+ # @param [String] name
3544
+ # Required. Name of the Endpoint Attachment in the following format: `
3545
+ # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3546
+ # @param [String] fields
3547
+ # Selector specifying which fields to include in a partial response.
3548
+ # @param [String] quota_user
3549
+ # Available to use for quota purposes for server-side applications. Can be any
3550
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3551
+ # @param [Google::Apis::RequestOptions] options
3552
+ # Request-specific options
3553
+ #
3554
+ # @yield [result, err] Result & error if block supplied
3555
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment] parsed result object
3556
+ # @yieldparam err [StandardError] error object if request failed
3557
+ #
3558
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment]
3559
+ #
3560
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3561
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3562
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3563
+ def get_organization_endpoint_attachment(name, fields: nil, quota_user: nil, options: nil, &block)
3564
+ command = make_simple_command(:get, 'v1/{+name}', options)
3565
+ command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment::Representation
3566
+ command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment
3567
+ command.params['name'] = name unless name.nil?
3568
+ command.query['fields'] = fields unless fields.nil?
3569
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3570
+ execute_or_queue_command(command, &block)
3571
+ end
3572
+
3573
+ # Lists the EndpointAttachments in the specified Organization.
3574
+ # @param [String] parent
3575
+ # Required. Name of the Organization for which to list Endpoint Attachments in
3576
+ # the format: `organizations/`organization``.
3577
+ # @param [Fixnum] page_size
3578
+ # Optional. Maximum number of Endpoint Attachments to return. If unspecified, at
3579
+ # most 25 attachments will be returned.
3580
+ # @param [String] page_token
3581
+ # Optional. Page token, returned from a previous ListEndpointAttachments call,
3582
+ # that you can use to retrieve the next page.
3583
+ # @param [String] fields
3584
+ # Selector specifying which fields to include in a partial response.
3585
+ # @param [String] quota_user
3586
+ # Available to use for quota purposes for server-side applications. Can be any
3587
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3588
+ # @param [Google::Apis::RequestOptions] options
3589
+ # Request-specific options
3590
+ #
3591
+ # @yield [result, err] Result & error if block supplied
3592
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEndpointAttachmentsResponse] parsed result object
3593
+ # @yieldparam err [StandardError] error object if request failed
3594
+ #
3595
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEndpointAttachmentsResponse]
3596
+ #
3597
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3598
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3599
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3600
+ def list_organization_endpoint_attachments(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3601
+ command = make_simple_command(:get, 'v1/{+parent}/endpointAttachments', options)
3602
+ command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEndpointAttachmentsResponse::Representation
3603
+ command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEndpointAttachmentsResponse
3604
+ command.params['parent'] = parent unless parent.nil?
3605
+ command.query['pageSize'] = page_size unless page_size.nil?
3606
+ command.query['pageToken'] = page_token unless page_token.nil?
3607
+ command.query['fields'] = fields unless fields.nil?
3608
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3609
+ execute_or_queue_command(command, &block)
3610
+ end
3611
+
3473
3612
  # Creates a new environment group.
3474
3613
  # @param [String] parent
3475
3614
  # Required. Name of the organization in which to create the environment group in
@@ -4513,18 +4652,18 @@ module Google
4513
4652
  # deployment is rejected if other revisions of the API proxy are deployed in the
4514
4653
  # environment.
4515
4654
  # @param [Boolean] sequenced_rollout
4516
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4517
- # best-effort attempt will be made to roll out the routing rules corresponding
4518
- # to this deployment and the environment changes to add this deployment in a
4519
- # safe order. This reduces the risk of downtime that could be caused by changing
4520
- # the environment group's routing before the new destination for the affected
4521
- # traffic is ready to receive it. This should only be necessary if the new
4522
- # deployment will be capturing traffic from another environment under a shared
4523
- # environment group or if traffic will be rerouted to a different environment
4524
- # due to a base path removal. The [GenerateDeployChangeReport API](
4525
- # GenerateDeployChangeReport) may be used to examine routing changes before
4526
- # issuing the deployment request, and its response will indicate if a sequenced
4527
- # rollout is recommended for the deployment.
4655
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, the
4656
+ # routing rules for this deployment and the environment changes to add the
4657
+ # deployment will be rolled out in a safe order. This reduces the risk of
4658
+ # downtime that could be caused by changing the environment group's routing
4659
+ # before the new destination for the affected traffic is ready to receive it.
4660
+ # This should only be necessary if the new deployment will be capturing traffic
4661
+ # from another environment under a shared environment group or if traffic will
4662
+ # be rerouted to a different environment due to a base path removal. The [
4663
+ # GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to
4664
+ # examine routing changes before issuing the deployment request, and its
4665
+ # response will indicate if a sequenced rollout is recommended for the
4666
+ # deployment.
4528
4667
  # @param [String] service_account
4529
4668
  # Google Cloud IAM service account. The service account represents the identity
4530
4669
  # of the deployed proxy, and determines what permissions it has. The format must
@@ -4601,15 +4740,15 @@ module Google
4601
4740
  # Required. Name of the API proxy revision deployment in the following format: `
4602
4741
  # organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
4603
4742
  # @param [Boolean] sequenced_rollout
4604
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4605
- # best-effort attempt will be made to remove the environment group routing rules
4606
- # corresponding to this deployment before removing the deployment from the
4607
- # runtime. This is likely to be a rare use case; it is only needed when the
4608
- # intended effect of undeploying this proxy is to cause the traffic it currently
4609
- # handles to be rerouted to some other existing proxy in the environment group.
4610
- # The [GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be
4611
- # used to examine routing changes before issuing the undeployment request, and
4612
- # its response will indicate if a sequenced rollout is recommended for the
4743
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, the
4744
+ # environment group routing rules corresponding to this deployment will be
4745
+ # removed before removing the deployment from the runtime. This is likely to be
4746
+ # a rare use case; it is only needed when the intended effect of undeploying
4747
+ # this proxy is to cause the traffic it currently handles to be rerouted to some
4748
+ # other existing proxy in the environment group. The [
4749
+ # GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be used to
4750
+ # examine routing changes before issuing the undeployment request, and its
4751
+ # response will indicate if a sequenced rollout is recommended for the
4613
4752
  # undeployment.
4614
4753
  # @param [String] fields
4615
4754
  # Selector specifying which fields to include in a partial response.
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.33.0
4
+ version: 0.36.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: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-02-28 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.36.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: []