google-apis-beyondcorp_v1alpha 0.15.0 → 0.16.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: d58b45ce8813735c9be9d04017a7aea4b96f9a593b3cb77d31aba411f0b82467
4
- data.tar.gz: 6422271a3dcec6ca00a2f5820df06e5d01772496ade28cadf689dd25b5c683d7
3
+ metadata.gz: f6ada0c220141dcee2458df82f73911df8e2596793fc15b100ec899aaa082f9e
4
+ data.tar.gz: 87836e65e8f7017eb34cf9a553969dff15fd43cec7a97a45595f12ab6ff56800
5
5
  SHA512:
6
- metadata.gz: 8534eecaded46b24e7d4256235addd175c99fccdb44b3c3c1dc3f0aa03cf6c0377a8170c40401b3f6ea82028f7b82df849f32149a4bbc2f24c288744834fd927
7
- data.tar.gz: 40c48131b3b0c7d03a73efe4f7c078077de7dd83687093c6c3b546542e5dfca3f77eb875909fe3d6e5bb49c37878d2a7b1c6be9be4bb0156cf646c9526173af4
6
+ metadata.gz: 6835e33b0f1758dff7cb6b4d67dadd19d1fdafacf0f2ffd09a0df9fd6932031f002c9c65a685cdae387fd1b1caad163e179bbdb0c9344cad8a65d94b35148c68
7
+ data.tar.gz: 6d4fefd29f64e775ef155d8d0aa1d4c81e958cad3455419baf4ee16267477c403a6650f61c98f691a276fbfdd8243a5d633b27c9e9af56b1eac3968cb925d82a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.15.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230308
@@ -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
@@ -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.15.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 = "20230308"
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
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.15.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-04-02 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.15.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: []