Lines Matching full:folder

79 <p class="firstline">Creates a Folder in the resource hierarchy.</p>
82 <p class="firstline">Requests deletion of a Folder. The Folder is moved into the</p>
85 <p class="firstline">Retrieves a Folder identified by the supplied resource name.</p>
88 <p class="firstline">Gets the access control policy for a Folder. The returned policy may be</p>
97 <p class="firstline">Moves a Folder under a new resource parent.</p>
100 <p class="firstline">Updates a Folder, changing its display_name.</p>
109 <p class="firstline">Sets the access control policy on a Folder, replacing any existing policy.</p>
112 <p class="firstline">Returns permissions that a caller has on the specified Folder.</p>
115 <p class="firstline">Cancels the deletion request for a Folder. This method may only be</p>
119 <pre>Creates a Folder in the resource hierarchy.
121 folder creation workflow.
123 created Folder.
125 In order to succeed, the addition of this new Folder must not violate
126 the Folder naming, height or fanout constraints.
128 + The Folder's display_name must be distinct from all other Folder's that
130 + The addition of the Folder must not cause the active Folder hierarchy
131 to exceed a height of 4. Note, the full active + deleted Folder hierarchy
134 + The addition of the Folder must not cause the total number of Folders
137 If the operation fails due to a folder constraint violation, some errors
139 FAILED_PRECONDITION and an error description. Other folder constraint
151 { # A Folder in an Organization's resource hierarchy, used to
153 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
154 "displayName": "A String", # The folder’s display name.
155 # A folder’s display name must be unique amongst its siblings, e.g.
161 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
165 "parent": "A String", # The Folder’s parent's resource name.
166 # Updates to the folder's parent must be performed via
168 "name": "A String", # Output only. The resource name of the Folder.
172 parent: string, The resource name of the new Folder's parent.
229 <pre>Requests deletion of a Folder. The Folder is moved into the
232 only be called on an empty Folder in the
233 ACTIVE state, where a Folder is empty if
237 identified folder.
240 name: string, the resource name of the Folder to be deleted.
250 { # A Folder in an Organization's resource hierarchy, used to
252 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
253 "displayName": "A String", # The folder’s display name.
254 # A folder’s display name must be unique amongst its siblings, e.g.
260 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
264 "parent": "A String", # The Folder’s parent's resource name.
265 # Updates to the folder's parent must be performed via
267 "name": "A String", # Output only. The resource name of the Folder.
274 <pre>Retrieves a Folder identified by the supplied resource name.
275 Valid Folder resource names have the format `folders/{folder_id}`
278 identified folder.
281 name: string, The resource name of the Folder to retrieve.
291 { # A Folder in an Organization's resource hierarchy, used to
293 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
294 "displayName": "A String", # The folder’s display name.
295 # A folder’s display name must be unique amongst its siblings, e.g.
301 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
305 "parent": "A String", # The Folder’s parent's resource name.
306 # Updates to the folder's parent must be performed via
308 "name": "A String", # Output only. The resource name of the Folder.
315 <pre>Gets the access control policy for a Folder. The returned policy may be
317 be the Folder's resource name, e.g. "folders/1234".
319 on the identified folder.
546 parent: string, The resource name of the Organization or Folder whose Folders are
573 { # A Folder in an Organization's resource hierarchy, used to
575 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
576 "displayName": "A String", # The folder’s display name.
577 # A folder’s display name must be unique amongst its siblings, e.g.
583 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
587 "parent": "A String", # The Folder’s parent's resource name.
588 # Updates to the folder's parent must be performed via
590 "name": "A String", # Output only. The resource name of the Folder.
613 <pre>Moves a Folder under a new resource parent.
615 folder move workflow.
617 moved Folder.
625 Folder moves will be rejected if they violate either the naming, height
629 folder's current and proposed new parent.
632 name: string, The resource name of the Folder to move.
638 "destinationParent": "A String", # The resource name of the Folder or Organization to reparent
639 # the folder under.
698 <pre>Updates a Folder, changing its display_name.
699 Changes to the folder display_name will be rejected if they violate either
703 The Folder's display name must start and end with a letter or digit,
708 identified folder.
715 name: string, Output only. The resource name of the Folder.
720 { # A Folder in an Organization's resource hierarchy, used to
722 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
723 "displayName": "A String", # The folder’s display name.
724 # A folder’s display name must be unique amongst its siblings, e.g.
730 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
734 "parent": "A String", # The Folder’s parent's resource name.
735 # Updates to the folder's parent must be performed via
737 "name": "A String", # Output only. The resource name of the Folder.
751 { # A Folder in an Organization's resource hierarchy, used to
753 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
754 "displayName": "A String", # The folder’s display name.
755 # A folder’s display name must be unique amongst its siblings, e.g.
761 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
765 "parent": "A String", # The Folder’s parent's resource name.
766 # Updates to the folder's parent must be performed via
768 "name": "A String", # Output only. The resource name of the Folder.
824 "folders": [ # A possibly paginated folder search results.
826 { # A Folder in an Organization's resource hierarchy, used to
828 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
829 "displayName": "A String", # The folder’s display name.
830 # A folder’s display name must be unique amongst its siblings, e.g.
836 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
840 "parent": "A String", # The Folder’s parent's resource name.
841 # Updates to the folder's parent must be performed via
843 "name": "A String", # Output only. The resource name of the Folder.
869 <pre>Sets the access control policy on a Folder, replacing any existing policy.
870 The `resource` field should be the Folder's resource name, e.g.
873 on the identified folder.
1294 <pre>Returns permissions that a caller has on the specified Folder.
1295 The `resource` field should be the Folder's resource name,
1333 <pre>Cancels the deletion request for a Folder. This method may only be
1334 called on a Folder in the
1336 In order to succeed, the Folder's parent must be in the
1338 In addition, reintroducing the folder into the tree must not violate
1339 folder naming, height and fanout constraints described in the
1342 identified folder.
1345 name: string, The resource name of the Folder to undelete.
1361 { # A Folder in an Organization's resource hierarchy, used to
1363 …"createTime": "A String", # Output only. Timestamp when the Folder was created. Assigned by the se…
1364 "displayName": "A String", # The folder’s display name.
1365 # A folder’s display name must be unique amongst its siblings, e.g.
1371 "lifecycleState": "A String", # Output only. The lifecycle state of the folder.
1375 "parent": "A String", # The Folder’s parent's resource name.
1376 # Updates to the folder's parent must be performed via
1378 "name": "A String", # Output only. The resource name of the Folder.