google-apis-apigee_v1 0.37.0 → 0.40.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: 4efff66c60f653416c0b37fd19e54fa1e8c6b0597c64bf03c9ed123748ce8f4b
4
- data.tar.gz: 62727e54a9590a78fb653fce48865bdb72df4e31c09081a95eccb7f54a9d1c91
3
+ metadata.gz: ab192efca62e77f2353a1b9c4a4d9ac90217b6ad531202e25cc73c2d691f95bd
4
+ data.tar.gz: 87c7c6eac135a0958e09baf27e8901bf3be4fb2db3382197f8d0ee3f3769b0f8
5
5
  SHA512:
6
- metadata.gz: fe16dce328f954bcf2ac90cc3a7cbef93eb0661de082542e311f682897dd34426de9c30308a1439b9d8aa45012c01fefc781f3195d9d81cdf902107dfe0705c5
7
- data.tar.gz: 67c2477d00fddb4ead8b928bc7cfc8042b6eb25322f788ffb56d58b770089003a8e36f1a19f8242705df05715485e0b3736ebd7208df0ed92e2cc7757149bd83
6
+ metadata.gz: 05db938a7e7f92cd75d1abf08015fe56f2f04a7f484ca836e1fdcbddf30e74c9a6c049366d5d584211c4d0241951848e38ce4313ee5e4584d57220b8db550977
7
+ data.tar.gz: 6c3b02643d761d9a1f8bd7cf44983dbb25ff587df4c8b5bc972e76df4b59a990043ffb4fcdb608a53afe5a276be6eafbd37b1cc717028418b9804e557b09d71e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.40.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220324
6
+
7
+ ### v0.39.0 (2022-03-15)
8
+
9
+ * Regenerated from discovery document revision 20220310
10
+
11
+ ### v0.38.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+
3
15
  ### v0.37.0 (2022-03-02)
4
16
 
5
17
  * Regenerated from discovery document revision 20220301
@@ -2960,6 +2960,12 @@ module Google
2960
2960
  # @return [String]
2961
2961
  attr_accessor :service_attachment
2962
2962
 
2963
+ # Output only. State of the endpoint attachment. Values other than `ACTIVE` mean
2964
+ # the resource is not ready to use.
2965
+ # Corresponds to the JSON property `state`
2966
+ # @return [String]
2967
+ attr_accessor :state
2968
+
2963
2969
  def initialize(**args)
2964
2970
  update!(**args)
2965
2971
  end
@@ -2970,6 +2976,7 @@ module Google
2970
2976
  @location = args[:location] if args.key?(:location)
2971
2977
  @name = args[:name] if args.key?(:name)
2972
2978
  @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
2979
+ @state = args[:state] if args.key?(:state)
2973
2980
  end
2974
2981
  end
2975
2982
 
@@ -3282,6 +3289,11 @@ module Google
3282
3289
  # @return [String]
3283
3290
  attr_accessor :environment
3284
3291
 
3292
+ # Output only. ID of the environment group.
3293
+ # Corresponds to the JSON property `environmentGroupId`
3294
+ # @return [String]
3295
+ attr_accessor :environment_group_id
3296
+
3285
3297
  # ID of the environment group attachment.
3286
3298
  # Corresponds to the JSON property `name`
3287
3299
  # @return [String]
@@ -3295,6 +3307,7 @@ module Google
3295
3307
  def update!(**args)
3296
3308
  @created_at = args[:created_at] if args.key?(:created_at)
3297
3309
  @environment = args[:environment] if args.key?(:environment)
3310
+ @environment_group_id = args[:environment_group_id] if args.key?(:environment_group_id)
3298
3311
  @name = args[:name] if args.key?(:name)
3299
3312
  end
3300
3313
  end
@@ -3630,6 +3643,67 @@ module Google
3630
3643
  end
3631
3644
  end
3632
3645
 
