REST Resource: resources.features
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Feature
Public API: Resources.features
JSON representation |
{
"name": string,
"kind": string,
"etags": string
} |
Fields |
name |
string
The name of the feature.
|
kind |
string
Kind of resource this is.
|
etags |
string
ETag of the resource.
|
Methods |
|
Deletes a feature. |
|
Retrieves a feature. |
|
Inserts a feature. |
|
Retrieves a list of features for an account. |
|
Patches a feature. |
|
Renames a feature. |
|
Updates a feature. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# REST Resource: resources.features\n\nResource: Feature\n-----------------\n\nPublic API: Resources.features\n\n| JSON representation |\n|-------------------------------------------------------------|\n| ``` { \"name\": string, \"kind\": string, \"etags\": string } ``` |\n\n| Fields ||\n|---------|------------------------------------|\n| `name` | `string` The name of the feature. |\n| `kind` | `string` Kind of resource this is. |\n| `etags` | `string` ETag of the resource. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|----------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/resources.features/delete) | Deletes a feature. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/resources.features/get) | Retrieves a feature. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/resources.features/insert) | Inserts a feature. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/resources.features/list) | Retrieves a list of features for an account. |\n| ### [patch](/workspace/admin/directory/reference/rest/v1/resources.features/patch) | Patches a feature. |\n| ### [rename](/workspace/admin/directory/reference/rest/v1/resources.features/rename) | Renames a feature. |\n| ### [update](/workspace/admin/directory/reference/rest/v1/resources.features/update) | Updates a feature. |"]]