Skip to content

Commit 30dd601

Browse files
1 parent 055bc13 commit 30dd601

13 files changed

Lines changed: 1735 additions & 6 deletions

clients/google-api-services-chromemanagement/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-chromemanagement</artifactId>
25-
<version>v1-rev20260601-2.0.0</version>
25+
<version>v1-rev20260611-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260601-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260611-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/ChromeManagement.java

Lines changed: 951 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/ChromeManagementScopes.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ public class ChromeManagementScopes {
3535
/** See reports about devices and Chrome browsers managed within your organization. */
3636
public static final String CHROME_MANAGEMENT_REPORTS_READONLY = "https://www.googleapis.com/auth/chrome.management.reports.readonly";
3737

38+
/** Turn Chrome Security Insights on and off and view the data it generates. */
39+
public static final String CHROME_MANAGEMENT_SECURITYINSIGHTS = "https://www.googleapis.com/auth/chrome.management.securityinsights";
40+
41+
/** See Chrome Security Insights reports. */
42+
public static final String CHROME_MANAGEMENT_SECURITYINSIGHTS_READONLY = "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly";
43+
3844
/** See basic device and telemetry information collected from ChromeOS devices or users managed within your organization. */
3945
public static final String CHROME_MANAGEMENT_TELEMETRY_READONLY = "https://www.googleapis.com/auth/chrome.management.telemetry.readonly";
4046

@@ -49,6 +55,8 @@ public static java.util.Set<String> all() {
4955
set.add(CHROME_MANAGEMENT_PROFILES);
5056
set.add(CHROME_MANAGEMENT_PROFILES_READONLY);
5157
set.add(CHROME_MANAGEMENT_REPORTS_READONLY);
58+
set.add(CHROME_MANAGEMENT_SECURITYINSIGHTS);
59+
set.add(CHROME_MANAGEMENT_SECURITYINSIGHTS_READONLY);
5260
set.add(CHROME_MANAGEMENT_TELEMETRY_READONLY);
5361
return java.util.Collections.unmodifiableSet(set);
5462
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.chromemanagement.v1.model;
18+
19+
/**
20+
* A content transfers summary for a given breakdown dimension.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Chrome Management API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleChromeManagementVersionsV1ContentTransfersBreakdown extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The content category of the content transfers.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String contentCategory;
39+
40+
/**
41+
* The event domain of the content transfers.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String eventDomain;
46+
47+
/**
48+
* The summary of content transfers for the breakdown dimension.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private GoogleChromeManagementVersionsV1ContentTransfersSummary summary;
53+
54+
/**
55+
* The user that transferred the content.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String user;
60+
61+
/**
62+
* The content category of the content transfers.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getContentCategory() {
66+
return contentCategory;
67+
}
68+
69+
/**
70+
* The content category of the content transfers.
71+
* @param contentCategory contentCategory or {@code null} for none
72+
*/
73+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown setContentCategory(java.lang.String contentCategory) {
74+
this.contentCategory = contentCategory;
75+
return this;
76+
}
77+
78+
/**
79+
* The event domain of the content transfers.
80+
* @return value or {@code null} for none
81+
*/
82+
public java.lang.String getEventDomain() {
83+
return eventDomain;
84+
}
85+
86+
/**
87+
* The event domain of the content transfers.
88+
* @param eventDomain eventDomain or {@code null} for none
89+
*/
90+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown setEventDomain(java.lang.String eventDomain) {
91+
this.eventDomain = eventDomain;
92+
return this;
93+
}
94+
95+
/**
96+
* The summary of content transfers for the breakdown dimension.
97+
* @return value or {@code null} for none
98+
*/
99+
public GoogleChromeManagementVersionsV1ContentTransfersSummary getSummary() {
100+
return summary;
101+
}
102+
103+
/**
104+
* The summary of content transfers for the breakdown dimension.
105+
* @param summary summary or {@code null} for none
106+
*/
107+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown setSummary(GoogleChromeManagementVersionsV1ContentTransfersSummary summary) {
108+
this.summary = summary;
109+
return this;
110+
}
111+
112+
/**
113+
* The user that transferred the content.
114+
* @return value or {@code null} for none
115+
*/
116+
public java.lang.String getUser() {
117+
return user;
118+
}
119+
120+
/**
121+
* The user that transferred the content.
122+
* @param user user or {@code null} for none
123+
*/
124+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown setUser(java.lang.String user) {
125+
this.user = user;
126+
return this;
127+
}
128+
129+
@Override
130+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown set(String fieldName, Object value) {
131+
return (GoogleChromeManagementVersionsV1ContentTransfersBreakdown) super.set(fieldName, value);
132+
}
133+
134+
@Override
135+
public GoogleChromeManagementVersionsV1ContentTransfersBreakdown clone() {
136+
return (GoogleChromeManagementVersionsV1ContentTransfersBreakdown) super.clone();
137+
}
138+
139+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.chromemanagement.v1.model;
18+
19+
/**
20+
* Summary of content transfers for a given metric.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Chrome Management API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleChromeManagementVersionsV1ContentTransfersSummary extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The count of the content transfers metric.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
38+
private java.lang.Long count;
39+
40+
/**
41+
* The type of content transfers metric.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String metric;
46+
47+
/**
48+
* The count of the content transfers metric.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.Long getCount() {
52+
return count;
53+
}
54+
55+
/**
56+
* The count of the content transfers metric.
57+
* @param count count or {@code null} for none
58+
*/
59+
public GoogleChromeManagementVersionsV1ContentTransfersSummary setCount(java.lang.Long count) {
60+
this.count = count;
61+
return this;
62+
}
63+
64+
/**
65+
* The type of content transfers metric.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getMetric() {
69+
return metric;
70+
}
71+
72+
/**
73+
* The type of content transfers metric.
74+
* @param metric metric or {@code null} for none
75+
*/
76+
public GoogleChromeManagementVersionsV1ContentTransfersSummary setMetric(java.lang.String metric) {
77+
this.metric = metric;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleChromeManagementVersionsV1ContentTransfersSummary set(String fieldName, Object value) {
83+
return (GoogleChromeManagementVersionsV1ContentTransfersSummary) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleChromeManagementVersionsV1ContentTransfersSummary clone() {
88+
return (GoogleChromeManagementVersionsV1ContentTransfersSummary) super.clone();
89+
}
90+
91+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.chromemanagement.v1.model;
18+
19+
/**
20+
* Response message for QueryContentTransfersBreakdowns.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Chrome Management API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The content transfer breakdowns from the specified insight.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<GoogleChromeManagementVersionsV1ContentTransfersBreakdown> contentTransfersBreakdowns;
39+
40+
static {
41+
// hack to force ProGuard to consider GoogleChromeManagementVersionsV1ContentTransfersBreakdown used, since otherwise it would be stripped out
42+
// see https://github.com/google/google-api-java-client/issues/543
43+
com.google.api.client.util.Data.nullOf(GoogleChromeManagementVersionsV1ContentTransfersBreakdown.class);
44+
}
45+
46+
/**
47+
* A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted,
48+
* there are no subsequent pages.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String nextPageToken;
53+
54+
/**
55+
* The content transfer breakdowns from the specified insight.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.util.List<GoogleChromeManagementVersionsV1ContentTransfersBreakdown> getContentTransfersBreakdowns() {
59+
return contentTransfersBreakdowns;
60+
}
61+
62+
/**
63+
* The content transfer breakdowns from the specified insight.
64+
* @param contentTransfersBreakdowns contentTransfersBreakdowns or {@code null} for none
65+
*/
66+
public GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse setContentTransfersBreakdowns(java.util.List<GoogleChromeManagementVersionsV1ContentTransfersBreakdown> contentTransfersBreakdowns) {
67+
this.contentTransfersBreakdowns = contentTransfersBreakdowns;
68+
return this;
69+
}
70+
71+
/**
72+
* A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted,
73+
* there are no subsequent pages.
74+
* @return value or {@code null} for none
75+
*/
76+
public java.lang.String getNextPageToken() {
77+
return nextPageToken;
78+
}
79+
80+
/**
81+
* A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted,
82+
* there are no subsequent pages.
83+
* @param nextPageToken nextPageToken or {@code null} for none
84+
*/
85+
public GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse setNextPageToken(java.lang.String nextPageToken) {
86+
this.nextPageToken = nextPageToken;
87+
return this;
88+
}
89+
90+
@Override
91+
public GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse set(String fieldName, Object value) {
92+
return (GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse) super.set(fieldName, value);
93+
}
94+
95+
@Override
96+
public GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse clone() {
97+
return (GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse) super.clone();
98+
}
99+
100+
}

0 commit comments

Comments
 (0)