Cloud CDN API, gRPC: ResourceService.ListAttributes
List resource attributes.
gRPC request
rpc ListAttributes (ListResourceAttributesRequest) returns (ListResourceAttributesResponse)
ListResourceAttributesRequest
{
"folder_id": "string"
}
|
Field |
Description |
|
folder_id |
string Required field. Folder ID to list attributes. The maximum string length in characters is 50. |
ListResourceAttributesResponse
{
"attributes": "map<string, Value>"
}
|
Field |
Description |
|
attributes |
object (map<string, Value>) Mapping resource ID to its attributes. |
Value
|
Field |
Description |
|
nullValue |
enum NullValue Includes only one of the fields |
|
numberValue |
double Includes only one of the fields |
|
stringValue |
string Includes only one of the fields |
|
boolValue |
bool Includes only one of the fields |
|
structValue |
Includes only one of the fields |
|
listValue |
Includes only one of the fields |
ListValue
|
Field |
Description |
|
values[] |