Skip to content

Commit 8ac863d

Browse files
1 parent 51c4d07 commit 8ac863d

File tree

136 files changed

+1646
-1570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1646
-1570
lines changed

clients/google-api-services-drivelabels/v2/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-drivelabels</artifactId>
25-
<version>v2-rev20250602-2.0.0</version>
25+
<version>v2-rev20250807-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-drivelabels:v2-rev20250602-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drivelabels:v2-rev20250807-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/DriveLabels.java

Lines changed: 346 additions & 312 deletions
Large diffs are not rendered by default.

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Deletes one of more Label Permissions.
20+
* Deletes one or more label permissions.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -38,8 +38,8 @@ public final class GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest ext
3838

3939
/**
4040
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
41-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
42-
* the DeleteLabelPermissionRequest messages must either be empty or match this field.
41+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
42+
* the `DeleteLabelPermissionRequest` messages must either be empty or match this field.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -64,8 +64,8 @@ public GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest setRequests(jav
6464

6565
/**
6666
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
67-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
68-
* the DeleteLabelPermissionRequest messages must either be empty or match this field.
67+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
68+
* the `DeleteLabelPermissionRequest` messages must either be empty or match this field.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.Boolean getUseAdminAccess() {
@@ -74,8 +74,8 @@ public java.lang.Boolean getUseAdminAccess() {
7474

7575
/**
7676
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
77-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
78-
* the DeleteLabelPermissionRequest messages must either be empty or match this field.
77+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
78+
* the `DeleteLabelPermissionRequest` messages must either be empty or match this field.
7979
* @param useAdminAccess useAdminAccess or {@code null} for none
8080
*/
8181
public GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest setUseAdminAccess(java.lang.Boolean useAdminAccess) {

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Updates one or more Label Permissions.
20+
* Updates one or more label permissions.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -38,8 +38,8 @@ public final class GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest ext
3838

3939
/**
4040
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
41-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
42-
* the UpdateLabelPermissionRequest messages must either be empty or match this field.
41+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
42+
* the `UpdateLabelPermissionRequest` messages must either be empty or match this field.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -64,8 +64,8 @@ public GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest setRequests(jav
6464

6565
/**
6666
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
67-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
68-
* the UpdateLabelPermissionRequest messages must either be empty or match this field.
67+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
68+
* the `UpdateLabelPermissionRequest` messages must either be empty or match this field.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.Boolean getUseAdminAccess() {
@@ -74,8 +74,8 @@ public java.lang.Boolean getUseAdminAccess() {
7474

7575
/**
7676
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
77-
* an admin for the Label before allowing access. If this is set, the use_admin_access field in
78-
* the UpdateLabelPermissionRequest messages must either be empty or match this field.
77+
* an admin for the label before allowing access. If this is set, the `use_admin_access` field in
78+
* the `UpdateLabelPermissionRequest` messages must either be empty or match this field.
7979
* @param useAdminAccess useAdminAccess or {@code null} for none
8080
*/
8181
public GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest setUseAdminAccess(java.lang.Boolean useAdminAccess) {

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Response for updating one or more Label Permissions.
20+
* Response for updating one or more label permissions.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2DateLimits.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Limits for date Field type.
20+
* Limits for date field type.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -30,29 +30,29 @@
3030
public final class GoogleAppsDriveLabelsV2DateLimits extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Maximum value for the date Field type.
33+
* Maximum value for the date field type.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private GoogleTypeDate maxValue;
3838

3939
/**
40-
* Minimum value for the date Field type.
40+
* Minimum value for the date field type.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private GoogleTypeDate minValue;
4545

4646
/**
47-
* Maximum value for the date Field type.
47+
* Maximum value for the date field type.
4848
* @return value or {@code null} for none
4949
*/
5050
public GoogleTypeDate getMaxValue() {
5151
return maxValue;
5252
}
5353

5454
/**
55-
* Maximum value for the date Field type.
55+
* Maximum value for the date field type.
5656
* @param maxValue maxValue or {@code null} for none
5757
*/
5858
public GoogleAppsDriveLabelsV2DateLimits setMaxValue(GoogleTypeDate maxValue) {
@@ -61,15 +61,15 @@ public GoogleAppsDriveLabelsV2DateLimits setMaxValue(GoogleTypeDate maxValue) {
6161
}
6262

6363
/**
64-
* Minimum value for the date Field type.
64+
* Minimum value for the date field type.
6565
* @return value or {@code null} for none
6666
*/
6767
public GoogleTypeDate getMinValue() {
6868
return minValue;
6969
}
7070

7171
/**
72-
* Minimum value for the date Field type.
72+
* Minimum value for the date field type.
7373
* @param minValue minValue or {@code null} for none
7474
*/
7575
public GoogleAppsDriveLabelsV2DateLimits setMinValue(GoogleTypeDate minValue) {

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Deletes a Label Permission. Permissions affect the Label resource as a whole, are not revisioned,
21-
* and do not require publishing.
20+
* Deletes a label permission. Permissions affect the label resource as a whole, aren't revisioned,
21+
* and don't require publishing.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -31,30 +31,30 @@
3131
public final class GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. Label Permission resource name.
34+
* Required. Label permission resource name.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String name;
3939

4040
/**
4141
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
42-
* an admin for the Label before allowing access.
42+
* an admin for the label before allowing access.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.Boolean useAdminAccess;
4747

4848
/**
49-
* Required. Label Permission resource name.
49+
* Required. Label permission resource name.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getName() {
5353
return name;
5454
}
5555

5656
/**
57-
* Required. Label Permission resource name.
57+
* Required. Label permission resource name.
5858
* @param name name or {@code null} for none
5959
*/
6060
public GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest setName(java.lang.String name) {
@@ -64,7 +64,7 @@ public GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest setName(java.lang.Str
6464

6565
/**
6666
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
67-
* an admin for the Label before allowing access.
67+
* an admin for the label before allowing access.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.Boolean getUseAdminAccess() {
@@ -73,7 +73,7 @@ public java.lang.Boolean getUseAdminAccess() {
7373

7474
/**
7575
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
76-
* an admin for the Label before allowing access.
76+
* an admin for the label before allowing access.
7777
* @param useAdminAccess useAdminAccess or {@code null} for none
7878
*/
7979
public GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest setUseAdminAccess(java.lang.Boolean useAdminAccess) {

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* The set of requests for updating aspects of a Label. If any request is not valid, no requests
21-
* will be applied.
20+
* The set of requests for updating aspects of a label. If any request isn't valid, no requests will
21+
* be applied.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -31,15 +31,15 @@
3131
public final class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The BCP-47 language code to use for evaluating localized Field labels when
34+
* The BCP-47 language code to use for evaluating localized field labels when
3535
* `include_label_in_response` is `true`.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String languageCode;
4040

4141
/**
42-
* A list of updates to apply to the Label. Requests will be applied in the order they are
42+
* A list of updates to apply to the label. Requests will be applied in the order they are
4343
* specified.
4444
* The value may be {@code null}.
4545
*/
@@ -48,7 +48,7 @@ public final class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest extends com.go
4848

4949
/**
5050
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
51-
* an admin for the Label before allowing access.
51+
* an admin for the label before allowing access.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -69,7 +69,7 @@ public final class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest extends com.go
6969
private GoogleAppsDriveLabelsV2WriteControl writeControl;
7070

7171
/**
72-
* The BCP-47 language code to use for evaluating localized Field labels when
72+
* The BCP-47 language code to use for evaluating localized field labels when
7373
* `include_label_in_response` is `true`.
7474
* @return value or {@code null} for none
7575
*/
@@ -78,7 +78,7 @@ public java.lang.String getLanguageCode() {
7878
}
7979

8080
/**
81-
* The BCP-47 language code to use for evaluating localized Field labels when
81+
* The BCP-47 language code to use for evaluating localized field labels when
8282
* `include_label_in_response` is `true`.
8383
* @param languageCode languageCode or {@code null} for none
8484
*/
@@ -88,7 +88,7 @@ public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest setLanguageCode(java.lang.
8888
}
8989

9090
/**
91-
* A list of updates to apply to the Label. Requests will be applied in the order they are
91+
* A list of updates to apply to the label. Requests will be applied in the order they are
9292
* specified.
9393
* @return value or {@code null} for none
9494
*/
@@ -97,7 +97,7 @@ public java.util.List<GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest> get
9797
}
9898

9999
/**
100-
* A list of updates to apply to the Label. Requests will be applied in the order they are
100+
* A list of updates to apply to the label. Requests will be applied in the order they are
101101
* specified.
102102
* @param requests requests or {@code null} for none
103103
*/
@@ -108,7 +108,7 @@ public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest setRequests(java.util.List
108108

109109
/**
110110
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
111-
* an admin for the Label before allowing access.
111+
* an admin for the label before allowing access.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.lang.Boolean getUseAdminAccess() {
@@ -117,7 +117,7 @@ public java.lang.Boolean getUseAdminAccess() {
117117

118118
/**
119119
* Set to `true` in order to use the user's admin credentials. The server will verify the user is
120-
* an admin for the Label before allowing access.
120+
* an admin for the label before allowing access.
121121
* @param useAdminAccess useAdminAccess or {@code null} for none
122122
*/
123123
public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest setUseAdminAccess(java.lang.Boolean useAdminAccess) {

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Request to create a Field within a Label.
20+
* Request to create a field within a label.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:

clients/google-api-services-drivelabels/v2/2.0.0/com/google/api/services/drivelabels/v2/model/GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.drivelabels.v2.model;
1818

1919
/**
20-
* Request to create a Selection Choice.
20+
* Request to create a selection choice.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Drive Labels API. For a detailed explanation see:
@@ -30,29 +30,29 @@
3030
public final class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. The Choice to create.
33+
* Required. The choice to create.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice choice;
3838

3939
/**
40-
* Required. The Selection Field in which a Choice will be created.
40+
* Required. The selection field in which a choice will be created.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String fieldId;
4545

4646
/**
47-
* Required. The Choice to create.
47+
* Required. The choice to create.
4848
* @return value or {@code null} for none
4949
*/
5050
public GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice getChoice() {
5151
return choice;
5252
}
5353

5454
/**
55-
* Required. The Choice to create.
55+
* Required. The choice to create.
5656
* @param choice choice or {@code null} for none
5757
*/
5858
public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest setChoice(GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice choice) {
@@ -61,15 +61,15 @@ public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceReques
6161
}
6262

6363
/**
64-
* Required. The Selection Field in which a Choice will be created.
64+
* Required. The selection field in which a choice will be created.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getFieldId() {
6868
return fieldId;
6969
}
7070

7171
/**
72-
* Required. The Selection Field in which a Choice will be created.
72+
* Required. The selection field in which a choice will be created.
7373
* @param fieldId fieldId or {@code null} for none
7474
*/
7575
public GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest setFieldId(java.lang.String fieldId) {

0 commit comments

Comments
 (0)