3646
+ # The response for GetAsyncQueryResultUrl
3647
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
3648
+ include Google::Apis::Core::Hashable
3649
+
3650
+ # The list of Signed URLs generated by the CreateAsyncQuery request
3651
+ # Corresponds to the JSON property `urls`
3652
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo>]
3653
+ attr_accessor :urls
3654
+
3655
+ def initialize(**args)
3656
+ update!(**args)
3657
+ end
3658
+
3659
+ # Update properties of this object
3660
+ def update!(**args)
3661
+ @urls = args[:urls] if args.key?(:urls)
3662
+ end
3663
+ end
3664
+
3665
+ # A Signed URL and the relevant metadata associated with it.
3666
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo
3667
+ include Google::Apis::Core::Hashable
3668
+
3669
+ # The MD5 Hash of the JSON data
3670
+ # Corresponds to the JSON property `md5`
3671
+ # @return [String]
3672
+ attr_accessor :md5
3673
+
3674
+ # The size of the returned file in bytes
3675
+ # Corresponds to the JSON property `sizeBytes`
3676
+ # @return [Fixnum]
3677
+ attr_accessor :size_bytes
3678
+
3679
+ # The signed URL of the JSON data. Will be of the form `https://storage.
3680
+ # googleapis.com/example-bucket/cat.jpeg?X-Goog-Algorithm= GOOG4-RSA-SHA256&X-
3681
+ # Goog-Credential=example%40example-project.iam.gserviceaccount .com%2F20181026%
3682
+ # 2Fus-central1%2Fstorage%2Fgoog4_request&X-Goog-Date=20181026T18 1309Z&X-Goog-
3683
+ # Expires=900&X-Goog-SignedHeaders=host&X-Goog-Signature=247a2aa45f16
3684
+ # df4d187d54e7cc46e4731b1e6273242c4f4c39a1d2507a0e58706e25e3a85a7dbb891d62afa849
3685
+ # ef8e260c1db863d9ace85ff0a184b894b117fe46d1225c82f2aa19efd52cf21d3e2022b3b868dc
3686
+ # aca2741951ed5bf3bb25a34f5e9316a2841e8ff4c530b22ceaa1c5ce09c7cbb5732631510c2058
3687
+ # 61723f5594de3aea497f195456a2ff2bdd0d13bad47289d8611b6f9cfeef0c46c91a455b94e90a
3688
+ # 924f722292d21e24d31dcfb38ce0c0f353ffa5a9756fc2a9f2b40bc2113206a81e324fc4fd6823
3689
+ # 9163fa845c8ae7eca1fcf6e5bb48b3200983c56c5ca81fffb151cca7402beddfc4a76b13344703
3690
+ # 2ea7abedc098d2eb14a7`
3691
+ # Corresponds to the JSON property `uri`
3692
+ # @return [String]
3693
+ attr_accessor :uri
3694
+
3695
+ def initialize(**args)
3696
+ update!(**args)
3697
+ end
3698
+
3699
+ # Update properties of this object
3700
+ def update!(**args)
3701
+ @md5 = args[:md5] if args.key?(:md5)
3702
+ @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
3703
+ @uri = args[:uri] if args.key?(:uri)
3704
+ end
3705
+ end
3706
+
3633
3707
  # Request for GetSyncAuthorization.
3634
3708
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
3635
3709
  include Google::Apis::Core::Hashable
@@ -3800,6 +3874,15 @@ module Google
3800
3874
  class GoogleCloudApigeeV1Instance
3801
3875
  include Google::Apis::Core::Hashable
3802
3876
 
3877
+ # Optional. Customer accept list represents the list of projects (id/number) on
3878
+ # customer side that can privately connect to the service attachment. It is an
3879
+ # optional field which the customers can provide during the instance creation.
3880
+ # By default, the customer project associated with the Apigee organization will
3881
+ # be included to the list.
3882
+ # Corresponds to the JSON property `consumerAcceptList`
3883
+ # @return [Array<String>]
3884
+ attr_accessor :consumer_accept_list
3885
+
3803
3886
  # Output only. Time the instance was created in milliseconds since epoch.
3804
3887
  # Corresponds to the JSON property `createdAt`
3805
3888
  # @return [Fixnum]
@@ -3875,6 +3958,14 @@ module Google
3875
3958
  # @return [String]
3876
3959
  attr_accessor :runtime_version
3877
3960
 
3961
+ # Output only. Resource name of the service attachment created for the instance
3962
+ # in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers
3963
+ # can privately forward traffic to this service attachment using the PSC
3964
+ # endpoints.
3965
+ # Corresponds to the JSON property `serviceAttachment`
3966
+ # @return [String]
3967
+ attr_accessor :service_attachment
3968
+
3878
3969
  # Output only. State of the instance. Values other than `ACTIVE` means the
3879
3970
  # resource is not ready to use.
3880
3971
  # Corresponds to the JSON property `state`
@@ -3887,6 +3978,7 @@ module Google
3887
3978
 
3888
3979
  # Update properties of this object
3889
3980
  def update!(**args)
3981
+ @consumer_accept_list = args[:consumer_accept_list] if args.key?(:consumer_accept_list)
3890
3982
  @created_at = args[:created_at] if args.key?(:created_at)
3891
3983
  @description = args[:description] if args.key?(:description)
3892
3984
  @disk_encryption_key_name = args[:disk_encryption_key_name] if args.key?(:disk_encryption_key_name)
@@ -3899,6 +3991,7 @@ module Google
3899
3991
  @peering_cidr_range = args[:peering_cidr_range] if args.key?(:peering_cidr_range)
