google-apis-beyondcorp_v1alpha 0.38.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: 78ff25d1e8acd408ce80f5cef5664d5a360d13d445318f6e5b7f1ef2eeb62ec0
4
- data.tar.gz: 1eb593a0c41066a2ef36ee95e378f56eb395f0b6029a2b15e669f6e4ea18ec7a
3
+ metadata.gz: f83603946dd2c58f91283a94a04158bc9c73f5bd1920d6ce0e87f059844b8b01
4
+ data.tar.gz: 707cc8ca8d18d80e69d0567eb994991eff5bb9af1f2da27f8acc07fec5d1d72e
5
5
  SHA512:
6
- metadata.gz: 71d1ca5ea064e43722e593e897e7374b7305771a491e3215475204d2099f4a6b78e5e9983c52639351b6bf210089ca5f14fd9504f889fe4a8dca17ea3840a1ce
7
- data.tar.gz: '080226a21d4b178f0b767ac4c59fb9776afddf13f6b506c063dbc63ac8a007c703d9f1bffbae667e0cad39f4c988bba1a071600dc06597280b630ae7b420985c'
6
+ metadata.gz: 2a57a6deca66616cc13d6cddc4ec70d29214498813a44925770fc85d1cc9decae1478205bbf40974e35bf804d5c50ec3680ee1444c3d50f945fa3657267a177f
7
+ data.tar.gz: a48be68c7acfc53a331a83f84fd64ab640c8975ff19f34da5686db96f3c58b9d347599dd734eab4b3b530b98c173524d145ba867b79d42eec5961cdc7b84dee8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.40.0 (2024-06-26)
4
+
5
+ * Regenerated from discovery document revision 20240619
6
+
7
+ ### v0.39.0 (2024-06-23)
8
+
9
+ * Regenerated from discovery document revision 20240612
10
+
3
11
  ### v0.38.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240508
@@ -2163,6 +2163,11 @@ module Google
2163
2163
  # @return [String]
2164
2164
  attr_accessor :name
2165
2165
 
2166
+ # The protocol data that specifies how to communicate with Partner's Proxy.
2167
+ # Corresponds to the JSON property `proxyProtocolConfig`
2168
+ # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig]
2169
+ attr_accessor :proxy_protocol_config
2170
+
2166
2171
  # Required. The URI of the proxy server.
2167
2172
  # Corresponds to the JSON property `proxyUri`
2168
2173
  # @return [String]
@@ -2193,6 +2198,7 @@ module Google
2193
2198
  @display_name = args[:display_name] if args.key?(:display_name)
2194
2199
  @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
2195
2200
  @name = args[:name] if args.key?(:name)
2201
+ @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
2196
2202
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
2197
2203
  @routing_info = args[:routing_info] if args.key?(:routing_info)
2198
2204
  @transport_info = args[:transport_info] if args.key?(:transport_info)
@@ -2200,6 +2206,26 @@ module Google
2200
2206
  end
2201
2207
  end
2202
2208
 
2209
+ # The protocol data that specifies how to communicate with Partner's Proxy.
2210
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
2211
+ include Google::Apis::Core::Hashable
2212
+
2213
+ # Optional. Untyped property bag to be sent back to the proxy using client
2214
+ # specific mechanism.
2215
+ # Corresponds to the JSON property `metadata`
2216
+ # @return [Hash<String,String>]
2217
+ attr_accessor :metadata
2218
+
2219
+ def initialize(**args)
2220
+ update!(**args)
2221
+ end
2222
+
2223
+ # Update properties of this object
2224
+ def update!(**args)
2225
+ @metadata = args[:metadata] if args.key?(:metadata)
2226
+ end
2227
+ end
2228
+
2203
2229
  # Message contains the routing information to direct traffic to the proxy server.
2204
2230
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
2205
2231
  include Google::Apis::Core::Hashable
@@ -2771,7 +2797,7 @@ module Google
2771
2797
  # @return [String]
2772
2798
  attr_accessor :end_time
2773
2799
 
2774
- # Required. Unique resource name of the Subscription. The name is ignored when
2800
+ # Identifier. Unique resource name of the Subscription. The name is ignored when
2775
2801
  # creating a subscription.
2776
2802
  # Corresponds to the JSON property `name`
2777
2803
  # @return [String]
@@ -2797,6 +2823,11 @@ module Google
2797
2823
  # @return [String]
2798
2824
  attr_accessor :state
2799
2825
 
2826
+ # Output only. Type of subscriber.
2827
+ # Corresponds to the JSON property `subscriberType`
2828
+ # @return [String]
2829
+ attr_accessor :subscriber_type
2830
+
2800
2831
  # Required. Type of subscription.
2801
2832
  # Corresponds to the JSON property `type`
2802
2833
  # @return [String]
@@ -2817,6 +2848,7 @@ module Google
2817
2848
  @sku = args[:sku] if args.key?(:sku)
2818
2849
  @start_time = args[:start_time] if args.key?(:start_time)
2819
2850
  @state = args[:state] if args.key?(:state)
2851
+ @subscriber_type = args[:subscriber_type] if args.key?(:subscriber_type)
2820
2852
  @type = args[:type] if args.key?(:type)
2821
2853
  end
2822
2854
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.38.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.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240508"
25
+ REVISION = "20240619"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -1205,6 +1211,8 @@ module Google
1205
1211
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
1206
1212
 
1207
1213
  property :name, as: 'name'
1214
+ property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
1215
+
1208
1216
  property :proxy_uri, as: 'proxyUri'
1209
1217
  property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
1210
1218
 
@@ -1214,6 +1222,13 @@ module Google
1214
1222
  end
1215
1223
  end
1216
1224
 
1225
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
1226
+ # @private
1227
+ class Representation < Google::Apis::Core::JsonRepresentation
1228
+ hash :metadata, as: 'metadata'
1229
+ end
1230
+ end
1231
+
1217
1232
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
1218
1233
  # @private
1219
1234
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1382,6 +1397,7 @@ module Google
1382
1397
  property :sku, as: 'sku'
1383
1398
  property :start_time, as: 'startTime'
1384
1399
  property :state, as: 'state'
1400
+ property :subscriber_type, as: 'subscriberType'
1385
1401
  property :type, as: 'type'
1386
1402
  end
1387
1403
  end
@@ -1566,7 +1566,7 @@ module Google
1566
1566
  # Location will always be global as BeyondCorp subscriptions are per
1567
1567
  # organization.
1568
1568
  # @param [String] name
1569
- # Required. Unique resource name of the Subscription. The name is ignored when
1569
+ # Identifier. Unique resource name of the Subscription. The name is ignored when
1570
1570
  # creating a subscription.
1571
1571
  # @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription] google_cloud_beyondcorp_saasplatform_subscriptions_v1alpha_subscription_object
1572
1572
  # @param [String] request_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-27 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-beyondcorp_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []