google-apis-beyondcorp_v1alpha 0.15.0 → 0.17.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: d58b45ce8813735c9be9d04017a7aea4b96f9a593b3cb77d31aba411f0b82467
4
- data.tar.gz: 6422271a3dcec6ca00a2f5820df06e5d01772496ade28cadf689dd25b5c683d7
3
+ metadata.gz: 435aaf2a09a4cb8496039f7ba02d455fc06fcb2840bbc4d8ea33ba9b939e2c42
4
+ data.tar.gz: 8f6abb7b3df1ca29603a0d40b8fabb33932d88d383aba2793bf0dffb7e7311c4
5
5
  SHA512:
6
- metadata.gz: 8534eecaded46b24e7d4256235addd175c99fccdb44b3c3c1dc3f0aa03cf6c0377a8170c40401b3f6ea82028f7b82df849f32149a4bbc2f24c288744834fd927
7
- data.tar.gz: 40c48131b3b0c7d03a73efe4f7c078077de7dd83687093c6c3b546542e5dfca3f77eb875909fe3d6e5bb49c37878d2a7b1c6be9be4bb0156cf646c9526173af4
6
+ metadata.gz: f10fd3c169dd143b3fe08126a9848834c6d4e1ae80feb0d1955e10df608a9e5da7852ca09a842cebe030231e2a41d6eb7cb45c7fedbfdf4dce5d2034819341b2
7
+ data.tar.gz: 62371a003fb0aaf2eda995d5b09dc4bf354c7fa4eebbb334511e960b597ebcf04978ac358cfe4174f2fa4cf41a656dc8cf7765aee074c1eccdc182e484e6cb41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.17.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
7
+ ### v0.16.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.15.0 (2023-03-26)
4
12
 
5
13
  * 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
@@ -2716,7 +2598,7 @@ module Google
2716
2598
  end
2717
2599
  end
2718
2600
 
2719
- # A resource that represents Google Cloud Platform location.
2601
+ # A resource that represents a Google Cloud location.
2720
2602
  class GoogleCloudLocationLocation
2721
2603
  include Google::Apis::Core::Hashable
2722
2604
 
@@ -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.17.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 = "20230425"
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.17.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-30 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.17.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: []