google-apis-beyondcorp_v1alpha 0.14.0 → 0.16.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: 1ee598ccf2459e89ef41ebc87a194c8259ba063217c3c9ff5c710620d3b1fd99
4
- data.tar.gz: 871bea1f2ffbbf8c26f1996863a51d90e7940f7fda4118bee3f15950a5e026cf
3
+ metadata.gz: f6ada0c220141dcee2458df82f73911df8e2596793fc15b100ec899aaa082f9e
4
+ data.tar.gz: 87836e65e8f7017eb34cf9a553969dff15fd43cec7a97a45595f12ab6ff56800
5
5
  SHA512:
6
- metadata.gz: 25634aed286df0e10dd8d43ac0fb2e72db7d5094a334bc6093d02aa783343756f534d2f4a22ceb3608b45b6514315e6e416c97bd12a28a337e97bacda38180d3
7
- data.tar.gz: 95c2499b98eb656cee55263db5841c6489e5ca5a8ff2842c0e7f4b69a3880fea5e5007736e5bb460549296b0c2aa79046bdf0cac21f8271a622ff8ed2f5e58fe
6
+ metadata.gz: 6835e33b0f1758dff7cb6b4d67dadd19d1fdafacf0f2ffd09a0df9fd6932031f002c9c65a685cdae387fd1b1caad163e179bbdb0c9344cad8a65d94b35148c68
7
+ data.tar.gz: 6d4fefd29f64e775ef155d8d0aa1d4c81e958cad3455419baf4ee16267477c403a6650f61c98f691a276fbfdd8243a5d633b27c9e9af56b1eac3968cb925d82a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.16.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
7
+ ### v0.15.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230308
10
+
3
11
  ### v0.14.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -2121,124 +2121,6 @@ module Google
2121
2121
  end
2122
2122
  end
2123
2123
 
2124
- # Represents the metadata of the long-running operation.
2125
- class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
2126
- include Google::Apis::Core::Hashable
2127
-
2128
- # Output only. API version used to start the operation.
2129
- # Corresponds to the JSON property `apiVersion`
2130
- # @return [String]
2131
- attr_accessor :api_version
2132
-
2133
- # Output only. The time the operation was created.
2134
- # Corresponds to the JSON property `createTime`
2135
- # @return [String]
2136
- attr_accessor :create_time
2137
-
2138
- # Output only. The time the operation finished running.
2139
- # Corresponds to the JSON property `endTime`
2140
- # @return [String]
2141
- attr_accessor :end_time
2142
-
2143
- # Output only. Identifies whether the user has requested cancellation of the
2144
- # operation. Operations that have successfully been cancelled have Operation.
2145
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2146
- # CANCELLED`.
2147
- # Corresponds to the JSON property `requestedCancellation`
2148
- # @return [Boolean]
2149
- attr_accessor :requested_cancellation
2150
- alias_method :requested_cancellation?, :requested_cancellation
2151
-
2152
- # Output only. Human-readable status of the operation, if any.
2153
- # Corresponds to the JSON property `statusMessage`
2154
- # @return [String]
2155
- attr_accessor :status_message
2156
-
2157
- # Output only. Server-defined resource path for the target of the operation.
2158
- # Corresponds to the JSON property `target`
2159
- # @return [String]
2160
- attr_accessor :target
2161
-
2162
- # Output only. Name of the verb executed by the operation.
2163
- # Corresponds to the JSON property `verb`
2164
- # @return [String]
2165
- attr_accessor :verb
2166
-
2167
- def initialize(**args)
2168
- update!(**args)
2169
- end
2170
-
2171
- # Update properties of this object
2172
- def update!(**args)
2173
- @api_version = args[:api_version] if args.key?(:api_version)
2174
- @create_time = args[:create_time] if args.key?(:create_time)
2175
- @end_time = args[:end_time] if args.key?(:end_time)
2176
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2177
- @status_message = args[:status_message] if args.key?(:status_message)
2178
- @target = args[:target] if args.key?(:target)
2179
- @verb = args[:verb] if args.key?(:verb)
2180
- end
2181
- end
2182
-
2183
- # Represents the metadata of the long-running operation.
2184
- class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
2185
- include Google::Apis::Core::Hashable
2186
-
2187
- # Output only. API version used to start the operation.
2188
- # Corresponds to the JSON property `apiVersion`
2189
- # @return [String]
2190
- attr_accessor :api_version
2191
-
2192
- # Output only. The time the operation was created.
2193
- # Corresponds to the JSON property `createTime`
2194
- # @return [String]
2195
- attr_accessor :create_time
2196
-
2197
- # Output only. The time the operation finished running.
2198
- # Corresponds to the JSON property `endTime`
2199
- # @return [String]
2200
- attr_accessor :end_time
2201
-
2202
- # Output only. Identifies whether the user has requested cancellation of the
2203
- # operation. Operations that have been cancelled successfully have Operation.
2204
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2205
- # CANCELLED`.
2206
- # Corresponds to the JSON property `requestedCancellation`
2207
- # @return [Boolean]
2208
- attr_accessor :requested_cancellation
2209
- alias_method :requested_cancellation?, :requested_cancellation
2210
-
2211
- # Output only. Human-readable status of the operation, if any.
2212
- # Corresponds to the JSON property `statusMessage`
2213
- # @return [String]
2214
- attr_accessor :status_message
2215
-
2216
- # Output only. Server-defined resource path for the target of the operation.
2217
- # Corresponds to the JSON property `target`
2218
- # @return [String]
2219
- attr_accessor :target
2220
-
2221
- # Output only. Name of the verb executed by the operation.
2222
- # Corresponds to the JSON property `verb`
2223
- # @return [String]
2224
- attr_accessor :verb
2225
-
2226
- def initialize(**args)
2227
- update!(**args)
2228
- end
2229
-
2230
- # Update properties of this object
2231
- def update!(**args)
2232
- @api_version = args[:api_version] if args.key?(:api_version)
2233
- @create_time = args[:create_time] if args.key?(:create_time)
2234
- @end_time = args[:end_time] if args.key?(:end_time)
2235
- @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
2236
- @status_message = args[:status_message] if args.key?(:status_message)
2237
- @target = args[:target] if args.key?(:target)
2238
- @verb = args[:verb] if args.key?(:verb)
2239
- end
2240
- end
2241
-
2242
2124
  # The configuration that was applied to generate the result.
