google-apis-apigee_v1 0.35.0 → 0.38.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: 176882c80e05b154bda00bc06cc235c21f5b53563f8c93d606cebe8039ba7ce3
4
- data.tar.gz: 31893d4336737555fe65b052bdb0584469e4ed0659009c00a7a26665fdf887cd
3
+ metadata.gz: 5430c4726c07ebde79e13a8f2fec3f766fcd5d2f6f193322f56d7c40f9b1673f
4
+ data.tar.gz: 18b0efa86021665c189c425626834d81a6d8c39b6810cfb7c349a175aead7a5c
5
5
  SHA512:
6
- metadata.gz: dcfa78db9fcf0a1deaf29c70fff0c75fb8d27964762ce776620708def3162171ad6023951dd77c8ca5a50b3e7ec9b6364475001f9710f11b52186ee5af50c1d6
7
- data.tar.gz: 3b7f71e9cff7a61d31d0d877154de65096b384c3dfa088f807078558ebb026f988fe9008019e9b3ab3f22d54e23fb4e4a744e732d9d6a1826fafbd5458ceaa65
6
+ metadata.gz: dce7135d4728bb4c294b1973f8c624766085e728a37b893ffaaf63670d3b902696884f6cfc53214b76a8dde8051117c54465b9e8341a5a9635a7aa6c85bd7bbe
7
+ data.tar.gz: 96c7f6c09b12dc86bdca3583fe6eaeaf4ed26e2444b5be6f17f56e2bef7307b444c661d1a5937e85ef38ae13c795c59a9da76707bb94eae18eac6276937d6810
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.38.0 (2022-03-08)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+
7
+ ### v0.37.0 (2022-03-02)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.36.0 (2022-02-23)
12
+
13
+ * Regenerated from discovery document revision 20220217
14
+
3
15
  ### v0.35.0 (2022-02-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220210
@@ -2933,12 +2933,13 @@ module Google
2933
2933
  end
2934
2934
  end
2935
2935
 
2936
- # Apigee Endpoint Attachment.
2936
+ # Apigee endpoint attachment. For more information, see Southbound networking
2937
+ # patterns.
2937
2938
  class GoogleCloudApigeeV1EndpointAttachment
2938
2939
  include Google::Apis::Core::Hashable
2939
2940
 
2940
- # Output only. Host that can be used in either HTTP Target Endpoint directly, or
2941
- # as the host in Target Server.
2941
+ # Output only. Host that can be used in either the HTTP target endpoint directly
2942
+ # or as the host in target server.
2942
2943
  # Corresponds to the JSON property `host`
2943
2944
  # @return [String]
2944
2945
  attr_accessor :host
@@ -2948,8 +2949,8 @@ module Google
2948
2949
  # @return [String]
2949
2950
  attr_accessor :location
2950
2951
 
2951
- # Name of the Endpoint Attachment in the following format: `organizations/`
2952
- # organization`/endpointAttachments/`endpoint_attachment``.
2952
+ # Name of the endpoint attachment. Use the following structure in your request: `
2953
+ # organizations/`org`/endpointAttachments/`endpoint_attachment``
2953
2954
  # Corresponds to the JSON property `name`
2954
2955
  # @return [String]
2955
2956
  attr_accessor :name
@@ -3629,6 +3630,67 @@ module Google
3629
3630
  end
3630
3631
  end
3631
3632
 
