google-cloud-os_config-v1alpha 0.5.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/osconfig/v1alpha/vulnerability.proto
3
4
 
@@ -7,100 +8,32 @@ require 'google/api/field_behavior_pb'
7
8
  require 'google/api/resource_pb'
8
9
  require 'google/protobuf/timestamp_pb'
9
10
 
10
- Google::Protobuf::DescriptorPool.generated_pool.build do
11
- add_file("google/cloud/osconfig/v1alpha/vulnerability.proto", :syntax => :proto3) do
12
- add_message "google.cloud.osconfig.v1alpha.VulnerabilityReport" do
13
- optional :name, :string, 1
14
- repeated :vulnerabilities, :message, 2, "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability"
15
- optional :update_time, :message, 3, "google.protobuf.Timestamp"
16
- end
17
- add_message "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability" do
18
- optional :details, :message, 1, "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details"
19
- repeated :installed_inventory_item_ids, :string, 2
20
- repeated :available_inventory_item_ids, :string, 3
21
- optional :create_time, :message, 4, "google.protobuf.Timestamp"
22
- optional :update_time, :message, 5, "google.protobuf.Timestamp"
23
- repeated :items, :message, 6, "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Item"
24
- end
25
- add_message "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details" do
26
- optional :cve, :string, 1
27
- optional :cvss_v2_score, :float, 2
28
- optional :cvss_v3, :message, 3, "google.cloud.osconfig.v1alpha.CVSSv3"
29
- optional :severity, :string, 4
30
- optional :description, :string, 5
31
- repeated :references, :message, 6, "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details.Reference"
32
- end
33
- add_message "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details.Reference" do
34
- optional :url, :string, 1
35
- optional :source, :string, 2
36
- end
37
- add_message "google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Item" do
38
- optional :installed_inventory_item_id, :string, 1
39
- optional :available_inventory_item_id, :string, 2
40
- optional :fixed_cpe_uri, :string, 3
41
- optional :upstream_fix, :string, 4
42
- end
43
- add_message "google.cloud.osconfig.v1alpha.GetVulnerabilityReportRequest" do
44
- optional :name, :string, 1
45
- end
46
- add_message "google.cloud.osconfig.v1alpha.ListVulnerabilityReportsRequest" do
47
- optional :parent, :string, 1
48
- optional :page_size, :int32, 2
49
- optional :page_token, :string, 3
50
- optional :filter, :string, 4
51
- end
52
- add_message "google.cloud.osconfig.v1alpha.ListVulnerabilityReportsResponse" do
53
- repeated :vulnerability_reports, :message, 1, "google.cloud.osconfig.v1alpha.VulnerabilityReport"
54
- optional :next_page_token, :string, 2
55
- end
56
- add_message "google.cloud.osconfig.v1alpha.CVSSv3" do
57
- optional :base_score, :float, 1
58
- optional :exploitability_score, :float, 2
59
- optional :impact_score, :float, 3
60
- optional :attack_vector, :enum, 5, "google.cloud.osconfig.v1alpha.CVSSv3.AttackVector"
61
- optional :attack_complexity, :enum, 6, "google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity"
62
- optional :privileges_required, :enum, 7, "google.cloud.osconfig.v1alpha.CVSSv3.PrivilegesRequired"
63
- optional :user_interaction, :enum, 8, "google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction"
64
- optional :scope, :enum, 9, "google.cloud.osconfig.v1alpha.CVSSv3.Scope"
65
- optional :confidentiality_impact, :enum, 10, "google.cloud.osconfig.v1alpha.CVSSv3.Impact"
66
- optional :integrity_impact, :enum, 11, "google.cloud.osconfig.v1alpha.CVSSv3.Impact"
67
- optional :availability_impact, :enum, 12, "google.cloud.osconfig.v1alpha.CVSSv3.Impact"
68
- end
69
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.AttackVector" do
70
- value :ATTACK_VECTOR_UNSPECIFIED, 0
71
- value :ATTACK_VECTOR_NETWORK, 1
72
- value :ATTACK_VECTOR_ADJACENT, 2
73
- value :ATTACK_VECTOR_LOCAL, 3
74
- value :ATTACK_VECTOR_PHYSICAL, 4
75
- end
76
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity" do
77
- value :ATTACK_COMPLEXITY_UNSPECIFIED, 0
78
- value :ATTACK_COMPLEXITY_LOW, 1
79
- value :ATTACK_COMPLEXITY_HIGH, 2
80
- end
81
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.PrivilegesRequired" do
82
- value :PRIVILEGES_REQUIRED_UNSPECIFIED, 0
83
- value :PRIVILEGES_REQUIRED_NONE, 1
84
- value :PRIVILEGES_REQUIRED_LOW, 2
85
- value :PRIVILEGES_REQUIRED_HIGH, 3
86
- end
87
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction" do
88
- value :USER_INTERACTION_UNSPECIFIED, 0
89
- value :USER_INTERACTION_NONE, 1
90
- value :USER_INTERACTION_REQUIRED, 2
91
- end
92
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.Scope" do
93
- value :SCOPE_UNSPECIFIED, 0
94
- value :SCOPE_UNCHANGED, 1
95
- value :SCOPE_CHANGED, 2
96
- end
97
- add_enum "google.cloud.osconfig.v1alpha.CVSSv3.Impact" do
98
- value :IMPACT_UNSPECIFIED, 0
99
- value :IMPACT_HIGH, 1
100
- value :IMPACT_LOW, 2
101
- value :IMPACT_NONE, 3
11
+
12
+ descriptor_data = "\n1google/cloud/osconfig/v1alpha/vulnerability.proto\x12\x1dgoogle.cloud.osconfig.v1alpha\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xdc\x08\n\x13VulnerabilityReport\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12^\n\x0fvulnerabilities\x18\x02 \x03(\x0b\x32@.google.cloud.osconfig.v1alpha.VulnerabilityReport.VulnerabilityB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x1a\x96\x06\n\rVulnerability\x12Y\n\x07\x64\x65tails\x18\x01 \x01(\x0b\x32H.google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details\x12(\n\x1cinstalled_inventory_item_ids\x18\x02 \x03(\tB\x02\x18\x01\x12(\n\x1c\x61vailable_inventory_item_ids\x18\x03 \x03(\tB\x02\x18\x01\x12/\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12T\n\x05items\x18\x06 \x03(\x0b\x32\x45.google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Item\x1a\x9e\x02\n\x07\x44\x65tails\x12\x0b\n\x03\x63ve\x18\x01 \x01(\t\x12\x15\n\rcvss_v2_score\x18\x02 \x01(\x02\x12\x36\n\x07\x63vss_v3\x18\x03 \x01(\x0b\x32%.google.cloud.osconfig.v1alpha.CVSSv3\x12\x10\n\x08severity\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x66\n\nreferences\x18\x06 \x03(\x0b\x32R.google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability.Details.Reference\x1a(\n\tReference\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x0e\n\x06source\x18\x02 \x01(\t\x1a}\n\x04Item\x12#\n\x1binstalled_inventory_item_id\x18\x01 \x01(\t\x12#\n\x1b\x61vailable_inventory_item_id\x18\x02 \x01(\t\x12\x15\n\rfixed_cpe_uri\x18\x03 \x01(\t\x12\x14\n\x0cupstream_fix\x18\x04 \x01(\t:\x82\x01\xea\x41\x7f\n+osconfig.googleapis.com/VulnerabilityReport\x12Pprojects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport\"b\n\x1dGetVulnerabilityReportRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+osconfig.googleapis.com/VulnerabilityReport\"\x91\x01\n\x1fListVulnerabilityReportsRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x63ompute.googleapis.com/Instance\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"\x8e\x01\n ListVulnerabilityReportsResponse\x12Q\n\x15vulnerability_reports\x18\x01 \x03(\x0b\x32\x32.google.cloud.osconfig.v1alpha.VulnerabilityReport\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xdd\n\n\x06\x43VSSv3\x12\x12\n\nbase_score\x18\x01 \x01(\x02\x12\x1c\n\x14\x65xploitability_score\x18\x02 \x01(\x02\x12\x14\n\x0cimpact_score\x18\x03 \x01(\x02\x12I\n\rattack_vector\x18\x05 \x01(\x0e\x32\x32.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector\x12Q\n\x11\x61ttack_complexity\x18\x06 \x01(\x0e\x32\x36.google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity\x12U\n\x13privileges_required\x18\x07 \x01(\x0e\x32\x38.google.cloud.osconfig.v1alpha.CVSSv3.PrivilegesRequired\x12O\n\x10user_interaction\x18\x08 \x01(\x0e\x32\x35.google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction\x12:\n\x05scope\x18\t \x01(\x0e\x32+.google.cloud.osconfig.v1alpha.CVSSv3.Scope\x12L\n\x16\x63onfidentiality_impact\x18\n \x01(\x0e\x32,.google.cloud.osconfig.v1alpha.CVSSv3.Impact\x12\x46\n\x10integrity_impact\x18\x0b \x01(\x0e\x32,.google.cloud.osconfig.v1alpha.CVSSv3.Impact\x12I\n\x13\x61vailability_impact\x18\x0c \x01(\x0e\x32,.google.cloud.osconfig.v1alpha.CVSSv3.Impact\"\x99\x01\n\x0c\x41ttackVector\x12\x1d\n\x19\x41TTACK_VECTOR_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41TTACK_VECTOR_NETWORK\x10\x01\x12\x1a\n\x16\x41TTACK_VECTOR_ADJACENT\x10\x02\x12\x17\n\x13\x41TTACK_VECTOR_LOCAL\x10\x03\x12\x1a\n\x16\x41TTACK_VECTOR_PHYSICAL\x10\x04\"l\n\x10\x41ttackComplexity\x12!\n\x1d\x41TTACK_COMPLEXITY_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41TTACK_COMPLEXITY_LOW\x10\x01\x12\x1a\n\x16\x41TTACK_COMPLEXITY_HIGH\x10\x02\"\x92\x01\n\x12PrivilegesRequired\x12#\n\x1fPRIVILEGES_REQUIRED_UNSPECIFIED\x10\x00\x12\x1c\n\x18PRIVILEGES_REQUIRED_NONE\x10\x01\x12\x1b\n\x17PRIVILEGES_REQUIRED_LOW\x10\x02\x12\x1c\n\x18PRIVILEGES_REQUIRED_HIGH\x10\x03\"m\n\x0fUserInteraction\x12 \n\x1cUSER_INTERACTION_UNSPECIFIED\x10\x00\x12\x19\n\x15USER_INTERACTION_NONE\x10\x01\x12\x1d\n\x19USER_INTERACTION_REQUIRED\x10\x02\"F\n\x05Scope\x12\x15\n\x11SCOPE_UNSPECIFIED\x10\x00\x12\x13\n\x0fSCOPE_UNCHANGED\x10\x01\x12\x11\n\rSCOPE_CHANGED\x10\x02\"R\n\x06Impact\x12\x16\n\x12IMPACT_UNSPECIFIED\x10\x00\x12\x0f\n\x0bIMPACT_HIGH\x10\x01\x12\x0e\n\nIMPACT_LOW\x10\x02\x12\x0f\n\x0bIMPACT_NONE\x10\x03\x42\xdb\x01\n!com.google.cloud.osconfig.v1alphaB\x12VulnerabilityProtoP\x01Z=cloud.google.com/go/osconfig/apiv1alpha/osconfigpb;osconfigpb\xaa\x02\x1dGoogle.Cloud.OsConfig.V1Alpha\xca\x02\x1dGoogle\\Cloud\\OsConfig\\V1alpha\xea\x02 Google::Cloud::OsConfig::V1alphab\x06proto3"
13
+
14
+ pool = Google::Protobuf::DescriptorPool.generated_pool
15
+
16
+ begin
17
+ pool.add_serialized_file(descriptor_data)
18
+ rescue TypeError => e
19
+ # Compatibility code: will be removed in the next major version.
20
+ require 'google/protobuf/descriptor_pb'
21
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
22
+ parsed.clear_dependency
23
+ serialized = parsed.class.encode(parsed)
24
+ file = pool.add_serialized_file(serialized)
25
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
26
+ imports = [
27
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
28
+ ]
29
+ imports.each do |type_name, expected_filename|
30
+ import_file = pool.lookup(type_name).file_descriptor
31
+ if import_file.name != expected_filename
32
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
102
33
  end
103
34
  end
35
+ warn "Each proto file must use a consistent fully-qualified name."
36
+ warn "This will become an error in the next major version."
104
37
  end
105
38
 
106
39
  module Google
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
@@ -66,6 +66,20 @@ module Google
66
66
  # a non-empty value will be returned. The user will not be aware of what
67
67
  # non-empty value to expect.
68
68
  NON_EMPTY_DEFAULT = 7
69
+
70
+ # Denotes that the field in a resource (a message annotated with
71
+ # google.api.resource) is used in the resource name to uniquely identify the
72
+ # resource. For AIP-compliant APIs, this should only be applied to the
73
+ # `name` field on the resource.
74
+ #
75
+ # This behavior should not be applied to references to other resources within
76
+ # the message.
77
+ #
78
+ # The identifier field of resources often have different field behavior
79
+ # depending on the request it is embedded in (e.g. for Create methods name
80
+ # is optional and unused, while for Update methods it is required). Instead
81
+ # of method-specific annotations, only `IDENTIFIER` is required.
82
+ IDENTIFIER = 8
69
83
  end
70
84
  end
71
85
  end
@@ -43,8 +43,12 @@ module Google
43
43
  # if (any.is(Foo.class)) {
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
+ # // or ...
47
+ # if (any.isSameTypeAs(Foo.getDefaultInstance())) {
48
+ # foo = any.unpack(Foo.getDefaultInstance());
49
+ # }
46
50
  #
47
- # Example 3: Pack and unpack a message in Python.
51
+ # Example 3: Pack and unpack a message in Python.
48
52
  #
49
53
  # foo = Foo(...)
50
54
  # any = Any()
@@ -54,7 +58,7 @@ module Google
54
58
  # any.Unpack(foo)
55
59
  # ...
56
60
  #
57
- # Example 4: Pack and unpack a message in Go
61
+ # Example 4: Pack and unpack a message in Go
58
62
  #
59
63
  # foo := &pb.Foo{...}
60
64
  # any, err := anypb.New(foo)
@@ -73,9 +77,8 @@ module Google
73
77
  # in the type URL, for example "foo.bar.com/x/y.z" will yield type
74
78
  # name "y.z".
75
79
  #
76
- #
77
80
  # JSON
78
- #
81
+ # ====
79
82
  # The JSON representation of an `Any` value uses the regular
80
83
  # representation of the deserialized, embedded message, with an
81
84
  # additional field `@type` which contains the type URL. Example:
@@ -69,7 +69,6 @@ module Google
69
69
  # Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
70
70
  # .setNanos((int) ((millis % 1000) * 1000000)).build();
71
71
  #
72
- #
73
72
  # Example 5: Compute Timestamp from Java `Instant.now()`.
74
73
  #
75
74
  # Instant now = Instant.now();
@@ -78,7 +77,6 @@ module Google
78
77
  # Timestamp.newBuilder().setSeconds(now.getEpochSecond())
79
78
  # .setNanos(now.getNano()).build();
80
79
  #
81
- #
82
80
  # Example 6: Compute Timestamp from current time in Python.
83
81
  #
84
82
  # timestamp = Timestamp()
@@ -108,7 +106,7 @@ module Google
108
106
  # [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
109
107
  # the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
110
108
  # the Joda Time's [`ISODateTimeFormat.dateTime()`](
111
- # http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
109
+ # http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
112
110
  # ) to obtain a formatter capable of generating timestamps in this format.
113
111
  # @!attribute [rw] seconds
114
112
  # @return [::Integer]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_config-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.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: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.18.0
19
+ version: 0.20.0
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.18.0
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  requirements: []
236
- rubygems_version: 3.4.2
236
+ rubygems_version: 3.4.19
237
237
  signing_key:
238
238
  specification_version: 4
239
239
  summary: OS management tools that can be used for patch management, patch compliance,