google-apis-policysimulator_v1 0.9.0 → 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fa10c22e6b8c17d21e8e39e3688ec4973683286ee6427e5affb446d6f65936f
|
4
|
+
data.tar.gz: 432219b5409551308e00fc1f3b46fc72ef170bf8640cedf148b3619fcbe1e0eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd5beca653347125944199c17a5c135fa4fd02384c416df5743656ef0e40278e0a7b06489e089747c6b40ba525f4ee7db7bfb198306457e08508e41bc0c9cf37
|
7
|
+
data.tar.gz: d8748a1f2d9f7179ec0da64340ebaa95d9727f471ee7a4e60eff291ba8424c5251e8d6ac1746b55e43cad99a78149e5e404505523cb679dae9f7d343993b329d
|
data/CHANGELOG.md
CHANGED
@@ -505,14 +505,7 @@ module Google
|
|
505
505
|
# @return [Google::Apis::PolicysimulatorV1::GoogleRpcStatus]
|
506
506
|
attr_accessor :error
|
507
507
|
|
508
|
-
#
|
509
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
510
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
511
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
512
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
513
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
514
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
515
|
-
# google.protobuf.Timestamp`.
|
508
|
+
# The latest date this access tuple was seen in the logs.
|
516
509
|
# Corresponds to the JSON property `lastSeenDate`
|
517
510
|
# @return [Google::Apis::PolicysimulatorV1::GoogleTypeDate]
|
518
511
|
attr_accessor :last_seen_date
|
@@ -567,26 +560,12 @@ module Google
|
|
567
560
|
# @return [Fixnum]
|
568
561
|
attr_accessor :log_count
|
569
562
|
|
570
|
-
#
|
571
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
572
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
573
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
574
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
575
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
576
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
577
|
-
# google.protobuf.Timestamp`.
|
563
|
+
# The date of the newest log entry replayed.
|
578
564
|
# Corresponds to the JSON property `newestDate`
|
579
565
|
# @return [Google::Apis::PolicysimulatorV1::GoogleTypeDate]
|
580
566
|
attr_accessor :newest_date
|
581
567
|
|
582
|
-
#
|
583
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
584
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
585
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
586
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
587
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
588
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
589
|
-
# google.protobuf.Timestamp`.
|
568
|
+
# The date of the oldest log entry replayed.
|
590
569
|
# Corresponds to the JSON property `oldestDate`
|
591
570
|
# @return [Google::Apis::PolicysimulatorV1::GoogleTypeDate]
|
592
571
|
attr_accessor :oldest_date
|
@@ -725,26 +704,12 @@ module Google
|
|
725
704
|
# @return [Fixnum]
|
726
705
|
attr_accessor :log_count
|
727
706
|
|
728
|
-
#
|
729
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
730
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
731
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
732
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
733
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
734
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
735
|
-
# google.protobuf.Timestamp`.
|
707
|
+
# The date of the newest log entry replayed.
|
736
708
|
# Corresponds to the JSON property `newestDate`
|
737
709
|
# @return [Google::Apis::PolicysimulatorV1::GoogleTypeDate]
|
738
710
|
attr_accessor :newest_date
|
739
711
|
|
740
|
-
#
|
741
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
742
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
743
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
744
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
745
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
746
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
747
|
-
# google.protobuf.Timestamp`.
|
712
|
+
# The date of the oldest log entry replayed.
|
748
713
|
# Corresponds to the JSON property `oldestDate`
|
749
714
|
# @return [Google::Apis::PolicysimulatorV1::GoogleTypeDate]
|
750
715
|
attr_accessor :oldest_date
|
@@ -1133,14 +1098,7 @@ module Google
|
|
1133
1098
|
end
|
1134
1099
|
end
|
1135
1100
|
|
1136
|
-
#
|
1137
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
1138
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
1139
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
1140
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
1141
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
1142
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
1143
|
-
# google.protobuf.Timestamp`.
|
1101
|
+
#
|
1144
1102
|
class GoogleTypeDate
|
1145
1103
|
include Google::Apis::Core::Hashable
|
1146
1104
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PolicysimulatorV1
|
18
18
|
# Version of the google-apis-policysimulator_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-policysimulator_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-
|
11
|
+
date: 2022-02-07 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-policysimulator_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Policy Simulator API V1
|