Uses of Class
com.google.rpc.context.AttributeContext.Resource
-
Packages that use AttributeContext.Resource Package Description com.google.cloud.audit com.google.rpc.context -
-
Uses of AttributeContext.Resource in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.Resource Modifier and Type Method Description AttributeContext.Resource
AuthorizationInfo.Builder. getResourceAttributes()
Resource attributes used in IAM condition evaluation.AttributeContext.Resource
AuthorizationInfo. getResourceAttributes()
Resource attributes used in IAM condition evaluation.AttributeContext.Resource
AuthorizationInfoOrBuilder. getResourceAttributes()
Resource attributes used in IAM condition evaluation.Methods in com.google.cloud.audit with parameters of type AttributeContext.Resource Modifier and Type Method Description AuthorizationInfo.Builder
AuthorizationInfo.Builder. mergeResourceAttributes(AttributeContext.Resource value)
Resource attributes used in IAM condition evaluation.AuthorizationInfo.Builder
AuthorizationInfo.Builder. setResourceAttributes(AttributeContext.Resource value)
Resource attributes used in IAM condition evaluation. -
Uses of AttributeContext.Resource in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Resource Modifier and Type Method Description AttributeContext.Resource
AttributeContext.Resource.Builder. build()
AttributeContext.Resource
AttributeContext.Resource.Builder. buildPartial()
static AttributeContext.Resource
AttributeContext.Resource. getDefaultInstance()
AttributeContext.Resource
AttributeContext.Resource.Builder. getDefaultInstanceForType()
AttributeContext.Resource
AttributeContext.Resource. getDefaultInstanceForType()
AttributeContext.Resource
AttributeContext.Builder. getResource()
Represents a target resource that is involved with a network activity.AttributeContext.Resource
AttributeContext. getResource()
Represents a target resource that is involved with a network activity.AttributeContext.Resource
AttributeContextOrBuilder. getResource()
Represents a target resource that is involved with a network activity.static AttributeContext.Resource
AttributeContext.Resource. parseDelimitedFrom(java.io.InputStream input)
static AttributeContext.Resource
AttributeContext.Resource. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(byte[] data)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(com.google.protobuf.ByteString data)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(com.google.protobuf.CodedInputStream input)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(java.io.InputStream input)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(java.nio.ByteBuffer data)
static AttributeContext.Resource
AttributeContext.Resource. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.rpc.context that return types with arguments of type AttributeContext.Resource Modifier and Type Method Description com.google.protobuf.Parser<AttributeContext.Resource>
AttributeContext.Resource. getParserForType()
static com.google.protobuf.Parser<AttributeContext.Resource>
AttributeContext.Resource. parser()
Methods in com.google.rpc.context with parameters of type AttributeContext.Resource Modifier and Type Method Description AttributeContext.Resource.Builder
AttributeContext.Resource.Builder. mergeFrom(AttributeContext.Resource other)
AttributeContext.Builder
AttributeContext.Builder. mergeResource(AttributeContext.Resource value)
Represents a target resource that is involved with a network activity.static AttributeContext.Resource.Builder
AttributeContext.Resource. newBuilder(AttributeContext.Resource prototype)
AttributeContext.Builder
AttributeContext.Builder. setResource(AttributeContext.Resource value)
Represents a target resource that is involved with a network activity.
-