Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.clone() |
Resource |
V2ResourceEvent.getParent()
The parent resource for the resource.
|
Resource |
AttributeContext.getResource()
Represents a target resource that is involved with a network activity.
|
Resource |
V2ResourceEvent.getResource()
The resource associated with the event.
|
Resource |
AuthorizationInfo.getResourceAttributes()
Resource attributes used in IAM condition evaluation.
|
Resource |
Resource.set(String fieldName,
Object value) |
Resource |
Resource.setAnnotations(Map<String,String> annotations)
Annotations is an unstructured key-value map stored with a resource that may be set by external
tools to store and retrieve arbitrary metadata.
|
Resource |
Resource.setCreateTime(String createTime)
Output only.
|
Resource |
Resource.setDeleteTime(String deleteTime)
Output only.
|
Resource |
Resource.setDisplayName(String displayName)
Mutable.
|
Resource |
Resource.setEtag(String etag)
Output only.
|
Resource |
Resource.setLabels(Map<String,String> labels)
The labels or tags on the resource, such as AWS resource tags and Kubernetes resource labels.
|
Resource |
Resource.setLocation(String location)
Immutable.
|
Resource |
Resource.setName(String name)
The stable identifier (name) of a resource on the `service`.
|
Resource |
Resource.setService(String service)
The name of the service that this resource belongs to, such as `pubsub.googleapis.com`.
|
Resource |
Resource.setType(String type)
The type of the resource.
|
Resource |
Resource.setUid(String uid)
The unique identifier of the resource.
|
Resource |
Resource.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
V2ResourceEvent |
V2ResourceEvent.setParent(Resource parent)
The parent resource for the resource.
|
AttributeContext |
AttributeContext.setResource(Resource resource)
Represents a target resource that is involved with a network activity.
|
V2ResourceEvent |
V2ResourceEvent.setResource(Resource resource)
The resource associated with the event.
|
AuthorizationInfo |
AuthorizationInfo.setResourceAttributes(Resource resourceAttributes)
Resource attributes used in IAM condition evaluation.
|
Copyright © 2011–2024 Google. All rights reserved.