2243
2125
  class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig
2244
2126
  include Google::Apis::Core::Hashable
@@ -3573,7 +3455,7 @@ module Google
3573
3455
  # request ID so that if you must retry your request, the server will know to
3574
3456
  # ignore the request if it has already been completed. The server will guarantee
3575
3457
  # that for at least 60 minutes since the first request. For example, consider a
3576
- # situation where you make an initial request and t he request times out. If you
3458
+ # situation where you make an initial request and the request times out. If you
3577
3459
  # make the request again with the same request ID, the server can check if
3578
3460
  # original operation with the same request ID was received, and if so, will
3579
3461
  # ignore the second request. This prevents clients from accidentally creating
@@ -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.14.0"
19
+ GEM_VERSION = "0.16.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 = "20230206"
25
+ REVISION = "20230406"
26
26
  end
27
27
  end
28
28
  end
@@ -328,18 +328,6 @@ module Google
328
328
  include Google::Apis::Core::JsonObjectSupport
329
329
  end
330
330
 
331
- class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
332
- class Representation < Google::Apis::Core::JsonRepresentation; end
333
-
334
- include Google::Apis::Core::JsonObjectSupport
335
- end
336
-
337
- class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
338
- class Representation < Google::Apis::Core::JsonRepresentation; end
339
-
340
- include Google::Apis::Core::JsonObjectSupport
341
- end
342
-
343
331
  class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig
344
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
333
 
@@ -1147,32 +1135,6 @@ module Google
1147
1135
  end
1148
1136
  end
1149
1137
 
1150
- class GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata
1151
- # @private
1152
- class Representation < Google::Apis::Core::JsonRepresentation
1153
- property :api_version, as: 'apiVersion'
1154
- property :create_time, as: 'createTime'
1155
- property :end_time, as: 'endTime'
1156
- property :requested_cancellation, as: 'requestedCancellation'
1157
- property :status_message, as: 'statusMessage'
1158
- property :target, as: 'target'
1159
- property :verb, as: 'verb'
1160
- end
1161
- end
1162
-
1163
- class GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata
1164
- # @private
1165
- class Representation < Google::Apis::Core::JsonRepresentation
1166
- property :api_version, as: 'apiVersion'
1167
- property :create_time, as: 'createTime'
1168
- property :end_time, as: 'endTime'
1169
- property :requested_cancellation, as: 'requestedCancellation'
1170
- property :status_message, as: 'statusMessage'
1171
- property :target, as: 'target'
1172
- property :verb, as: 'verb'
1173
- end
1174
- end
1175
-
1176
1138
  class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig
1177
1139
  # @private
1178
1140
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1688,7 +1688,7 @@ module Google
1688
1688
  # request ID so that if you must retry your request, the server will know to
1689
1689
  # ignore the request if it has already been completed. The server will guarantee
1690
1690
  # that for at least 60 minutes since the first request. For example, consider a
1691
- # situation where you make an initial request and t he request times out. If you
1691
+ # situation where you make an initial request and the request times out. If you
1692
1692
  # make the request again with the same request ID, the server can check if
1693
1693
  # original operation with the same request ID was received, and if so, will
1694
1694
  # ignore the second request. This prevents clients from accidentally creating
@@ -1737,7 +1737,7 @@ module Google
1737
1737
  # request ID so that if you must retry your request, the server will know to
1738
1738
  # ignore the request if it has already been completed. The server will guarantee
1739
1739
  # that for at least 60 minutes after the first request. For example, consider a
1740
- # situation where you make an initial request and t he request times out. If you
1740
+ # situation where you make an initial request and the request times out. If you
1741
1741
  # make the request again with the same request ID, the server can check if
