google-apis-beyondcorp_v1 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f10dc61b1224c8ebda2568d26e8623fb008b7fcefc16e3ec9f6a1e447b9805c2
4
- data.tar.gz: 5b18b8d742ae20ce46aa1b3ca23017bde1791f89ac118dc6cc3fe05e65d63cf8
3
+ metadata.gz: 3aa98cdadcbc0fa8d313db5aa1b0f78f2f4ded1713ad177aa3e6d5b7ae9abf46
4
+ data.tar.gz: 769a952cebd71fd108b728789cbc1df1725b68e35510c3ab22b03bc532f54665
5
5
  SHA512:
6
- metadata.gz: 20928964e8b52ad8348508f92bd7577c52c6b443dd1d3ec922fcd4d2a6b19e68eeff1cc9491bf160e6fc6487f168511c036bb485da513b13014e075794106d6b
7
- data.tar.gz: 84c8e79eff0bd3c00037f0cbb24b16f0868546362f0c1153e2277bd508f9aa8662628bf4405719ea36a33fd156a8ed85209a8ad516f8eb829cb5a6f8f681efb1
6
+ metadata.gz: ca4fc0b8bb8de4ed20d838ef337b58f17ae1d4617315064a34daefabcf4646db9dc5e5103be8c8c118928874a05996462950bd2e8fd69d997d08646ab39bfdad
7
+ data.tar.gz: c97dca1e926186cf4684332aac4e317bf7f7e7d7f6d4c5992fe94114cb238b3756c096ebd8396274abf0d3a7685028b2c0db9e98902374ce1316a6d7106b4384
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.7.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
3
7
  ### v0.6.0 (2022-09-22)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -2000,6 +2000,65 @@ module Google
2000
2000
  end
2001
2001
  end
2002
2002
 
2003
+ # Represents the metadata of the long-running operation.
2004
+ class GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata
2005
+ include Google::Apis::Core::Hashable
2006
+
2007
+ # Output only. API version used to start the operation.
2008
+ # Corresponds to the JSON property `apiVersion`
2009
+ # @return [String]
2010
+ attr_accessor :api_version
2011
+
2012
+ # Output only. The time the operation was created.
2013
+ # Corresponds to the JSON property `createTime`
2014
+ # @return [String]
2015
+ attr_accessor :create_time
2016
+
2017
+ # Output only. The time the operation finished running.
2018
+ # Corresponds to the JSON property `endTime`
2019
+ # @return [String]
2020
+ attr_accessor :end_time
2021
+
2022
+ # Output only. Identifies whether the user has requested cancellation of the
2023
+ # operation. Operations that have successfully been cancelled have Operation.
2024
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2025
+ # CANCELLED`.
2026
+ # Corresponds to the JSON property `requestedCancellation`
2027
+ # @return [Boolean]
2028
+ attr_accessor :requested_cancellation
2029
+ alias_method :requested_cancellation?, :requested_cancellation
2030
+
2031
+ # Output only. Human-readable status of the operation, if any.
2032
+ # Corresponds to the JSON property `statusMessage`
2033
+ # @return [String]
2034
+ attr_accessor :status_message
2035
+
2036
+ # Output only. Server-defined resource path for the target of the operation.
2037
+ # Corresponds to the JSON property `target`
2038
+ # @return [String]
2039
+ attr_accessor :target
2040
+
2041
+ # Output only. Name of the verb executed by the operation.
2042
+ # Corresponds to the JSON property `verb`
2043
+ # @return [String]
2044
+ attr_accessor :verb
2045
+
2046
+ def initialize(**args)
2047
+ update!(**args)
2048
+ end
2049
+
2050
+ # Update properties of this object
2051
+ def update!(**args)
2052
+ @api_version = args[:api_version] if args.key?(:api_version)
2053
+ @create_time = args[:create_time] if args.key?(:create_time)
2054
+ @end_time = args[:end_time] if args.key?(:end_time)
2055
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2056
+ @status_message = args[:status_message] if args.key?(:status_message)
2057
+ @target = args[:target] if args.key?(:target)
2058
+ @verb = args[:verb] if args.key?(:verb)
2059
+ end
2060
+ end
2061
+
2003
2062
  # The response message for Locations.ListLocations.
2004
2063
  class GoogleCloudLocationListLocationsResponse
2005
2064
  include Google::Apis::Core::Hashable
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220908"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -310,6 +310,12 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class GoogleCloudLocationListLocationsResponse
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
@@ -948,6 +954,19 @@ module Google
948
954
  end
949
955
  end
950
956
 
957
+ class GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata
958
+ # @private
959
+ class Representation < Google::Apis::Core::JsonRepresentation
960
+ property :api_version, as: 'apiVersion'
961
+ property :create_time, as: 'createTime'
962
+ property :end_time, as: 'endTime'
963
+ property :requested_cancellation, as: 'requestedCancellation'
964
+ property :status_message, as: 'statusMessage'
965
+ property :target, as: 'target'
966
+ property :verb, as: 'verb'
967
+ end
968
+ end
969
+
951
970
  class GoogleCloudLocationListLocationsResponse
952
971
  # @private
953
972
  class Representation < Google::Apis::Core::JsonRepresentation
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.6.0
4
+ version: 0.7.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.7.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: []