google-apis-beyondcorp_v1alpha 0.27.0 → 0.28.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: f23d16943f7355f883ad3972e6a3add861d01d7ee19cff63707e61161c9695d1
4
- data.tar.gz: 49a90ffbdcb71a2cc239bbb8c41f59fc62d7017d082f797a8063867610fe1564
3
+ metadata.gz: 1a624c292998de147ee4e9eb3133d1a614f5c60719024ae241e772e47e39adce
4
+ data.tar.gz: fef1b9f81060e7355158665650be31bb1b245c6684b5463108fd0cb6d3ad8cac
5
5
  SHA512:
6
- metadata.gz: 333bea5c0f8e95980cc18be6f9a6710b922073c3f988e40134083505ca19d2a326e70045d77950489cdb1c410d1381bb5574ec5d2580b232b03028f4a7179f5e
7
- data.tar.gz: 37d2fdb9d1406418cab5a5da9c4fc675b87f42926f426b51c20f1165638a8d4b9ea0ce6bad774c58c29ef771c8ad6f79dc91e4f351021e917d3f3298de6a4185
6
+ metadata.gz: ef856887c9b74f233d2002e4ea2dc22a4c9b36550249b8175f1274640dd0017be0f7b19e1063acb8ac2a62737a994d0d8db793d2d6cc9ffa0776c8959b524f4f
7
+ data.tar.gz: 3253080e3041a5509172171afeef3457ed12160dc8bb5743b81317b12731a535307d38dde4060fbf8b904564b3fcf09201d680feed522ecef2831da9b67a7c7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.28.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231011
6
+
3
7
  ### v0.27.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230927
@@ -2096,7 +2096,7 @@ module Google
2096
2096
  end
2097
2097
  end
2098
2098
 
2099
- # Proxy Configuration of a Tenant.
2099
+ # Proxy Configuration of a PartnerTenant.
2100
2100
  class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
2101
2101
  include Google::Apis::Core::Hashable
2102
2102
 
@@ -2121,11 +2121,6 @@ module Google
2121
2121
  # @return [String]
2122
2122
  attr_accessor :name
2123
2123
 
2124
- # The protocol data that specifies how to communicate with Partner's Proxy.
2125
- # Corresponds to the JSON property `proxyProtocolConfig`
2126
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig]
2127
- attr_accessor :proxy_protocol_config
2128
-
2129
2124
  # Required. The URI of the proxy server.
2130
2125
  # Corresponds to the JSON property `proxyUri`
2131
2126
  # @return [String]
@@ -2156,7 +2151,6 @@ module Google
2156
2151
  @display_name = args[:display_name] if args.key?(:display_name)
2157
2152
  @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
2158
2153
  @name = args[:name] if args.key?(:name)
2159
- @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
2160
2154
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
2161
2155
  @routing_info = args[:routing_info] if args.key?(:routing_info)
2162
2156
  @transport_info = args[:transport_info] if args.key?(:transport_info)
@@ -2164,26 +2158,6 @@ module Google
2164
2158
  end
2165
2159
  end
2166
2160
 
2167
- # The protocol data that specifies how to communicate with Partner's Proxy.
2168
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
2169
- include Google::Apis::Core::Hashable
2170
-
2171
- # Optional. Untyped property bag to be sent back to the proxy using client
2172
- # specific mechanism.
2173
- # Corresponds to the JSON property `metadata`
2174
- # @return [Hash<String,String>]
2175
- attr_accessor :metadata
2176
-
2177
- def initialize(**args)
2178
- update!(**args)
2179
- end
2180
-
2181
- # Update properties of this object
2182
- def update!(**args)
2183
- @metadata = args[:metadata] if args.key?(:metadata)
2184
- end
2185
- end
2186
-
2187
2161
  # Message contains the routing information to direct traffic to the proxy server.
2188
2162
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
2189
2163
  include Google::Apis::Core::Hashable
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230927"
25
+ REVISION = "20231011"
26
26
  end
27
27
  end
28
28
  end
@@ -346,12 +346,6 @@ 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
-
355
349
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
356
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
351
 
@@ -1175,8 +1169,6 @@ module Google
1175
1169
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo::Representation
1176
1170
 
1177
1171
  property :name, as: 'name'
1178
- property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig::Representation
1179
-
1180
1172
  property :proxy_uri, as: 'proxyUri'
1181
1173
  property :routing_info, as: 'routingInfo', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo::Representation
1182
1174
 
@@ -1186,13 +1178,6 @@ module Google
1186
1178
  end
1187
1179
  end
1188
1180
 
1189
- class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig
1190
- # @private
1191
- class Representation < Google::Apis::Core::JsonRepresentation
1192
- hash :metadata, as: 'metadata'
1193
- end
1194
- end
1195
-
1196
1181
  class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
1197
1182
  # @private
1198
1183
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -270,7 +270,8 @@ module Google
270
270
  # PartnerTenant resource by the update. The fields specified in the update_mask
271
271
  # are relative to the resource, not the full request. A field will be
272
272
  # overwritten if it is in the mask. If the user does not provide a mask then all
273
- # fields will be overwritten.
273
+ # fields will be overwritten. Mutable fields: display_name, partner_metadata,
274
+ # group_information.
274
275
  # @param [String] fields
275
276
  # Selector specifying which fields to include in a partial response.
276
277
  # @param [String] quota_user
@@ -707,8 +708,9 @@ module Google
707
708
  # PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise
708
709
  # partner.
709
710
  # @param [String] parent
710
- # Required. The resource name of the Tenant using the form: `organizations/`
711
- # organization_id`/locations/global/tenants/`tenant_id``
711
+ # Required. The resource name of the parent PartnerTenant using the form: `
712
+ # organizations/`organization_id`/locations/global/partnerTenants/`
713
+ # partner_tenant_id``
712
714
  # @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig] google_cloud_beyondcorp_partnerservices_v1alpha_proxy_config_object
713
715
  # @param [String] request_id
714
716
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -796,8 +798,8 @@ module Google
796
798
  # Gets details of a single ProxyConfig.
797
799
  # @param [String] name
798
800
  # Required. The resource name of the ProxyConfig using the form: `organizations/`
799
- # organization_id`/locations/global/tenants/`tenant_id`/proxyConfigs/`
800
- # proxy_config_id``
801
+ # organization_id`/locations/global/partnerTenants/`partner_tenant_id`/
802
+ # proxyConfigs/`proxy_config_id``
801
803
  # @param [String] fields
802
804
  # Selector specifying which fields to include in a partial response.
803
805
  # @param [String] quota_user
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.27.0
4
+ version: 0.28.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: 2023-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.28.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: []