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
Copy file name to clipboardExpand all lines: docs/dyn/cloudresourcemanager_v1.liens.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
85
85
<pclass="firstline">Delete a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.updateLiens`.</p>
<pclass="firstline">Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission requires permission `resourcemanager.projects.get` or `resourcemanager.projects.updateLiens`.</p>
88
+
<pclass="firstline">Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`</p>
<pclass="firstline">List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.</p>
<pre>Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission requires permission `resourcemanager.projects.get` or `resourcemanager.projects.updateLiens`.
160
+
<pre>Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`
161
161
162
162
Args:
163
163
name: string, Required. The name/identifier of the Lien. (required)
<pclass="firstline">Create a Lien which applies to the resource denoted by the `parent` field. Callers of this method will require permission on the `parent` resource. For example, applying to `projects/1234` requires permission `resourcemanager.projects.updateLiens`. NOTE: Some resources may limit the number of Liens which may be applied.</p>
<pclass="firstline">Delete a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.updateLiens`.</p>
<pclass="firstline">Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`</p>
<pclass="firstline">List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.</p>
<pre>Create a Lien which applies to the resource denoted by the `parent` field. Callers of this method will require permission on the `parent` resource. For example, applying to `projects/1234` requires permission `resourcemanager.projects.updateLiens`. NOTE: Some resources may limit the number of Liens which may be applied.
104
+
105
+
Args:
106
+
body: object, The request body.
107
+
The object takes the form of:
108
+
109
+
{ # A Lien represents an encumbrance on the actions that can be performed on a resource.
110
+
"createTime": "A String", # The creation time of this Lien.
111
+
"name": "A String", # A system-generated unique identifier for this Lien. Example: `liens/1234abcd`
112
+
"origin": "A String", # A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example: 'compute.googleapis.com'
113
+
"parent": "A String", # A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: `projects/1234`
114
+
"reason": "A String", # Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key'
115
+
"restrictions": [ # The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']
116
+
"A String",
117
+
],
118
+
}
119
+
120
+
x__xgafv: string, V1 error format.
121
+
Allowed values
122
+
1 - v1 error format
123
+
2 - v2 error format
124
+
125
+
Returns:
126
+
An object of the form:
127
+
128
+
{ # A Lien represents an encumbrance on the actions that can be performed on a resource.
129
+
"createTime": "A String", # The creation time of this Lien.
130
+
"name": "A String", # A system-generated unique identifier for this Lien. Example: `liens/1234abcd`
131
+
"origin": "A String", # A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example: 'compute.googleapis.com'
132
+
"parent": "A String", # A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: `projects/1234`
133
+
"reason": "A String", # Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key'
134
+
"restrictions": [ # The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']
<pre>Delete a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.updateLiens`.
143
+
144
+
Args:
145
+
name: string, Required. The name/identifier of the Lien to delete. (required)
146
+
x__xgafv: string, V1 error format.
147
+
Allowed values
148
+
1 - v1 error format
149
+
2 - v2 error format
150
+
151
+
Returns:
152
+
An object of the form:
153
+
154
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
<pre>Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`
161
+
162
+
Args:
163
+
name: string, Required. The name/identifier of the Lien. (required)
164
+
x__xgafv: string, V1 error format.
165
+
Allowed values
166
+
1 - v1 error format
167
+
2 - v2 error format
168
+
169
+
Returns:
170
+
An object of the form:
171
+
172
+
{ # A Lien represents an encumbrance on the actions that can be performed on a resource.
173
+
"createTime": "A String", # The creation time of this Lien.
174
+
"name": "A String", # A system-generated unique identifier for this Lien. Example: `liens/1234abcd`
175
+
"origin": "A String", # A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example: 'compute.googleapis.com'
176
+
"parent": "A String", # A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: `projects/1234`
177
+
"reason": "A String", # Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key'
178
+
"restrictions": [ # The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']
<pre>List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
187
+
188
+
Args:
189
+
pageSize: integer, The maximum number of items to return. This is a suggestion for the server.
190
+
pageToken: string, The `next_page_token` value returned from a previous List request, if any.
191
+
parent: string, Required. The name of the resource to list all attached Liens. For example, `projects/1234`. (google.api.field_policy).resource_type annotation is not set since the parent depends on the meta api implementation. This field could be a project or other sub project resources.
192
+
x__xgafv: string, V1 error format.
193
+
Allowed values
194
+
1 - v1 error format
195
+
2 - v2 error format
196
+
197
+
Returns:
198
+
An object of the form:
199
+
200
+
{ # The response message for Liens.ListLiens.
201
+
"liens": [ # A list of Liens.
202
+
{ # A Lien represents an encumbrance on the actions that can be performed on a resource.
203
+
"createTime": "A String", # The creation time of this Lien.
204
+
"name": "A String", # A system-generated unique identifier for this Lien. Example: `liens/1234abcd`
205
+
"origin": "A String", # A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example: 'compute.googleapis.com'
206
+
"parent": "A String", # A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: `projects/1234`
207
+
"reason": "A String", # Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key'
208
+
"restrictions": [ # The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']
209
+
"A String",
210
+
],
211
+
},
212
+
],
213
+
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
0 commit comments