3633
+ # The response for GetAsyncQueryResultUrl
3634
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
3635
+ include Google::Apis::Core::Hashable
3636
+
3637
+ # The list of Signed URLs generated by the CreateAsyncQuery request
3638
+ # Corresponds to the JSON property `urls`
3639
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo>]
3640
+ attr_accessor :urls
3641
+
3642
+ def initialize(**args)
3643
+ update!(**args)
3644
+ end
3645
+
3646
+ # Update properties of this object
3647
+ def update!(**args)
3648
+ @urls = args[:urls] if args.key?(:urls)
3649
+ end
3650
+ end
3651
+
3652
+ # A Signed URL and the relevant metadata associated with it.
3653
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo
3654
+ include Google::Apis::Core::Hashable
3655
+
3656
+ # The MD5 Hash of the JSON data
3657
+ # Corresponds to the JSON property `md5`
3658
+ # @return [String]
3659
+ attr_accessor :md5
3660
+
3661
+ # The size of the returned file in bytes
3662
+ # Corresponds to the JSON property `sizeBytes`
3663
+ # @return [Fixnum]
3664
+ attr_accessor :size_bytes
3665
+
3666
+ # The signed URL of the JSON data. Will be of the form `https://storage.
3667
+ # googleapis.com/example-bucket/cat.jpeg?X-Goog-Algorithm= GOOG4-RSA-SHA256&X-
3668
+ # Goog-Credential=example%40example-project.iam.gserviceaccount .com%2F20181026%
3669
+ # 2Fus-central1%2Fstorage%2Fgoog4_request&X-Goog-Date=20181026T18 1309Z&X-Goog-
3670
+ # Expires=900&X-Goog-SignedHeaders=host&X-Goog-Signature=247a2aa45f16
3671
+ # df4d187d54e7cc46e4731b1e6273242c4f4c39a1d2507a0e58706e25e3a85a7dbb891d62afa849
3672
+ # ef8e260c1db863d9ace85ff0a184b894b117fe46d1225c82f2aa19efd52cf21d3e2022b3b868dc
3673
+ # aca2741951ed5bf3bb25a34f5e9316a2841e8ff4c530b22ceaa1c5ce09c7cbb5732631510c2058
3674
+ # 61723f5594de3aea497f195456a2ff2bdd0d13bad47289d8611b6f9cfeef0c46c91a455b94e90a
3675
+ # 924f722292d21e24d31dcfb38ce0c0f353ffa5a9756fc2a9f2b40bc2113206a81e324fc4fd6823
3676
+ # 9163fa845c8ae7eca1fcf6e5bb48b3200983c56c5ca81fffb151cca7402beddfc4a76b13344703
3677
+ # 2ea7abedc098d2eb14a7`
3678
+ # Corresponds to the JSON property `uri`
3679
+ # @return [String]
3680
+ attr_accessor :uri
3681
+
3682
+ def initialize(**args)
3683
+ update!(**args)
3684
+ end
3685
+
3686
+ # Update properties of this object
3687
+ def update!(**args)
3688
+ @md5 = args[:md5] if args.key?(:md5)
3689
+ @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
3690
+ @uri = args[:uri] if args.key?(:uri)
3691
+ end
3692
+ end
3693
+
3632
3694
  # Request for GetSyncAuthorization.
3633
3695
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
3634
3696
  include Google::Apis::Core::Hashable
@@ -3799,6 +3861,15 @@ module Google
3799
3861
  class GoogleCloudApigeeV1Instance
3800
3862
  include Google::Apis::Core::Hashable
3801
3863
 
3864
+ # Optional. Customer accept list represents the list of projects (id/number) on
3865
+ # customer side that can privately connect to the service attachment. It is an
3866
+ # optional field which the customers can provide during the instance creation.
3867
+ # By default, the customer project associated with the Apigee organization will
3868
+ # be included to the list.
3869
+ # Corresponds to the JSON property `consumerAcceptList`
3870
+ # @return [Array<String>]
3871
+ attr_accessor :consumer_accept_list
3872
+
3802
3873
  # Output only. Time the instance was created in milliseconds since epoch.
3803
3874
  # Corresponds to the JSON property `createdAt`
3804
3875
  # @return [Fixnum]
@@ -3874,6 +3945,14 @@ module Google
3874
3945
  # @return [String]
3875
3946
  attr_accessor :runtime_version
3876
3947
 
3948
+ # Output only. Resource name of the service attachment created for the instance
3949
+ # in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers
3950
+ # can privately forward traffic to this service attachment using the PSC
3951
+ # endpoints.
3952
+ # Corresponds to the JSON property `serviceAttachment`
3953
+ # @return [String]
3954
+ attr_accessor :service_attachment
3955
+
3877
3956
  # Output only. State of the instance. Values other than `ACTIVE` means the
3878
3957
  # resource is not ready to use.
