REST Resource: tagValues.tagHolds

Resource: TagHold

A TagHold represents the use of a TagValue that is not captured by TagBindings. If a TagValue has any TagHolds, deletion will be blocked. This resource is intended to be created in the same cloud location as the holder .

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "holder" 
 : 
 string 
 , 
 "origin" 
 : 
 string 
 , 
 "helpLink" 
 : 
 string 
 , 
 "createTime" 
 : 
 string 
 } 
Fields
name

string

Output only. The resource name of a TagHold. This is a String of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id} (e.g. tagValues/123/tagHolds/456 ). This resource name is generated by the server.

holder

string

Required. The name of the resource where the TagValue is being used. Must be less than 200 characters. E.g. //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group

origin

string

Optional. An optional string representing the origin of this request. This field should include human-understandable information to distinguish origins from each other. Must be less than 200 characters. E.g. migs-35678234

createTime

string ( Timestamp format)

Output only. The time this TagHold was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .

Methods

create

Creates a TagHold.

delete

Deletes a TagHold.

list

Lists TagHolds under a TagValue.
Create a Mobile Website
View Site in Mobile | Classic
Share by: