Uses of Class
com.google.rpc.context.AttributeContext.Resource.Builder
Packages that use AttributeContext.Resource.Builder
-
Uses of AttributeContext.Resource.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.Resource.BuilderModifier and TypeMethodDescriptionAuthorizationInfo.Builder.getResourceAttributesBuilder()
Resource attributes used in IAM condition evaluation.Methods in com.google.cloud.audit with parameters of type AttributeContext.Resource.BuilderModifier and TypeMethodDescriptionAuthorizationInfo.Builder.setResourceAttributes
(AttributeContext.Resource.Builder builderForValue) Resource attributes used in IAM condition evaluation. -
Uses of AttributeContext.Resource.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Resource.BuilderModifier and TypeMethodDescriptionAttributeContext.Resource.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Resource.Builder.clear()
AttributeContext.Resource.Builder.clearAnnotations()
AttributeContext.Resource.Builder.clearCreateTime()
Output only.AttributeContext.Resource.Builder.clearDeleteTime()
Output only.AttributeContext.Resource.Builder.clearDisplayName()
Mutable.AttributeContext.Resource.Builder.clearEtag()
Output only.AttributeContext.Resource.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Resource.Builder.clearLabels()
AttributeContext.Resource.Builder.clearLocation()
Immutable.AttributeContext.Resource.Builder.clearName()
The stable identifier (name) of a resource on the `service`.AttributeContext.Resource.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Resource.Builder.clearService()
The name of the service that this resource belongs to, such as `pubsub.googleapis.com`.AttributeContext.Resource.Builder.clearType()
The type of the resource.AttributeContext.Resource.Builder.clearUid()
The unique identifier of the resource.AttributeContext.Resource.Builder.clearUpdateTime()
Output only.AttributeContext.Resource.Builder.clone()
AttributeContext.Builder.getResourceBuilder()
Represents a target resource that is involved with a network activity.AttributeContext.Resource.Builder.mergeCreateTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.Builder.mergeDeleteTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Resource.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Resource.Builder.mergeFrom
(AttributeContext.Resource other) AttributeContext.Resource.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Resource.Builder.mergeUpdateTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.newBuilder()
AttributeContext.Resource.newBuilder
(AttributeContext.Resource prototype) AttributeContext.Resource.newBuilderForType()
protected AttributeContext.Resource.Builder
AttributeContext.Resource.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Resource.Builder.putAllAnnotations
(Map<String, String> values) Annotations is an unstructured key-value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.AttributeContext.Resource.Builder.putAllLabels
(Map<String, String> values) The labels or tags on the resource, such as AWS resource tags and Kubernetes resource labels.AttributeContext.Resource.Builder.putAnnotations
(String key, String value) Annotations is an unstructured key-value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.The labels or tags on the resource, such as AWS resource tags and Kubernetes resource labels.AttributeContext.Resource.Builder.removeAnnotations
(String key) Annotations is an unstructured key-value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.AttributeContext.Resource.Builder.removeLabels
(String key) The labels or tags on the resource, such as AWS resource tags and Kubernetes resource labels.AttributeContext.Resource.Builder.setCreateTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.Builder.setCreateTime
(com.google.protobuf.Timestamp.Builder builderForValue) Output only.AttributeContext.Resource.Builder.setDeleteTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.Builder.setDeleteTime
(com.google.protobuf.Timestamp.Builder builderForValue) Output only.AttributeContext.Resource.Builder.setDisplayName
(String value) Mutable.AttributeContext.Resource.Builder.setDisplayNameBytes
(com.google.protobuf.ByteString value) Mutable.Output only.AttributeContext.Resource.Builder.setEtagBytes
(com.google.protobuf.ByteString value) Output only.AttributeContext.Resource.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Resource.Builder.setLocation
(String value) Immutable.AttributeContext.Resource.Builder.setLocationBytes
(com.google.protobuf.ByteString value) Immutable.The stable identifier (name) of a resource on the `service`.AttributeContext.Resource.Builder.setNameBytes
(com.google.protobuf.ByteString value) The stable identifier (name) of a resource on the `service`.AttributeContext.Resource.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Resource.Builder.setService
(String value) The name of the service that this resource belongs to, such as `pubsub.googleapis.com`.AttributeContext.Resource.Builder.setServiceBytes
(com.google.protobuf.ByteString value) The name of the service that this resource belongs to, such as `pubsub.googleapis.com`.The type of the resource.AttributeContext.Resource.Builder.setTypeBytes
(com.google.protobuf.ByteString value) The type of the resource.The unique identifier of the resource.AttributeContext.Resource.Builder.setUidBytes
(com.google.protobuf.ByteString value) The unique identifier of the resource.AttributeContext.Resource.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Resource.Builder.setUpdateTime
(com.google.protobuf.Timestamp value) Output only.AttributeContext.Resource.Builder.setUpdateTime
(com.google.protobuf.Timestamp.Builder builderForValue) Output only.AttributeContext.Resource.toBuilder()
Methods in com.google.rpc.context with parameters of type AttributeContext.Resource.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.setResource
(AttributeContext.Resource.Builder builderForValue) Represents a target resource that is involved with a network activity.