google-apis-chromemanagement_v1 0.77.0 → 0.78.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/chromemanagement_v1/classes.rb +245 -0
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/chromemanagement_v1/representations.rb +136 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +255 -0
- data/lib/google/apis/chromemanagement_v1.rb +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4fecc6990470157513080c6a8cd902a717574afbfaa2e60d78294c46c93e0c6
|
|
4
|
+
data.tar.gz: 0bd6e939d81ea333d995b7cde902370be0f71e8c148bd201a092b22c0d614616
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3799130027c7444d36e746698a85454859f269fac00d1341878215f1a316278cae080132a02bef9aee7edf7553f01605bad21e863e8ca4331747a6493a0ff933
|
|
7
|
+
data.tar.gz: 244d233974831bee8f613cd54888fcd5360045901406e489d3217c5c5e5b4ab2862617de3f30a74be1cb66959ad2714bb816d82f880b15fef889eb6ff51ed475
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.78.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260611
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.77.0 (2026-05-24)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260520
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/chrome/management/) ma
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -1087,6 +1087,37 @@ module Google
|
|
|
1087
1087
|
end
|
|
1088
1088
|
end
|
|
1089
1089
|
|
|
1090
|
+
# Response containing requested managed profile versions details and counts.
|
|
1091
|
+
class GoogleChromeManagementV1CountChromeProfileVersionsResponse
|
|
1092
|
+
include Google::Apis::Core::Hashable
|
|
1093
|
+
|
|
1094
|
+
# Token to specify the next page of the request.
|
|
1095
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
1096
|
+
# @return [String]
|
|
1097
|
+
attr_accessor :next_page_token
|
|
1098
|
+
|
|
1099
|
+
# List of all browser versions reported for profiles and their install counts.
|
|
1100
|
+
# Corresponds to the JSON property `profileBrowserVersions`
|
|
1101
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion>]
|
|
1102
|
+
attr_accessor :profile_browser_versions
|
|
1103
|
+
|
|
1104
|
+
# Total number browser versions matching request.
|
|
1105
|
+
# Corresponds to the JSON property `totalSize`
|
|
1106
|
+
# @return [Fixnum]
|
|
1107
|
+
attr_accessor :total_size
|
|
1108
|
+
|
|
1109
|
+
def initialize(**args)
|
|
1110
|
+
update!(**args)
|
|
1111
|
+
end
|
|
1112
|
+
|
|
1113
|
+
# Update properties of this object
|
|
1114
|
+
def update!(**args)
|
|
1115
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1116
|
+
@profile_browser_versions = args[:profile_browser_versions] if args.key?(:profile_browser_versions)
|
|
1117
|
+
@total_size = args[:total_size] if args.key?(:total_size)
|
|
1118
|
+
end
|
|
1119
|
+
end
|
|
1120
|
+
|
|
1090
1121
|
# Response containing requested browser versions details and counts.
|
|
1091
1122
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
|
1092
1123
|
include Google::Apis::Core::Hashable
|
|
@@ -2214,6 +2245,11 @@ module Google
|
|
|
2214
2245
|
# @return [Array<String>]
|
|
2215
2246
|
attr_accessor :permissions
|
|
2216
2247
|
|
|
2248
|
+
# Output only. Count of Chrome Profiles with this app installed.
|
|
2249
|
+
# Corresponds to the JSON property `profileCount`
|
|
2250
|
+
# @return [Fixnum]
|
|
2251
|
+
attr_accessor :profile_count
|
|
2252
|
+
|
|
2217
2253
|
# Risk assessment data about an extension/app.
|
|
2218
2254
|
# Corresponds to the JSON property `riskAssessment`
|
|
2219
2255
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentData]
|
|
@@ -2236,6 +2272,7 @@ module Google
|
|
|
2236
2272
|
@homepage_uri = args[:homepage_uri] if args.key?(:homepage_uri)
|
|
2237
2273
|
@os_user_count = args[:os_user_count] if args.key?(:os_user_count)
|
|
2238
2274
|
@permissions = args[:permissions] if args.key?(:permissions)
|
|
2275
|
+
@profile_count = args[:profile_count] if args.key?(:profile_count)
|
|
2239
2276
|
@risk_assessment = args[:risk_assessment] if args.key?(:risk_assessment)
|
|
2240
2277
|
end
|
|
2241
2278
|
end
|
|
@@ -5149,6 +5186,68 @@ module Google
|
|
|
5149
5186
|
end
|
|
5150
5187
|
end
|
|
5151
5188
|
|
|
5189
|
+
# A content transfers summary for a given breakdown dimension.
|
|
5190
|
+
class GoogleChromeManagementVersionsV1ContentTransfersBreakdown
|
|
5191
|
+
include Google::Apis::Core::Hashable
|
|
5192
|
+
|
|
5193
|
+
# The content category of the content transfers.
|
|
5194
|
+
# Corresponds to the JSON property `contentCategory`
|
|
5195
|
+
# @return [String]
|
|
5196
|
+
attr_accessor :content_category
|
|
5197
|
+
|
|
5198
|
+
# The event domain of the content transfers.
|
|
5199
|
+
# Corresponds to the JSON property `eventDomain`
|
|
5200
|
+
# @return [String]
|
|
5201
|
+
attr_accessor :event_domain
|
|
5202
|
+
|
|
5203
|
+
# Summary of content transfers for a given metric.
|
|
5204
|
+
# Corresponds to the JSON property `summary`
|
|
5205
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary]
|
|
5206
|
+
attr_accessor :summary
|
|
5207
|
+
|
|
5208
|
+
# The user that transferred the content.
|
|
5209
|
+
# Corresponds to the JSON property `user`
|
|
5210
|
+
# @return [String]
|
|
5211
|
+
attr_accessor :user
|
|
5212
|
+
|
|
5213
|
+
def initialize(**args)
|
|
5214
|
+
update!(**args)
|
|
5215
|
+
end
|
|
5216
|
+
|
|
5217
|
+
# Update properties of this object
|
|
5218
|
+
def update!(**args)
|
|
5219
|
+
@content_category = args[:content_category] if args.key?(:content_category)
|
|
5220
|
+
@event_domain = args[:event_domain] if args.key?(:event_domain)
|
|
5221
|
+
@summary = args[:summary] if args.key?(:summary)
|
|
5222
|
+
@user = args[:user] if args.key?(:user)
|
|
5223
|
+
end
|
|
5224
|
+
end
|
|
5225
|
+
|
|
5226
|
+
# Summary of content transfers for a given metric.
|
|
5227
|
+
class GoogleChromeManagementVersionsV1ContentTransfersSummary
|
|
5228
|
+
include Google::Apis::Core::Hashable
|
|
5229
|
+
|
|
5230
|
+
# The count of the content transfers metric.
|
|
5231
|
+
# Corresponds to the JSON property `count`
|
|
5232
|
+
# @return [Fixnum]
|
|
5233
|
+
attr_accessor :count
|
|
5234
|
+
|
|
5235
|
+
# The type of content transfers metric.
|
|
5236
|
+
# Corresponds to the JSON property `metric`
|
|
5237
|
+
# @return [String]
|
|
5238
|
+
attr_accessor :metric
|
|
5239
|
+
|
|
5240
|
+
def initialize(**args)
|
|
5241
|
+
update!(**args)
|
|
5242
|
+
end
|
|
5243
|
+
|
|
5244
|
+
# Update properties of this object
|
|
5245
|
+
def update!(**args)
|
|
5246
|
+
@count = args[:count] if args.key?(:count)
|
|
5247
|
+
@metric = args[:metric] if args.key?(:metric)
|
|
5248
|
+
end
|
|
5249
|
+
end
|
|
5250
|
+
|
|
5152
5251
|
# CrowdStrike connector config.
|
|
5153
5252
|
class GoogleChromeManagementVersionsV1CrowdStrikeConfig
|
|
5154
5253
|
include Google::Apis::Core::Hashable
|
|
@@ -5711,6 +5810,96 @@ module Google
|
|
|
5711
5810
|
end
|
|
5712
5811
|
end
|
|
5713
5812
|
|
|
5813
|
+
# Response message for QueryContentTransfersBreakdowns.
|
|
5814
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse
|
|
5815
|
+
include Google::Apis::Core::Hashable
|
|
5816
|
+
|
|
5817
|
+
# The content transfer breakdowns from the specified insight.
|
|
5818
|
+
# Corresponds to the JSON property `contentTransfersBreakdowns`
|
|
5819
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersBreakdown>]
|
|
5820
|
+
attr_accessor :content_transfers_breakdowns
|
|
5821
|
+
|
|
5822
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
5823
|
+
# field is omitted, there are no subsequent pages.
|
|
5824
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
5825
|
+
# @return [String]
|
|
5826
|
+
attr_accessor :next_page_token
|
|
5827
|
+
|
|
5828
|
+
def initialize(**args)
|
|
5829
|
+
update!(**args)
|
|
5830
|
+
end
|
|
5831
|
+
|
|
5832
|
+
# Update properties of this object
|
|
5833
|
+
def update!(**args)
|
|
5834
|
+
@content_transfers_breakdowns = args[:content_transfers_breakdowns] if args.key?(:content_transfers_breakdowns)
|
|
5835
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
5836
|
+
end
|
|
5837
|
+
end
|
|
5838
|
+
|
|
5839
|
+
# Response message for QueryContentTransfers.
|
|
5840
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersResponse
|
|
5841
|
+
include Google::Apis::Core::Hashable
|
|
5842
|
+
|
|
5843
|
+
# A collection of summaries for various content transfers metrics.
|
|
5844
|
+
# Corresponds to the JSON property `summaries`
|
|
5845
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary>]
|
|
5846
|
+
attr_accessor :summaries
|
|
5847
|
+
|
|
5848
|
+
def initialize(**args)
|
|
5849
|
+
update!(**args)
|
|
5850
|
+
end
|
|
5851
|
+
|
|
5852
|
+
# Update properties of this object
|
|
5853
|
+
def update!(**args)
|
|
5854
|
+
@summaries = args[:summaries] if args.key?(:summaries)
|
|
5855
|
+
end
|
|
5856
|
+
end
|
|
5857
|
+
|
|
5858
|
+
# Response message for QueryUrlVisitsBreakdowns.
|
|
5859
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse
|
|
5860
|
+
include Google::Apis::Core::Hashable
|
|
5861
|
+
|
|
5862
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
5863
|
+
# field is omitted, there are no subsequent pages.
|
|
5864
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
5865
|
+
# @return [String]
|
|
5866
|
+
attr_accessor :next_page_token
|
|
5867
|
+
|
|
5868
|
+
# The URL visit breakdowns from the specified insight.
|
|
5869
|
+
# Corresponds to the JSON property `urlVisitsBreakdowns`
|
|
5870
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsBreakdown>]
|
|
5871
|
+
attr_accessor :url_visits_breakdowns
|
|
5872
|
+
|
|
5873
|
+
def initialize(**args)
|
|
5874
|
+
update!(**args)
|
|
5875
|
+
end
|
|
5876
|
+
|
|
5877
|
+
# Update properties of this object
|
|
5878
|
+
def update!(**args)
|
|
5879
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
5880
|
+
@url_visits_breakdowns = args[:url_visits_breakdowns] if args.key?(:url_visits_breakdowns)
|
|
5881
|
+
end
|
|
5882
|
+
end
|
|
5883
|
+
|
|
5884
|
+
# Response message for QueryUrlVisits.
|
|
5885
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsResponse
|
|
5886
|
+
include Google::Apis::Core::Hashable
|
|
5887
|
+
|
|
5888
|
+
# A collection of summaries for various URL visit metrics.
|
|
5889
|
+
# Corresponds to the JSON property `summaries`
|
|
5890
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary>]
|
|
5891
|
+
attr_accessor :summaries
|
|
5892
|
+
|
|
5893
|
+
def initialize(**args)
|
|
5894
|
+
update!(**args)
|
|
5895
|
+
end
|
|
5896
|
+
|
|
5897
|
+
# Update properties of this object
|
|
5898
|
+
def update!(**args)
|
|
5899
|
+
@summaries = args[:summaries] if args.key?(:summaries)
|
|
5900
|
+
end
|
|
5901
|
+
end
|
|
5902
|
+
|
|
5714
5903
|
# Reporting data of a Chrome browser profile.
|
|
5715
5904
|
class GoogleChromeManagementVersionsV1ReportingData
|
|
5716
5905
|
include Google::Apis::Core::Hashable
|
|
@@ -6303,6 +6492,62 @@ module Google
|
|
|
6303
6492
|
end
|
|
6304
6493
|
end
|
|
6305
6494
|
|
|
6495
|
+
# A URL visits summary for a given breakdown dimension.
|
|
6496
|
+
class GoogleChromeManagementVersionsV1UrlVisitsBreakdown
|
|
6497
|
+
include Google::Apis::Core::Hashable
|
|
6498
|
+
|
|
6499
|
+
# The event domain of the URL visits.
|
|
6500
|
+
# Corresponds to the JSON property `eventDomain`
|
|
6501
|
+
# @return [String]
|
|
6502
|
+
attr_accessor :event_domain
|
|
6503
|
+
|
|
6504
|
+
# Summary of URL visits for a given metric.
|
|
6505
|
+
# Corresponds to the JSON property `summary`
|
|
6506
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary]
|
|
6507
|
+
attr_accessor :summary
|
|
6508
|
+
|
|
6509
|
+
# The user that visited the URL.
|
|
6510
|
+
# Corresponds to the JSON property `user`
|
|
6511
|
+
# @return [String]
|
|
6512
|
+
attr_accessor :user
|
|
6513
|
+
|
|
6514
|
+
def initialize(**args)
|
|
6515
|
+
update!(**args)
|
|
6516
|
+
end
|
|
6517
|
+
|
|
6518
|
+
# Update properties of this object
|
|
6519
|
+
def update!(**args)
|
|
6520
|
+
@event_domain = args[:event_domain] if args.key?(:event_domain)
|
|
6521
|
+
@summary = args[:summary] if args.key?(:summary)
|
|
6522
|
+
@user = args[:user] if args.key?(:user)
|
|
6523
|
+
end
|
|
6524
|
+
end
|
|
6525
|
+
|
|
6526
|
+
# Summary of URL visits for a given metric.
|
|
6527
|
+
class GoogleChromeManagementVersionsV1UrlVisitsSummary
|
|
6528
|
+
include Google::Apis::Core::Hashable
|
|
6529
|
+
|
|
6530
|
+
# The count of the URL visits metric.
|
|
6531
|
+
# Corresponds to the JSON property `count`
|
|
6532
|
+
# @return [Fixnum]
|
|
6533
|
+
attr_accessor :count
|
|
6534
|
+
|
|
6535
|
+
# The type of URL visits metric.
|
|
6536
|
+
# Corresponds to the JSON property `metric`
|
|
6537
|
+
# @return [String]
|
|
6538
|
+
attr_accessor :metric
|
|
6539
|
+
|
|
6540
|
+
def initialize(**args)
|
|
6541
|
+
update!(**args)
|
|
6542
|
+
end
|
|
6543
|
+
|
|
6544
|
+
# Update properties of this object
|
|
6545
|
+
def update!(**args)
|
|
6546
|
+
@count = args[:count] if args.key?(:count)
|
|
6547
|
+
@metric = args[:metric] if args.key?(:metric)
|
|
6548
|
+
end
|
|
6549
|
+
end
|
|
6550
|
+
|
|
6306
6551
|
# XDR settings for connector configs.
|
|
6307
6552
|
class GoogleChromeManagementVersionsV1XdrSettings
|
|
6308
6553
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChromemanagementV1
|
|
18
18
|
# Version of the google-apis-chromemanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260611"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -160,6 +160,12 @@ module Google
|
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
161
|
end
|
|
162
162
|
|
|
163
|
+
class GoogleChromeManagementV1CountChromeProfileVersionsResponse
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
163
169
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
171
|
|
|
@@ -712,6 +718,18 @@ module Google
|
|
|
712
718
|
include Google::Apis::Core::JsonObjectSupport
|
|
713
719
|
end
|
|
714
720
|
|
|
721
|
+
class GoogleChromeManagementVersionsV1ContentTransfersBreakdown
|
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
723
|
+
|
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
725
|
+
end
|
|
726
|
+
|
|
727
|
+
class GoogleChromeManagementVersionsV1ContentTransfersSummary
|
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
|
+
|
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
731
|
+
end
|
|
732
|
+
|
|
715
733
|
class GoogleChromeManagementVersionsV1CrowdStrikeConfig
|
|
716
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
717
735
|
|
|
@@ -838,6 +856,30 @@ module Google
|
|
|
838
856
|
include Google::Apis::Core::JsonObjectSupport
|
|
839
857
|
end
|
|
840
858
|
|
|
859
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse
|
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
861
|
+
|
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersResponse
|
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
|
+
|
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
869
|
+
end
|
|
870
|
+
|
|
871
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse
|
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
873
|
+
|
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsResponse
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
841
883
|
class GoogleChromeManagementVersionsV1ReportingData
|
|
842
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
843
885
|
|
|
@@ -946,6 +988,18 @@ module Google
|
|
|
946
988
|
include Google::Apis::Core::JsonObjectSupport
|
|
947
989
|
end
|
|
948
990
|
|
|
991
|
+
class GoogleChromeManagementVersionsV1UrlVisitsBreakdown
|
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
|
+
|
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
995
|
+
end
|
|
996
|
+
|
|
997
|
+
class GoogleChromeManagementVersionsV1UrlVisitsSummary
|
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
999
|
+
|
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1001
|
+
end
|
|
1002
|
+
|
|
949
1003
|
class GoogleChromeManagementVersionsV1XdrSettings
|
|
950
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
951
1005
|
|
|
@@ -1254,6 +1308,16 @@ module Google
|
|
|
1254
1308
|
end
|
|
1255
1309
|
end
|
|
1256
1310
|
|
|
1311
|
+
class GoogleChromeManagementV1CountChromeProfileVersionsResponse
|
|
1312
|
+
# @private
|
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1314
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1315
|
+
collection :profile_browser_versions, as: 'profileBrowserVersions', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BrowserVersion::Representation
|
|
1316
|
+
|
|
1317
|
+
property :total_size, as: 'totalSize'
|
|
1318
|
+
end
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1257
1321
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
|
1258
1322
|
# @private
|
|
1259
1323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1549,6 +1613,7 @@ module Google
|
|
|
1549
1613
|
property :homepage_uri, as: 'homepageUri'
|
|
1550
1614
|
property :os_user_count, :numeric_string => true, as: 'osUserCount'
|
|
1551
1615
|
collection :permissions, as: 'permissions'
|
|
1616
|
+
property :profile_count, :numeric_string => true, as: 'profileCount'
|
|
1552
1617
|
property :risk_assessment, as: 'riskAssessment', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessmentData::Representation
|
|
1553
1618
|
|
|
1554
1619
|
end
|
|
@@ -2324,6 +2389,25 @@ module Google
|
|
|
2324
2389
|
end
|
|
2325
2390
|
end
|
|
2326
2391
|
|
|
2392
|
+
class GoogleChromeManagementVersionsV1ContentTransfersBreakdown
|
|
2393
|
+
# @private
|
|
2394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2395
|
+
property :content_category, as: 'contentCategory'
|
|
2396
|
+
property :event_domain, as: 'eventDomain'
|
|
2397
|
+
property :summary, as: 'summary', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary::Representation
|
|
2398
|
+
|
|
2399
|
+
property :user, as: 'user'
|
|
2400
|
+
end
|
|
2401
|
+
end
|
|
2402
|
+
|
|
2403
|
+
class GoogleChromeManagementVersionsV1ContentTransfersSummary
|
|
2404
|
+
# @private
|
|
2405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2406
|
+
property :count, :numeric_string => true, as: 'count'
|
|
2407
|
+
property :metric, as: 'metric'
|
|
2408
|
+
end
|
|
2409
|
+
end
|
|
2410
|
+
|
|
2327
2411
|
class GoogleChromeManagementVersionsV1CrowdStrikeConfig
|
|
2328
2412
|
# @private
|
|
2329
2413
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2505,6 +2589,40 @@ module Google
|
|
|
2505
2589
|
end
|
|
2506
2590
|
end
|
|
2507
2591
|
|
|
2592
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse
|
|
2593
|
+
# @private
|
|
2594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2595
|
+
collection :content_transfers_breakdowns, as: 'contentTransfersBreakdowns', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersBreakdown, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersBreakdown::Representation
|
|
2596
|
+
|
|
2597
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2598
|
+
end
|
|
2599
|
+
end
|
|
2600
|
+
|
|
2601
|
+
class GoogleChromeManagementVersionsV1QueryContentTransfersResponse
|
|
2602
|
+
# @private
|
|
2603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2604
|
+
collection :summaries, as: 'summaries', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ContentTransfersSummary::Representation
|
|
2605
|
+
|
|
2606
|
+
end
|
|
2607
|
+
end
|
|
2608
|
+
|
|
2609
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse
|
|
2610
|
+
# @private
|
|
2611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2612
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2613
|
+
collection :url_visits_breakdowns, as: 'urlVisitsBreakdowns', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsBreakdown, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsBreakdown::Representation
|
|
2614
|
+
|
|
2615
|
+
end
|
|
2616
|
+
end
|
|
2617
|
+
|
|
2618
|
+
class GoogleChromeManagementVersionsV1QueryUrlVisitsResponse
|
|
2619
|
+
# @private
|
|
2620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2621
|
+
collection :summaries, as: 'summaries', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary::Representation
|
|
2622
|
+
|
|
2623
|
+
end
|
|
2624
|
+
end
|
|
2625
|
+
|
|
2508
2626
|
class GoogleChromeManagementVersionsV1ReportingData
|
|
2509
2627
|
# @private
|
|
2510
2628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2676,6 +2794,24 @@ module Google
|
|
|
2676
2794
|
end
|
|
2677
2795
|
end
|
|
2678
2796
|
|
|
2797
|
+
class GoogleChromeManagementVersionsV1UrlVisitsBreakdown
|
|
2798
|
+
# @private
|
|
2799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2800
|
+
property :event_domain, as: 'eventDomain'
|
|
2801
|
+
property :summary, as: 'summary', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UrlVisitsSummary::Representation
|
|
2802
|
+
|
|
2803
|
+
property :user, as: 'user'
|
|
2804
|
+
end
|
|
2805
|
+
end
|
|
2806
|
+
|
|
2807
|
+
class GoogleChromeManagementVersionsV1UrlVisitsSummary
|
|
2808
|
+
# @private
|
|
2809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2810
|
+
property :count, :numeric_string => true, as: 'count'
|
|
2811
|
+
property :metric, as: 'metric'
|
|
2812
|
+
end
|
|
2813
|
+
end
|
|
2814
|
+
|
|
2679
2815
|
class GoogleChromeManagementVersionsV1XdrSettings
|
|
2680
2816
|
# @private
|
|
2681
2817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -788,6 +788,216 @@ module Google
|
|
|
788
788
|
execute_or_queue_command(command, &block)
|
|
789
789
|
end
|
|
790
790
|
|
|
791
|
+
# Returns a high-level summary of content transfers for a given customer.
|
|
792
|
+
# @param [String] customer
|
|
793
|
+
# Required. The customer ID in the format "customers/`customer_id`".
|
|
794
|
+
# @param [String] filter
|
|
795
|
+
# Optional. The filter to apply to the request. For syntax, see AIP-160. Data is
|
|
796
|
+
# not available for events older than 180 days, and may be unavailable or
|
|
797
|
+
# inaccurate for time ranges less than 4 hours. If `event_time` is not specified,
|
|
798
|
+
# results will be returned for the last 30 days. Supported fields for filtering:
|
|
799
|
+
# - `event_time` Supported operators: - `>=` and `<=` for `event_time`
|
|
800
|
+
# Supported conjunctions: - `AND` Example: `event_time >= "2024-01-01T00:00:00Z"
|
|
801
|
+
# AND event_time <= "2024-01-02T00:00:00Z"`
|
|
802
|
+
# @param [String] fields
|
|
803
|
+
# Selector specifying which fields to include in a partial response.
|
|
804
|
+
# @param [String] quota_user
|
|
805
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
806
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
807
|
+
# @param [Google::Apis::RequestOptions] options
|
|
808
|
+
# Request-specific options
|
|
809
|
+
#
|
|
810
|
+
# @yield [result, err] Result & error if block supplied
|
|
811
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersResponse] parsed result object
|
|
812
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
813
|
+
#
|
|
814
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersResponse]
|
|
815
|
+
#
|
|
816
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
817
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
818
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
819
|
+
def query_customer_enterprise_security_insight_content_transfers(customer, filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
820
|
+
command = make_simple_command(:get, 'v1/{+customer}/enterprise/securityInsights:queryContentTransfers', options)
|
|
821
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersResponse::Representation
|
|
822
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersResponse
|
|
823
|
+
command.params['customer'] = customer unless customer.nil?
|
|
824
|
+
command.query['filter'] = filter unless filter.nil?
|
|
825
|
+
command.query['fields'] = fields unless fields.nil?
|
|
826
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
827
|
+
execute_or_queue_command(command, &block)
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
# Returns summaries of content transfers for a given metric and breakdown
|
|
831
|
+
# dimension.
|
|
832
|
+
# @param [String] customer
|
|
833
|
+
# Required. The customer ID in the format "customers/`customer_id`".
|
|
834
|
+
# @param [String] breakdown
|
|
835
|
+
# Optional. The dimension to break down the content transfers by. Defaults to
|
|
836
|
+
# USER.
|
|
837
|
+
# @param [String] filter
|
|
838
|
+
# Optional. The filter to apply to the request. For syntax, see AIP-160. Data is
|
|
839
|
+
# not available for events older than 180 days or more recent than 48 hours ago.
|
|
840
|
+
# If `event_time` is not specified, results will end 48 hours ago. Supported
|
|
841
|
+
# fields for filtering: - `user` - `event_domain` - `content_category` - `
|
|
842
|
+
# event_time` Filtering by `user` or `event_domain` requires the `breakdown`
|
|
843
|
+
# dimension to be set to the corresponding value (e.g., you must set `breakdown =
|
|
844
|
+
# USER` to filter by `user`). Supported operators: - `=` for `user`, `
|
|
845
|
+
# event_domain`, and `content_category`. - `<=` for `event_time`. Supported
|
|
846
|
+
# conjunctions: - `AND` Example: `user = "testuser" AND event_time <= "2024-01-
|
|
847
|
+
# 02T00:00:00Z"`
|
|
848
|
+
# @param [String] fixed_time_range
|
|
849
|
+
# Optional. The fixed time range to return the breakdowns for. Defaults to
|
|
850
|
+
# FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for
|
|
851
|
+
# precomputation and optimize response times.
|
|
852
|
+
# @param [String] metric
|
|
853
|
+
# Optional. The metric to return the breakdowns for. Defaults to
|
|
854
|
+
# CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.
|
|
855
|
+
# @param [Fixnum] page_size
|
|
856
|
+
# Optional. The maximum number of breakdowns to return. The service may return
|
|
857
|
+
# fewer than this value. If unspecified, at most 50 breakdowns will be returned.
|
|
858
|
+
# The maximum value is 1000; values above 1000 will be coerced to 1000.
|
|
859
|
+
# @param [String] page_token
|
|
860
|
+
# Optional. A page token, received from a previous `
|
|
861
|
+
# QueryContentTransfersBreakdowns` call. Provide this to retrieve the subsequent
|
|
862
|
+
# page. When paginating, all other parameters provided to `
|
|
863
|
+
# QueryContentTransfersBreakdowns` must match the call that provided the page
|
|
864
|
+
# token.
|
|
865
|
+
# @param [String] fields
|
|
866
|
+
# Selector specifying which fields to include in a partial response.
|
|
867
|
+
# @param [String] quota_user
|
|
868
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
869
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
870
|
+
# @param [Google::Apis::RequestOptions] options
|
|
871
|
+
# Request-specific options
|
|
872
|
+
#
|
|
873
|
+
# @yield [result, err] Result & error if block supplied
|
|
874
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse] parsed result object
|
|
875
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
876
|
+
#
|
|
877
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse]
|
|
878
|
+
#
|
|
879
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
880
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
881
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
882
|
+
def query_customer_enterprise_security_insight_content_transfers_breakdowns(customer, breakdown: nil, filter: nil, fixed_time_range: nil, metric: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
883
|
+
command = make_simple_command(:get, 'v1/{+customer}/enterprise/securityInsights:queryContentTransfersBreakdowns', options)
|
|
884
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse::Representation
|
|
885
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse
|
|
886
|
+
command.params['customer'] = customer unless customer.nil?
|
|
887
|
+
command.query['breakdown'] = breakdown unless breakdown.nil?
|
|
888
|
+
command.query['filter'] = filter unless filter.nil?
|
|
889
|
+
command.query['fixedTimeRange'] = fixed_time_range unless fixed_time_range.nil?
|
|
890
|
+
command.query['metric'] = metric unless metric.nil?
|
|
891
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
892
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
893
|
+
command.query['fields'] = fields unless fields.nil?
|
|
894
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
895
|
+
execute_or_queue_command(command, &block)
|
|
896
|
+
end
|
|
897
|
+
|
|
898
|
+
# Returns a high-level summary of URL visits for a given customer.
|
|
899
|
+
# @param [String] customer
|
|
900
|
+
# Required. The customer ID in the format "customers/`customer_id`".
|
|
901
|
+
# @param [String] filter
|
|
902
|
+
# Optional. The filter to apply to the request. For syntax, see AIP-160. Data is
|
|
903
|
+
# not available for events older than 180 days, and may be unavailable or
|
|
904
|
+
# inaccurate for time ranges less than 4 hours. If `event_time` is not specified,
|
|
905
|
+
# results will be returned for the last 30 days. Supported fields for filtering:
|
|
906
|
+
# - `event_time` Supported operators: - `>=` and `<=` for `event_time`
|
|
907
|
+
# Supported conjunctions: - `AND` Example: `event_time >= "2024-01-01T00:00:00Z"
|
|
908
|
+
# AND event_time <= "2024-01-02T00:00:00Z"`
|
|
909
|
+
# @param [String] fields
|
|
910
|
+
# Selector specifying which fields to include in a partial response.
|
|
911
|
+
# @param [String] quota_user
|
|
912
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
913
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
914
|
+
# @param [Google::Apis::RequestOptions] options
|
|
915
|
+
# Request-specific options
|
|
916
|
+
#
|
|
917
|
+
# @yield [result, err] Result & error if block supplied
|
|
918
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsResponse] parsed result object
|
|
919
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
920
|
+
#
|
|
921
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsResponse]
|
|
922
|
+
#
|
|
923
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
924
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
925
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
926
|
+
def query_customer_enterprise_security_insight_url_visits(customer, filter: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
927
|
+
command = make_simple_command(:get, 'v1/{+customer}/enterprise/securityInsights:queryUrlVisits', options)
|
|
928
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsResponse::Representation
|
|
929
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsResponse
|
|
930
|
+
command.params['customer'] = customer unless customer.nil?
|
|
931
|
+
command.query['filter'] = filter unless filter.nil?
|
|
932
|
+
command.query['fields'] = fields unless fields.nil?
|
|
933
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
934
|
+
execute_or_queue_command(command, &block)
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
# Returns summaries of URL visits for a given metric and breakdown dimension.
|
|
938
|
+
# @param [String] customer
|
|
939
|
+
# Required. The customer ID in the format "customers/`customer_id`".
|
|
940
|
+
# @param [String] breakdown
|
|
941
|
+
# Optional. The dimension to break down the URL visits by. Defaults to USER.
|
|
942
|
+
# @param [String] filter
|
|
943
|
+
# Optional. The filter to apply to the request. For syntax, see AIP-160. Data is
|
|
944
|
+
# not available for events older than 180 days or more recent than 48 hours ago.
|
|
945
|
+
# If `event_time` is not specified, results will end 48 hours ago. Supported
|
|
946
|
+
# fields for filtering: - `user` - `event_domain` - `event_time` Filtering by `
|
|
947
|
+
# user` or `event_domain` requires the `breakdown` dimension to be set to the
|
|
948
|
+
# corresponding value (e.g., you must set `breakdown = USER` to filter by `user`)
|
|
949
|
+
# . Supported operators: - `=` for `user` and `event_domain`. - `<=` for `
|
|
950
|
+
# event_time`. Supported conjunctions: - `AND` Example: `user = "testuser" AND
|
|
951
|
+
# event_time <= "2024-01-02T00:00:00Z"`
|
|
952
|
+
# @param [String] fixed_time_range
|
|
953
|
+
# Optional. The fixed time range to return the breakdowns for. Defaults to
|
|
954
|
+
# FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for
|
|
955
|
+
# precomputation and optimize response times.
|
|
956
|
+
# @param [String] metric
|
|
957
|
+
# Optional. The metric to return the breakdowns for. Defaults to
|
|
958
|
+
# URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.
|
|
959
|
+
# @param [Fixnum] page_size
|
|
960
|
+
# Optional. The maximum number of breakdowns to return. The service may return
|
|
961
|
+
# fewer than this value. If unspecified, at most 50 breakdowns will be returned.
|
|
962
|
+
# The maximum value is 1000; values above 1000 will be coerced to 1000.
|
|
963
|
+
# @param [String] page_token
|
|
964
|
+
# Optional. A page token, received from a previous `QueryUrlVisitsBreakdowns`
|
|
965
|
+
# call. Provide this to retrieve the subsequent page. When paginating, all other
|
|
966
|
+
# parameters provided to `QueryUrlVisitsBreakdowns` must match the call that
|
|
967
|
+
# provided the page token.
|
|
968
|
+
# @param [String] fields
|
|
969
|
+
# Selector specifying which fields to include in a partial response.
|
|
970
|
+
# @param [String] quota_user
|
|
971
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
972
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
973
|
+
# @param [Google::Apis::RequestOptions] options
|
|
974
|
+
# Request-specific options
|
|
975
|
+
#
|
|
976
|
+
# @yield [result, err] Result & error if block supplied
|
|
977
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse] parsed result object
|
|
978
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
979
|
+
#
|
|
980
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse]
|
|
981
|
+
#
|
|
982
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
983
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
984
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
985
|
+
def query_customer_enterprise_security_insight_url_visits_breakdowns(customer, breakdown: nil, filter: nil, fixed_time_range: nil, metric: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
986
|
+
command = make_simple_command(:get, 'v1/{+customer}/enterprise/securityInsights:queryUrlVisitsBreakdowns', options)
|
|
987
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse::Representation
|
|
988
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse
|
|
989
|
+
command.params['customer'] = customer unless customer.nil?
|
|
990
|
+
command.query['breakdown'] = breakdown unless breakdown.nil?
|
|
991
|
+
command.query['filter'] = filter unless filter.nil?
|
|
992
|
+
command.query['fixedTimeRange'] = fixed_time_range unless fixed_time_range.nil?
|
|
993
|
+
command.query['metric'] = metric unless metric.nil?
|
|
994
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
995
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
996
|
+
command.query['fields'] = fields unless fields.nil?
|
|
997
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
998
|
+
execute_or_queue_command(command, &block)
|
|
999
|
+
end
|
|
1000
|
+
|
|
791
1001
|
# Deletes the data collected from a Chrome browser profile.
|
|
792
1002
|
# @param [String] name
|
|
793
1003
|
# Required. Format: customers/`customer_id`/profiles/`profile_permanent_id`
|
|
@@ -1266,6 +1476,51 @@ module Google
|
|
|
1266
1476
|
execute_or_queue_command(command, &block)
|
|
1267
1477
|
end
|
|
1268
1478
|
|
|
1479
|
+
# Generate report of installed Chrome versions on managed profiles.
|
|
1480
|
+
# @param [String] customer
|
|
1481
|
+
# Required. Customer id or "my_customer" to use the customer associated to the
|
|
1482
|
+
# account making the request.
|
|
1483
|
+
# @param [String] filter
|
|
1484
|
+
# Optional. Query string to filter results, AND-separated fields in EBNF syntax.
|
|
1485
|
+
# Note: OR operations are not supported in this filter. Supported filter fields:
|
|
1486
|
+
# * last_active_date
|
|
1487
|
+
# @param [String] org_unit_id
|
|
1488
|
+
# The ID of the organizational unit. If omitted, all data will be returned.
|
|
1489
|
+
# @param [Fixnum] page_size
|
|
1490
|
+
# Optional. Maximum number of results to return. Maximum and default are 100.
|
|
1491
|
+
# @param [String] page_token
|
|
1492
|
+
# Optional. Token to specify the page of the request to be returned.
|
|
1493
|
+
# @param [String] fields
|
|
1494
|
+
# Selector specifying which fields to include in a partial response.
|
|
1495
|
+
# @param [String] quota_user
|
|
1496
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1497
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1498
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1499
|
+
# Request-specific options
|
|
1500
|
+
#
|
|
1501
|
+
# @yield [result, err] Result & error if block supplied
|
|
1502
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeProfileVersionsResponse] parsed result object
|
|
1503
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1504
|
+
#
|
|
1505
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeProfileVersionsResponse]
|
|
1506
|
+
#
|
|
1507
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1508
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1509
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1510
|
+
def count_customer_report_chrome_profile_versions(customer, filter: nil, org_unit_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1511
|
+
command = make_simple_command(:get, 'v1/{+customer}/reports:countChromeProfileVersions', options)
|
|
1512
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeProfileVersionsResponse::Representation
|
|
1513
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeProfileVersionsResponse
|
|
1514
|
+
command.params['customer'] = customer unless customer.nil?
|
|
1515
|
+
command.query['filter'] = filter unless filter.nil?
|
|
1516
|
+
command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
|
|
1517
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
1518
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
1519
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1520
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1521
|
+
execute_or_queue_command(command, &block)
|
|
1522
|
+
end
|
|
1523
|
+
|
|
1269
1524
|
# Generate report of installed Chrome versions.
|
|
1270
1525
|
# @param [String] customer
|
|
1271
1526
|
# Required. Customer id or "my_customer" to use the customer associated to the
|
|
@@ -43,6 +43,12 @@ module Google
|
|
|
43
43
|
# See reports about devices and Chrome browsers managed within your organization
|
|
44
44
|
AUTH_CHROME_MANAGEMENT_REPORTS_READONLY = 'https://www.googleapis.com/auth/chrome.management.reports.readonly'
|
|
45
45
|
|
|
46
|
+
# Turn Chrome Security Insights on and off and view the data it generates
|
|
47
|
+
AUTH_CHROME_MANAGEMENT_SECURITYINSIGHTS = 'https://www.googleapis.com/auth/chrome.management.securityinsights'
|
|
48
|
+
|
|
49
|
+
# See Chrome Security Insights reports
|
|
50
|
+
AUTH_CHROME_MANAGEMENT_SECURITYINSIGHTS_READONLY = 'https://www.googleapis.com/auth/chrome.management.securityinsights.readonly'
|
|
51
|
+
|
|
46
52
|
# See basic device and telemetry information collected from ChromeOS devices or users managed within your organization
|
|
47
53
|
AUTH_CHROME_MANAGEMENT_TELEMETRY_READONLY = 'https://www.googleapis.com/auth/chrome.management.telemetry.readonly'
|
|
48
54
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chromemanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|