Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3 | |
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.TagKeys.Create |
CloudResourceManager.TagKeys.create(TagKey content)
Creates a new TagKey.
|
CloudResourceManager.TagKeys.Patch |
CloudResourceManager.TagKeys.patch(String name,
TagKey content)
Updates the attributes of the TagKey resource.
|
Constructor and Description |
---|
Create(TagKey content)
Creates a new TagKey.
|
Patch(String name,
TagKey content)
Updates the attributes of the TagKey resource.
|
Modifier and Type | Method and Description |
---|---|
TagKey |
TagKey.clone() |
TagKey |
TagKey.set(String fieldName,
Object value) |
TagKey |
TagKey.setCreateTime(String createTime)
Output only.
|
TagKey |
TagKey.setDescription(String description)
Optional.
|
TagKey |
TagKey.setEtag(String etag)
Optional.
|
TagKey |
TagKey.setName(String name)
Immutable.
|
TagKey |
TagKey.setNamespacedName(String namespacedName)
Output only.
|
TagKey |
TagKey.setParent(String parent)
Immutable.
|
TagKey |
TagKey.setPurpose(String purpose)
Optional.
|
TagKey |
TagKey.setPurposeData(Map<String,String> purposeData)
Optional.
|
TagKey |
TagKey.setShortName(String shortName)
Required.
|
TagKey |
TagKey.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<TagKey> |
ListTagKeysResponse.getTagKeys()
List of TagKeys that live under the specified parent in the request.
|
Modifier and Type | Method and Description |
---|---|
ListTagKeysResponse |
ListTagKeysResponse.setTagKeys(List<TagKey> tagKeys)
List of TagKeys that live under the specified parent in the request.
|
Copyright © 2011–2024 Google. All rights reserved.