1742
1742
  # original operation with the same request ID was received, and if so, will
1743
1743
  # ignore the second request. This prevents clients from accidentally creating
@@ -1904,7 +1904,7 @@ module Google
1904
1904
  # request ID so that if you must retry your request, the server will know to
1905
1905
  # ignore the request if it has already been completed. The server will guarantee
1906
1906
  # that for at least 60 minutes since the first request. For example, consider a
1907
- # situation where you make an initial request and t he request times out. If you
1907
+ # situation where you make an initial request and the request times out. If you
1908
1908
  # make the request again with the same request ID, the server can check if
1909
1909
  # original operation with the same request ID was received, and if so, will
1910
1910
  # ignore the second request. This prevents clients from accidentally creating
@@ -2337,7 +2337,7 @@ module Google
2337
2337
  # request ID so that if you must retry your request, the server will know to
2338
2338
  # ignore the request if it has already been completed. The server will guarantee
2339
2339
  # that for at least 60 minutes since the first request. For example, consider a
2340
- # situation where you make an initial request and t he request times out. If you
2340
+ # situation where you make an initial request and the request times out. If you
2341
2341
  # make the request again with the same request ID, the server can check if
2342
2342
  # original operation with the same request ID was received, and if so, will
2343
2343
  # ignore the second request. This prevents clients from accidentally creating
@@ -2387,7 +2387,7 @@ module Google
2387
2387
  # request ID so that if you must retry your request, the server will know to
2388
2388
  # ignore the request if it has already been completed. The server will guarantee
2389
2389
  # that for at least 60 minutes after the first request. For example, consider a
2390
- # situation where you make an initial request and t he request times out. If you
2390
+ # situation where you make an initial request and the request times out. If you
2391
2391
  # make the request again with the same request ID, the server can check if
2392
2392
  # original operation with the same request ID was received, and if so, will
2393
2393
  # ignore the second request. This prevents clients from accidentally creating
@@ -2562,7 +2562,7 @@ module Google
2562
2562
  # request ID so that if you must retry your request, the server will know to
2563
2563
  # ignore the request if it has already been completed. The server will guarantee
2564
2564
  # that for at least 60 minutes since the first request. For example, consider a
2565
- # situation where you make an initial request and t he request times out. If you
2565
+ # situation where you make an initial request and the request times out. If you
2566
2566
  # make the request again with the same request ID, the server can check if
2567
2567
  # original operation with the same request ID was received, and if so, will
2568
2568
  # ignore the second request. This prevents clients from accidentally creating
@@ -2747,7 +2747,7 @@ module Google
2747
2747
  # request ID so that if you must retry your request, the server will know to
2748
2748
  # ignore the request if it has already been completed. The server will guarantee
2749
2749
  # that for at least 60 minutes since the first request. For example, consider a
2750
- # situation where you make an initial request and t he request times out. If you
2750
+ # situation where you make an initial request and the request times out. If you
2751
2751
  # make the request again with the same request ID, the server can check if
2752
2752
  # original operation with the same request ID was received, and if so, will
2753
2753
  # ignore the second request. This prevents clients from accidentally creating
@@ -2797,7 +2797,7 @@ module Google
2797
2797
  # request ID so that if you must retry your request, the server will know to
2798
2798
  # ignore the request if it has already been completed. The server will guarantee
2799
2799
  # that for at least 60 minutes after the first request. For example, consider a
2800
- # situation where you make an initial request and t he request times out. If you
2800
+ # situation where you make an initial request and the request times out. If you
2801
2801
  # make the request again with the same request ID, the server can check if
2802
2802
  # original operation with the same request ID was received, and if so, will
2803
2803
  # ignore the second request. This prevents clients from accidentally creating
@@ -2970,7 +2970,7 @@ module Google
2970
2970
  # request ID so that if you must retry your request, the server will know to
2971
2971
  # ignore the request if it has already been completed. The server will guarantee
2972
2972
  # that for at least 60 minutes since the first request. For example, consider a
2973
- # situation where you make an initial request and t he request times out. If you
2973
+ # situation where you make an initial request and the request times out. If you
2974
2974
  # make the request again with the same request ID, the server can check if
2975
2975
  # original operation with the same request ID was received, and if so, will
2976
2976
  # ignore the second request. This prevents clients from accidentally creating
@@ -3565,13 +3565,7 @@ module Google
3565
3565
  end
3566
3566
 
3567
3567
  # Lists operations that match the specified filter in the request. If the server
3568
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
3569
- # binding allows API services to override the binding to use different resource
3570
- # name schemes, such as `users/*/operations`. To override the binding, API
3571
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
3572
- # service configuration. For backwards compatibility, the default name includes
3573
- # the operations collection id, however overriding users must ensure the name
3574
- # binding is the parent resource, without the operations collection id.
3568
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
3575
3569
  # @param [String] name
3576
3570
  # The name of the operation's parent resource.
3577
3571
  # @param [String] filter
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.14.0
4
+ version: 0.16.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.16.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: []