3879
3958
  # Corresponds to the JSON property `state`
@@ -3886,6 +3965,7 @@ module Google
3886
3965
 
3887
3966
  # Update properties of this object
3888
3967
  def update!(**args)
3968
+ @consumer_accept_list = args[:consumer_accept_list] if args.key?(:consumer_accept_list)
3889
3969
  @created_at = args[:created_at] if args.key?(:created_at)
3890
3970
  @description = args[:description] if args.key?(:description)
3891
3971
  @disk_encryption_key_name = args[:disk_encryption_key_name] if args.key?(:disk_encryption_key_name)
@@ -3898,6 +3978,7 @@ module Google
3898
3978
  @peering_cidr_range = args[:peering_cidr_range] if args.key?(:peering_cidr_range)
3899
3979
  @port = args[:port] if args.key?(:port)
3900
3980
  @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
3981
+ @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
3901
3982
  @state = args[:state] if args.key?(:state)
3902
3983
  end
3903
3984
  end
@@ -4457,12 +4538,12 @@ module Google
4457
4538
  class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
4458
4539
  include Google::Apis::Core::Hashable
4459
4540
 
4460
- # Endpoint Attachments in the specified organization.
4541
+ # Endpoint attachments in the specified organization.
4461
4542
  # Corresponds to the JSON property `endpointAttachments`
4462
4543
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment>]
4463
4544
  attr_accessor :endpoint_attachments
4464
4545
 
4465
- # Page token that you can include in a ListEndpointAttachments request to
4546
+ # Page token that you can include in an `ListEndpointAttachments` request to
4466
4547
  # retrieve the next page. If omitted, no subsequent pages exist.
4467
4548
  # Corresponds to the JSON property `nextPageToken`
4468
4549
  # @return [String]
@@ -5157,9 +5238,10 @@ module Google
5157
5238
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig]
5158
5239
  attr_accessor :addons_config
5159
5240
 
5160
- # Required. Primary GCP region for analytics data storage. For valid values, see
5161
- # [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-
5162
- # platform/get-started/create-org).
5241
+ # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ.
5242
+ # Primary GCP region for analytics data storage. For valid values, see [Create
5243
+ # an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-
5244
+ # started/create-org).
5163
5245
  # Corresponds to the JSON property `analyticsRegion`
5164
5246
  # @return [String]
5165
5247
  attr_accessor :analytics_region
@@ -7229,9 +7311,13 @@ module Google
7229
7311
  class GoogleCloudApigeeV1TlsInfo
7230
7312
  include Google::Apis::Core::Hashable
7231
7313
 
7232
- # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names
7233
- # listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/
7234
- # StandardNames.html#ciphersuites
7314
+ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one
7315
+ # of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/
7316
+ # technotes/guides/security/StandardNames.html#ciphersuites. For configurable
7317
+ # proxies, it must follow the configuration specified in: https://
7318
+ # commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-
7319
+ # suite-configuration. This setting has no effect for configurable proxies when
7320
+ # negotiating TLS 1.3.
7235
7321
  # Corresponds to the JSON property `ciphers`
7236
7322
  # @return [Array<String>]
7237
7323
  attr_accessor :ciphers
@@ -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.35.0"
19
+ GEM_VERSION = "0.38.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 = "20220210"
25
+ REVISION = "20220303"
26
26
  end
27
27
  end
28
28
  end
@@ -484,6 +484,18 @@ module Google
484
484
  include Google::Apis::Core::JsonObjectSupport
485
485
  end
486
486
 
487
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
487
499
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
488
500
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
501
 
@@ -2128,6 +2140,23 @@ module Google
2128
2140
  end
2129
2141
  end
2130
2142
 
2143
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
2144
+ # @private
2145
+ class Representation < Google::Apis::Core::JsonRepresentation
2146
+ collection :urls, as: 'urls', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo::Representation
2147
+
2148
+ end
2149
+ end
2150
+
2151
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo
2152
+ # @private
2153
+ class Representation < Google::Apis::Core::JsonRepresentation
2154
+ property :md5, as: 'md5'
2155
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
2156
+ property :uri, as: 'uri'
2157
+ end
2158
+ end
2159
+
2131
2160
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
2132
2161
  # @private
