Skip to content

Commit

Permalink
feat(drivelabels): update the api
Browse files Browse the repository at this point in the history
#### drivelabels:v2

The following keys were deleted:
- schemas.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest.properties.longTextOptions.$ref (Total Keys: 1)
- schemas.GoogleAppsDriveLabelsV2FieldLongTextOptions (Total Keys: 8)

#### drivelabels:v2beta

The following keys were deleted:
- schemas.GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldTypeRequest.properties.longTextOptions.$ref (Total Keys: 1)
- schemas.GoogleAppsDriveLabelsV2betaFieldLongTextOptions (Total Keys: 8)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent c7f4ca2 commit a68c9a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
4 changes: 0 additions & 4 deletions docs/dyn/drivelabels_v2.labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,6 @@ <h3>Method Details</h3>
&quot;maxValue&quot;: &quot;A String&quot;, # Output only. The maximum valid value for the integer field.
&quot;minValue&quot;: &quot;A String&quot;, # Output only. The minimum valid value for the integer field.
},
&quot;longTextOptions&quot;: { # Options the Long Text field type. # Update field to Long Text.
&quot;maxLength&quot;: 42, # Output only. The maximum valid length of values for the text field.
&quot;minLength&quot;: 42, # Output only. The minimum valid length of values for the text field.
},
&quot;selectionOptions&quot;: { # Options for the selection field type. # Update field to Selection.
&quot;choices&quot;: [ # The options available for this selection field. The list order is consistent, and modified with `insert_before_choice`.
{ # Selection field choice.
Expand Down
4 changes: 0 additions & 4 deletions docs/dyn/drivelabels_v2beta.labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,6 @@ <h3>Method Details</h3>
&quot;maxValue&quot;: &quot;A String&quot;, # Output only. The maximum valid value for the integer field.
&quot;minValue&quot;: &quot;A String&quot;, # Output only. The minimum valid value for the integer field.
},
&quot;longTextOptions&quot;: { # Options the Long Text field type. # Update field to Long Text.
&quot;maxLength&quot;: 42, # Output only. The maximum valid length of values for the text field.
&quot;minLength&quot;: 42, # Output only. The minimum valid length of values for the text field.
},
&quot;selectionOptions&quot;: { # Options for the selection field type. # Update field to Selection.
&quot;choices&quot;: [ # The options available for this selection field. The list order is consistent, and modified with `insert_before_choice`.
{ # Selection field choice.
Expand Down
25 changes: 1 addition & 24 deletions googleapiclient/discovery_cache/documents/drivelabels.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
}
}
},
"revision": "20231204",
"revision": "20231218",
"rootUrl": "https://drivelabels.googleapis.com/",
"schemas": {
"GoogleAppsDriveLabelsV2BadgeColors": {
Expand Down Expand Up @@ -1404,10 +1404,6 @@
"$ref": "GoogleAppsDriveLabelsV2FieldIntegerOptions",
"description": "Update field to Integer."
},
"longTextOptions": {
"$ref": "GoogleAppsDriveLabelsV2FieldLongTextOptions",
"description": "Update field to Long Text."
},
"selectionOptions": {
"$ref": "GoogleAppsDriveLabelsV2FieldSelectionOptions",
"description": "Update field to Selection."
Expand Down Expand Up @@ -1950,25 +1946,6 @@
},
"type": "object"
},
"GoogleAppsDriveLabelsV2FieldLongTextOptions": {
"description": "Options the Long Text field type.",
"id": "GoogleAppsDriveLabelsV2FieldLongTextOptions",
"properties": {
"maxLength": {
"description": "Output only. The maximum valid length of values for the text field.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"minLength": {
"description": "Output only. The minimum valid length of values for the text field.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleAppsDriveLabelsV2FieldProperties": {
"description": "The basic properties of the field.",
"id": "GoogleAppsDriveLabelsV2FieldProperties",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
}
}
},
"revision": "20231204",
"revision": "20231218",
"rootUrl": "https://drivelabels.googleapis.com/",
"schemas": {
"GoogleAppsDriveLabelsV2betaBadgeColors": {
Expand Down Expand Up @@ -1404,10 +1404,6 @@
"$ref": "GoogleAppsDriveLabelsV2betaFieldIntegerOptions",
"description": "Update field to Integer."
},
"longTextOptions": {
"$ref": "GoogleAppsDriveLabelsV2betaFieldLongTextOptions",
"description": "Update field to Long Text."
},
"selectionOptions": {
"$ref": "GoogleAppsDriveLabelsV2betaFieldSelectionOptions",
"description": "Update field to Selection."
Expand Down Expand Up @@ -1950,25 +1946,6 @@
},
"type": "object"
},
"GoogleAppsDriveLabelsV2betaFieldLongTextOptions": {
"description": "Options the Long Text field type.",
"id": "GoogleAppsDriveLabelsV2betaFieldLongTextOptions",
"properties": {
"maxLength": {
"description": "Output only. The maximum valid length of values for the text field.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"minLength": {
"description": "Output only. The minimum valid length of values for the text field.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"GoogleAppsDriveLabelsV2betaFieldProperties": {
"description": "The basic properties of the field.",
"id": "GoogleAppsDriveLabelsV2betaFieldProperties",
Expand Down

0 comments on commit a68c9a8

Please sign in to comment.