3900
3992
  @port = args[:port] if args.key?(:port)
3901
3993
  @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
3994
+ @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
3902
3995
  @state = args[:state] if args.key?(:state)
3903
3996
  end
3904
3997
  end
@@ -5158,9 +5251,10 @@ module Google
5158
5251
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1AddonsConfig]
5159
5252
  attr_accessor :addons_config
5160
5253
 
5161
- # Required. Primary GCP region for analytics data storage. For valid values, see
5162
- # [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-
5163
- # platform/get-started/create-org).
5254
+ # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ.
5255
+ # Primary GCP region for analytics data storage. For valid values, see [Create
5256
+ # an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-
5257
+ # started/create-org).
5164
5258
  # Corresponds to the JSON property `analyticsRegion`
5165
5259
  # @return [String]
5166
5260
  attr_accessor :analytics_region
@@ -7230,9 +7324,13 @@ module Google
7230
7324
  class GoogleCloudApigeeV1TlsInfo
7231
7325
  include Google::Apis::Core::Hashable
7232
7326
 
7233
- # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names
7234
- # listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/
7235
- # StandardNames.html#ciphersuites
7327
+ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one
7328
+ # of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/
7329
+ # technotes/guides/security/StandardNames.html#ciphersuites. For configurable
7330
+ # proxies, it must follow the configuration specified in: https://
7331
+ # commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-
7332
+ # suite-configuration. This setting has no effect for configurable proxies when
7333
+ # negotiating TLS 1.3.
7236
7334
  # Corresponds to the JSON property `ciphers`
7237
7335
  # @return [Array<String>]
7238
7336
  attr_accessor :ciphers
@@ -7963,8 +8061,7 @@ module Google
7963
8061
  # A generic empty message that you can re-use to avoid defining duplicated empty
7964
8062
  # messages in your APIs. A typical example is to use it as the request or the
7965
8063
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
7966
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
7967
- # `Empty` is empty JSON object ````.
8064
+ # protobuf.Empty) returns (google.protobuf.Empty); `
7968
8065
  class GoogleProtobufEmpty
7969
8066
  include Google::Apis::Core::Hashable
7970
8067
 
@@ -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.37.0"
19
+ GEM_VERSION = "0.40.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 = "20220301"
25
+ REVISION = "20220324"
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
 
@@ -1955,6 +1967,7 @@ module Google
1955
1967
  property :location, as: 'location'
1956
1968
  property :name, as: 'name'
1957
1969
  property :service_attachment, as: 'serviceAttachment'
1970
+ property :state, as: 'state'
1958
1971
  end
1959
1972
  end
1960
1973
 
@@ -2033,6 +2046,7 @@ module Google
2033
2046
  class Representation < Google::Apis::Core::JsonRepresentation
2034
2047
  property :created_at, :numeric_string => true, as: 'createdAt'
2035
2048
  property :environment, as: 'environment'
2049
+ property :environment_group_id, as: 'environmentGroupId'
2036
2050
  property :name, as: 'name'
2037
2051
  end
2038
2052
  end
@@ -2128,6 +2142,23 @@ module Google
2128
2142
  end
2129
2143
  end
2130
2144
 
2145
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ collection :urls, as: 'urls', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo::Representation
2149
+
2150
+ end
2151
+ end
2152
+
2153
+ class GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo
2154
+ # @private
2155
+ class Representation < Google::Apis::Core::JsonRepresentation
2156
+ property :md5, as: 'md5'
2157
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
2158
+ property :uri, as: 'uri'
2159
+ end
2160
+ end
2161
+
2131
2162
  class GoogleCloudApigeeV1GetSyncAuthorizationRequest
2132
2163
  # @private
2133
2164
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2179,6 +2210,7 @@ module Google
2179
2210
  class GoogleCloudApigeeV1Instance
2180
2211
  # @private
2181
2212
  class Representation < Google::Apis::Core::JsonRepresentation
2213
+ collection :consumer_accept_list, as: 'consumerAcceptList'
2182
2214
  property :created_at, :numeric_string => true, as: 'createdAt'
2183
2215
  property :description, as: 'description'
2184
2216
  property :disk_encryption_key_name, as: 'diskEncryptionKeyName'
@@ -2191,6 +2223,7 @@ module Google
2191
2223
  property :peering_cidr_range, as: 'peeringCidrRange'
2192
2224
  property :port, as: 'port'
2193
2225
  property :runtime_version, as: 'runtimeVersion'
2226
+ property :service_attachment, as: 'serviceAttachment'
2194
2227
  property :state, as: 'state'
2195
2228
  end
2196
2229
  end
@@ -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.37.0
4
+ version: 0.40.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-03-07 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.40.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: []