2133
2162
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2179,6 +2208,7 @@ module Google
2179
2208
  class GoogleCloudApigeeV1Instance
2180
2209
  # @private
2181
2210
  class Representation < Google::Apis::Core::JsonRepresentation
2211
+ collection :consumer_accept_list, as: 'consumerAcceptList'
2182
2212
  property :created_at, :numeric_string => true, as: 'createdAt'
2183
2213
  property :description, as: 'description'
2184
2214
  property :disk_encryption_key_name, as: 'diskEncryptionKeyName'
@@ -2191,6 +2221,7 @@ module Google
2191
2221
  property :peering_cidr_range, as: 'peeringCidrRange'
2192
2222
  property :port, as: 'port'
2193
2223
  property :runtime_version, as: 'runtimeVersion'
2224
+ property :service_attachment, as: 'serviceAttachment'
2194
2225
  property :state, as: 'state'
2195
2226
  end
2196
2227
  end
@@ -3471,13 +3471,13 @@ module Google
3471
3471
  execute_or_queue_command(command, &block)
3472
3472
  end
3473
3473
 
3474
- # Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.
3474
+ # Creates an endpoint attachment. **Note:** Not supported for Apigee hybrid.
3475
3475
  # @param [String] parent
3476
- # Required. The Organization this EndpointAttachment will be created in.
3476
+ # Required. Organization the endpoint attachment will be created in.
3477
3477
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment] google_cloud_apigee_v1_endpoint_attachment_object
3478
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.
3479
+ # ID to use for the endpoint attachment. The ID can contain lowercase letters
3480
+ # and numbers, must start with a letter, and must be 1-20 characters in length.
3481
3481
  # @param [String] fields
3482
3482
  # Selector specifying which fields to include in a partial response.
3483
3483
  # @param [String] quota_user
@@ -3510,8 +3510,8 @@ module Google
3510
3510
 
3511
3511
  # Deletes an endpoint attachment.
3512
3512
  # @param [String] name
3513
- # Required. Name of the Endpoint Attachment in the following format: `
3514
- # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3513
+ # Required. Name of the endpoint attachment. Use the following structure in your
3514
+ # request: `organizations/`org`/endpointAttachments/`endpoint_attachment``
3515
3515
  # @param [String] fields
3516
3516
  # Selector specifying which fields to include in a partial response.
3517
3517
  # @param [String] quota_user
@@ -3539,10 +3539,10 @@ module Google
3539
3539
  execute_or_queue_command(command, &block)
3540
3540
  end
3541
3541
 
3542
- # Gets the specified EndpointAttachment.
3542
+ # Gets the endpoint attachment.
3543
3543
  # @param [String] name
3544
- # Required. Name of the Endpoint Attachment in the following format: `
3545
- # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3544
+ # Required. Name of the endpoint attachment. Use the following structure in your
3545
+ # request: `organizations/`org`/endpointAttachments/`endpoint_attachment``
3546
3546
  # @param [String] fields
3547
3547
  # Selector specifying which fields to include in a partial response.
3548
3548
  # @param [String] quota_user
@@ -3570,15 +3570,15 @@ module Google
3570
3570
  execute_or_queue_command(command, &block)
3571
3571
  end
3572
3572
 
3573
- # Lists the EndpointAttachments in the specified Organization.
3573
+ # Lists the endpoint attachments in an organization.
3574
3574
  # @param [String] parent
3575
- # Required. Name of the Organization for which to list Endpoint Attachments in
3576
- # the format: `organizations/`organization``.
3575
+ # Required. Name of the organization for which to list endpoint attachments. Use
3576
+ # the following structure in your request: `organizations/`org``
3577
3577
  # @param [Fixnum] page_size
3578
- # Optional. Maximum number of Endpoint Attachments to return. If unspecified, at
3578
+ # Optional. Maximum number of endpoint attachments to return. If unspecified, at
3579
3579
  # most 25 attachments will be returned.
3580
3580
  # @param [String] page_token
