google-apis-beyondcorp_v1 0.2.0 → 0.3.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: fe57c27f0f2def57badf72bb0ea66573bdbf08bc6291309df7f602ca49cb0acb
4
- data.tar.gz: 2809e5977086bc72f859cdb2da5511fecc7589a139dd68dd5237cfa96432b60a
3
+ metadata.gz: f4f40736e7282160ef73d0f5c666cf69ac0c9494a3837e636bd8f9f80f9c6d3d
4
+ data.tar.gz: 0fc68423300088587398ba4b8cf25a2591edf7e316579371ca52b5310c52124c
5
5
  SHA512:
6
- metadata.gz: 8872e4fa5deb9381de59ca22051eedde153be0c749ce156ea08fc80906ec51b94b4d7121699cf10bd02e0bbef378441b56a45590994d73f75aa21f37612d177e
7
- data.tar.gz: 8c1867e3470b1c7b46a124dcf53d6ae71c1125fb7e2c8a12800315659d6eb27e66b728abe0cf7a2d44a25255f6bba3e614c97d254ca470af7eddc68837665f84
6
+ metadata.gz: 78c4a148df0108f954d2dde3fd8801168070235e5314adaecab9b707497b79e49cdca8a36e4f2f16fac80de866c9a549ded2eecadefd6d4cc95962212c2e8bdb
7
+ data.tar.gz: 7b8cf1953e241fb41afd290eef3386f0df25958477e49bcd1ccdb146b36466b3c9d9d12f64dba2e76bd10a017b81c00a9608b9f67f29885f8a3612e6a4aa9adf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.3.0 (2022-08-05)
4
+
5
+ * Regenerated from discovery document revision 20220725
6
+
3
7
  ### v0.2.0 (2022-07-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220712
@@ -784,6 +784,11 @@ module Google
784
784
  # @return [Fixnum]
785
785
  attr_accessor :ingress_port
786
786
 
787
+ # Output only. L7 private service connection for this resource.
788
+ # Corresponds to the JSON property `l7psc`
789
+ # @return [String]
790
+ attr_accessor :l7psc
791
+
787
792
  # Required. The type of hosting used by the gateway.
788
793
  # Corresponds to the JSON property `type`
789
794
  # @return [String]
@@ -802,6 +807,7 @@ module Google
802
807
  def update!(**args)
803
808
  @app_gateway = args[:app_gateway] if args.key?(:app_gateway)
804
809
  @ingress_port = args[:ingress_port] if args.key?(:ingress_port)
810
+ @l7psc = args[:l7psc] if args.key?(:l7psc)
805
811
  @type = args[:type] if args.key?(:type)
806
812
  @uri = args[:uri] if args.key?(:uri)
807
813
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220712"
25
+ REVISION = "20220725"
26
26
  end
27
27
  end
28
28
  end
@@ -629,6 +629,7 @@ module Google
629
629
  class Representation < Google::Apis::Core::JsonRepresentation
630
630
  property :app_gateway, as: 'appGateway'
631
631
  property :ingress_port, as: 'ingressPort'
632
+ property :l7psc, as: 'l7psc'
632
633
  property :type, as: 'type'
633
634
  property :uri, as: 'uri'
634
635
  end
@@ -851,8 +851,8 @@ module Google
851
851
  execute_or_queue_command(command, &block)
852
852
  end
853
853
 
854
- # Get instance config for a given AppConnector. An internal method called by a
855
- # AppConnector to get its container config.
854
+ # Gets instance configuration for a given AppConnector. An internal method
855
+ # called by a AppConnector to get its container config.
856
856
  # @param [String] app_connector
857
857
  # Required. BeyondCorp AppConnector name using the form: `projects/`project_id`/
858
858
  # locations/`location_id`/appConnectors/`app_connector``
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-08 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
63
63
  post_install_message:
64
64
  rdoc_options: []