You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Required. Label on which Locks are applied. Format: labels/{label} (required)
98
+
pageSize: integer, Maximum number of Locks to return per page. Default: 100. Max: 200.
99
+
pageToken: string, The token of the page to return.
100
+
x__xgafv: string, V1 error format.
101
+
Allowed values
102
+
1 - v1 error format
103
+
2 - v2 error format
104
+
105
+
Returns:
106
+
An object of the form:
107
+
108
+
{ # The response to a ListLabelLocksRequest.
109
+
"labelLocks": [ # LabelLocks.
110
+
{ # A Lock that can be applied to a Label, Field, or Choice.
111
+
"capabilities": { # A description of a user's capabilities on a LabelLock. # Output only. The user's capabilities on this LabelLock.
112
+
"canViewPolicy": True or False, # True if the user is authorized to view the policy.
113
+
},
114
+
"choiceId": "A String", # The ID of the Selection Field Choice that should be locked. If present, `field_id` must also be present.
115
+
"createTime": "A String", # Output only. The time this LabelLock was created.
116
+
"creator": { # Information about a user. # Output only. The user whose credentials were used to create the LabelLock. This will not be present if no user was responsible for creating the LabelLock.
117
+
"person": "A String", # The identifier for this user that can be used with the People API to get more information. For example, people/12345678.
118
+
},
119
+
"deleteTime": "A String", # Output only. A timestamp indicating when this LabelLock was scheduled for deletion. This will be present only if this LabelLock is in the DELETING state.
120
+
"fieldId": "A String", # The ID of the Field that should be locked. Empty if the whole Label should be locked.
121
+
"name": "A String", # Output only. Resource name of this LabelLock.
122
+
"state": "A String", # Output only. This LabelLock's state.
123
+
},
124
+
],
125
+
"nextPageToken": "A String", # The token of the next page in the response.
0 commit comments