AppliedLabelChange
Label changes that were made on the Target.
JSON representation |
---|
{
"changes": [
{
object ( |
Fields | |
---|---|
changes[]
|
Changes that were made to the Label on the Target. |
AppliedLabelChangeDetail
A change made to a Label on the Target.
JSON representation |
---|
{ "label": string, "types": [ enum ( |
Fields | |
---|---|
label
|
The Label name representing the Label that changed. This name always contains the revision of the Label that was used when this Action occurred. The format is
|
types[]
|
The types of changes made to the Label on the Target. |
title
|
The human-readable title of the label that changed. |
fieldChanges[]
|
Field Changes. Only present if
|
Type
The type of Label change
Enums | |
---|---|
TYPE_UNSPECIFIED
|
The type of change to this Label is not available. |
LABEL_ADDED
|
The identified Label was added to the Target. |
LABEL_REMOVED
|
The identified Label was removed from the Target. |
LABEL_FIELD_VALUE_CHANGED
|
Field values were changed on the Target. |
LABEL_APPLIED_BY_ITEM_CREATE
|
The Label was applied as a side-effect of Drive item creation. |
FieldValueChange
Change to a Field value.
JSON representation |
---|
{ "fieldId": string, "oldValue": { object ( |
Fields | |
---|---|
fieldId
|
The ID of this field. Field IDs are unique within a Label. |
oldValue
|
The value that was previously set on the field. If not present, the field was newly set. At least one of {oldValue|newValue} is always set. |
newValue
|
The value that is now set on the field. If not present, the field was cleared. At least one of {oldValue|newValue} is always set. |
displayName
|
The human-readable display name for this field. |
FieldValue
Contains a value of a Field.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
value . Field values for all Field types.
value
can be only one of the following:
|
|
text
|
Text Field value. |
textList
|
Text List Field value. |
selection
|
Selection Field value. |
selectionList
|
Selection List Field value. |
integer
|
Integer Field value. |
user
|
User Field value. |
userList
|
User List Field value. |
date
|
Date Field value. |
Text
Wrapper for Text Field value.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value
|
Value of Text Field. |
TextList
Wrapper for Text List Field value.
JSON representation |
---|
{
"values": [
{
object ( |
Fields | |
---|---|
values[]
|
Text values. |
Selection
Wrapper for Selection Field value as combined value/displayName pair for selected choice.
JSON representation |
---|
{ "value": string, "displayName": string } |
Fields | |
---|---|
value
|
Selection value as Field Choice ID. |
displayName
|
Selection value as human-readable display string. |
SelectionList
Wrapper for SelectionList Field value.
JSON representation |
---|
{
"values": [
{
object ( |
Fields | |
---|---|
values[]
|
Selection values. |
Integer
Wrapper for Integer Field value.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value
|
Integer value. |
SingleUser
Wrapper for User Field value.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value
|
User value as email. |
UserList
Wrapper for UserList Field value.
JSON representation |
---|
{
"values": [
{
object ( |
Fields | |
---|---|
values[]
|
User values. |
Date
Wrapper for Date Field value.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value
|
Date value.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:
|