google-apis-beyondcorp_v1 0.7.0 → 0.8.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: 3aa98cdadcbc0fa8d313db5aa1b0f78f2f4ded1713ad177aa3e6d5b7ae9abf46
4
- data.tar.gz: 769a952cebd71fd108b728789cbc1df1725b68e35510c3ab22b03bc532f54665
3
+ metadata.gz: dd2139fe029cc3456c2734f9932ab054e24569d18f0bc12af9e1ad20327d3b23
4
+ data.tar.gz: 157a171fff67856563850a66e944cd0053294d86bafaeb6f27ccce93772b45a7
5
5
  SHA512:
6
- metadata.gz: ca4fc0b8bb8de4ed20d838ef337b58f17ae1d4617315064a34daefabcf4646db9dc5e5103be8c8c118928874a05996462950bd2e8fd69d997d08646ab39bfdad
7
- data.tar.gz: c97dca1e926186cf4684332aac4e317bf7f7e7d7f6d4c5992fe94114cb238b3756c096ebd8396274abf0d3a7685028b2c0db9e98902374ce1316a6d7106b4384
6
+ metadata.gz: a6958ff3722382faa05c3572ebba0827121d7f2336cb9ee6b1f8d135cdb451ebd4f27a7492bcd8da0247dbc32a5466b07d8d0f733564b9c206a1638180e3a73e
7
+ data.tar.gz: '069d02eb341c17dffb9b346a6a09778a43255c485fc1b94455c65246d6422d09c25ac2c417bab24980dbfbc9c01bfde6b66561c43f39f051abb2f58ae81e4e30'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.8.0 (2022-11-01)
4
+
5
+ * Regenerated from discovery document revision 20221019
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.7.0 (2022-09-29)
4
9
 
5
10
  * Regenerated from discovery document revision 20220922
@@ -1661,59 +1661,6 @@ module Google
1661
1661
  end
1662
1662
  end
1663
1663
 
1664
- # Represents the metadata of the long-running operation.
1665
- class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
1666
- include Google::Apis::Core::Hashable
1667
-
1668
- # Output only. The time the operation was created.
1669
- # Corresponds to the JSON property `createTime`
1670
- # @return [String]
1671
- attr_accessor :create_time
1672
-
1673
- # Output only. The time the operation finished running.
1674
- # Corresponds to the JSON property `endTime`
1675
- # @return [String]
1676
- attr_accessor :end_time
1677
-
1678
- # Output only. Identifies whether the user has requested cancellation of the
1679
- # operation. Operations that have been cancelled successfully have Operation.
1680
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1681
- # CANCELLED`.
1682
- # Corresponds to the JSON property `requestedCancellation`
1683
- # @return [Boolean]
1684
- attr_accessor :requested_cancellation
1685
- alias_method :requested_cancellation?, :requested_cancellation
1686
-
1687
- # Output only. Human-readable status of the operation, if any.
1688
- # Corresponds to the JSON property `statusMessage`
1689
- # @return [String]
1690
- attr_accessor :status_message
1691
-
1692
- # Output only. Server-defined resource path for the target of the operation.
1693
- # Corresponds to the JSON property `target`
1694
- # @return [String]
1695
- attr_accessor :target
1696
-
1697
- # Output only. Name of the verb executed by the operation.
1698
- # Corresponds to the JSON property `verb`
1699
- # @return [String]
1700
- attr_accessor :verb
1701
-
1702
- def initialize(**args)
1703
- update!(**args)
1704
- end
1705
-
1706
- # Update properties of this object
1707
- def update!(**args)
1708
- @create_time = args[:create_time] if args.key?(:create_time)
1709
- @end_time = args[:end_time] if args.key?(:end_time)
1710
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1711
- @status_message = args[:status_message] if args.key?(:status_message)
1712
- @target = args[:target] if args.key?(:target)
1713
- @verb = args[:verb] if args.key?(:verb)
1714
- end
1715
- end
1716
-
1717
1664
  # Represents the metadata of the long-running operation.
1718
1665
  class GoogleCloudBeyondcorpClientconnectorservicesV1alphaClientConnectorServiceOperationMetadata
1719
1666
  include Google::Apis::Core::Hashable
@@ -2000,65 +1947,6 @@ module Google
2000
1947
  end
2001
1948
  end
2002
1949
 
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
-
2062
1950
  # The response message for Locations.ListLocations.
2063
1951
  class GoogleCloudLocationListLocationsResponse
2064
1952
  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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220922"
25
+ REVISION = "20221019"
26
26
  end
27
27
  end
28
28
  end
@@ -268,12 +268,6 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
- class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
271
  class GoogleCloudBeyondcorpClientconnectorservicesV1alphaClientConnectorServiceOperationMetadata
278
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
273
 
@@ -310,12 +304,6 @@ module Google
310
304
  include Google::Apis::Core::JsonObjectSupport
311
305
  end
312
306
 
313
- class GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata
314
- class Representation < Google::Apis::Core::JsonRepresentation; end
315
-
316
- include Google::Apis::Core::JsonObjectSupport
317
- end
318
-
319
307
  class GoogleCloudLocationListLocationsResponse
320
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
309
 
@@ -874,18 +862,6 @@ module Google
874
862
  end
875
863
  end
876
864
 
877
- class GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata
878
- # @private
879
- class Representation < Google::Apis::Core::JsonRepresentation
880
- property :create_time, as: 'createTime'
881
- property :end_time, as: 'endTime'
882
- property :requested_cancellation, as: 'requestedCancellation'
883
- property :status_message, as: 'statusMessage'
884
- property :target, as: 'target'
885
- property :verb, as: 'verb'
886
- end
887
- end
888
-
889
865
  class GoogleCloudBeyondcorpClientconnectorservicesV1alphaClientConnectorServiceOperationMetadata
890
866
  # @private
891
867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -954,19 +930,6 @@ module Google
954
930
  end
955
931
  end
956
932
 
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
-
970
933
  class GoogleCloudLocationListLocationsResponse
971
934
  # @private
972
935
  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.7.0
4
+ version: 0.8.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-10-03 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.8.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: []