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.ResourceAuthorizationInfo.Builder. getResourceAttributes()Resource attributes used in IAM condition evaluation.AttributeContext.ResourceAuthorizationInfo. getResourceAttributes()Resource attributes used in IAM condition evaluation.AttributeContext.ResourceAuthorizationInfoOrBuilder. 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.BuilderAuthorizationInfo.Builder. mergeResourceAttributes(AttributeContext.Resource value)Resource attributes used in IAM condition evaluation.AuthorizationInfo.BuilderAuthorizationInfo.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.ResourceAttributeContext.Resource.Builder. build()AttributeContext.ResourceAttributeContext.Resource.Builder. buildPartial()static AttributeContext.ResourceAttributeContext.Resource. getDefaultInstance()AttributeContext.ResourceAttributeContext.Resource.Builder. getDefaultInstanceForType()AttributeContext.ResourceAttributeContext.Resource. getDefaultInstanceForType()AttributeContext.ResourceAttributeContext.Builder. getResource()Represents a target resource that is involved with a network activity.AttributeContext.ResourceAttributeContext. getResource()Represents a target resource that is involved with a network activity.AttributeContext.ResourceAttributeContextOrBuilder. getResource()Represents a target resource that is involved with a network activity.static AttributeContext.ResourceAttributeContext.Resource. parseDelimitedFrom(InputStream input)static AttributeContext.ResourceAttributeContext.Resource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(byte[] data)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(com.google.protobuf.ByteString data)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(com.google.protobuf.CodedInputStream input)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(InputStream input)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(ByteBuffer data)static AttributeContext.ResourceAttributeContext.Resource. parseFrom(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.BuilderAttributeContext.Resource.Builder. mergeFrom(AttributeContext.Resource other)AttributeContext.BuilderAttributeContext.Builder. mergeResource(AttributeContext.Resource value)Represents a target resource that is involved with a network activity.static AttributeContext.Resource.BuilderAttributeContext.Resource. newBuilder(AttributeContext.Resource prototype)AttributeContext.BuilderAttributeContext.Builder. setResource(AttributeContext.Resource value)Represents a target resource that is involved with a network activity.
-