3581
- # Optional. Page token, returned from a previous ListEndpointAttachments call,
3581
+ # Optional. Page token, returned from a previous `ListEndpointAttachments` call,
3582
3582
  # that you can use to retrieve the next page.
3583
3583
  # @param [String] fields
3584
3584
  # Selector specifying which fields to include in a partial response.
@@ -4652,18 +4652,18 @@ module Google
4652
4652
  # deployment is rejected if other revisions of the API proxy are deployed in the
4653
4653
  # environment.
4654
4654
  # @param [Boolean] sequenced_rollout
4655
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4656
- # best-effort attempt will be made to roll out the routing rules corresponding
4657
- # to this deployment and the environment changes to add this deployment in a
4658
- # safe order. This reduces the risk of downtime that could be caused by changing
4659
- # the environment group's routing before the new destination for the affected
4660
- # traffic is ready to receive it. This should only be necessary if the new
4661
- # deployment will be capturing traffic from another environment under a shared
4662
- # environment group or if traffic will be rerouted to a different environment
4663
- # due to a base path removal. The [GenerateDeployChangeReport API](
4664
- # GenerateDeployChangeReport) may be used to examine routing changes before
4665
- # issuing the deployment request, and its response will indicate if a sequenced
4666
- # 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.
4667
4667
  # @param [String] service_account
4668
4668
  # Google Cloud IAM service account. The service account represents the identity
4669
4669
  # of the deployed proxy, and determines what permissions it has. The format must
@@ -4740,15 +4740,15 @@ module Google
4740
4740
  # Required. Name of the API proxy revision deployment in the following format: `
4741
4741
  # organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
4742
4742
  # @param [Boolean] sequenced_rollout
4743
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4744
- # best-effort attempt will be made to remove the environment group routing rules
4745
- # corresponding to this deployment before removing the deployment from the
4746
- # runtime. This is likely to be a rare use case; it is only needed when the
4747
- # intended effect of undeploying this proxy is to cause the traffic it currently
4748
- # handles to be rerouted to some other existing proxy in the environment group.
4749
- # The [GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be
4750
- # used to examine routing changes before issuing the undeployment request, and
4751
- # 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
4752
4752
  # undeployment.
4753
4753
  # @param [String] fields
4754
4754
  # Selector specifying which fields to include in a partial response.
@@ -6062,6 +6062,39 @@ module Google
6062
6062
  execute_or_queue_command(command, &block)
6063
6063
  end
6064
6064
 
6065
+ # After the query is completed, use this API to retrieve the results. If the
6066
+ # request succeeds, and there is a non-zero result set, the result is sent to
6067
+ # the client as a list of urls to JSON files.
6068
+ # @param [String] name
6069
+ # Required. Name of the asynchronous query result to get. Must be of the form `
6070
+ # organizations/`org`/environments/`env`/queries/`queryId`/resulturl`.
6071
+ # @param [String] fields
6072
+ # Selector specifying which fields to include in a partial response.
6073
+ # @param [String] quota_user
6074
+ # Available to use for quota purposes for server-side applications. Can be any
6075
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
6076
+ # @param [Google::Apis::RequestOptions] options
6077
+ # Request-specific options
6078
+ #
6079
+ # @yield [result, err] Result & error if block supplied
6080
+ # @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse] parsed result object
6081
+ # @yieldparam err [StandardError] error object if request failed
6082
+ #
6083
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse]
6084
+ #
6085
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6086
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6087
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
6088
+ def get_organization_environment_query_resulturl(name, fields: nil, quota_user: nil, options: nil, &block)
6089
+ command = make_simple_command(:get, 'v1/{+name}', options)
6090
+ command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse::Representation
6091
+ command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
6092
+ command.params['name'] = name unless name.nil?
6093
+ command.query['fields'] = fields unless fields.nil?
6094
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
6095
+ execute_or_queue_command(command, &block)
6096
+ end
6097
+
6065
6098
  # Return a list of Asynchronous Queries
6066
6099
  # @param [String] parent
6067
6100
  # Required. The parent resource name. Must be of the form `organizations/`org`/
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.35.0
4
+ version: 0.38.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-21 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.38.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: []