Uses of Class
com.google.rpc.context.AttributeContext.Request
-
Packages that use AttributeContext.Request Package Description com.google.cloud.audit com.google.rpc.context -
-
Uses of AttributeContext.Request in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.Request Modifier and Type Method Description AttributeContext.RequestRequestMetadata.Builder. getRequestAttributes()Request attributes used in IAM condition evaluation.AttributeContext.RequestRequestMetadata. getRequestAttributes()Request attributes used in IAM condition evaluation.AttributeContext.RequestRequestMetadataOrBuilder. getRequestAttributes()Request attributes used in IAM condition evaluation.Methods in com.google.cloud.audit with parameters of type AttributeContext.Request Modifier and Type Method Description RequestMetadata.BuilderRequestMetadata.Builder. mergeRequestAttributes(AttributeContext.Request value)Request attributes used in IAM condition evaluation.RequestMetadata.BuilderRequestMetadata.Builder. setRequestAttributes(AttributeContext.Request value)Request attributes used in IAM condition evaluation. -
Uses of AttributeContext.Request in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Request Modifier and Type Method Description AttributeContext.RequestAttributeContext.Request.Builder. build()AttributeContext.RequestAttributeContext.Request.Builder. buildPartial()static AttributeContext.RequestAttributeContext.Request. getDefaultInstance()AttributeContext.RequestAttributeContext.Request.Builder. getDefaultInstanceForType()AttributeContext.RequestAttributeContext.Request. getDefaultInstanceForType()AttributeContext.RequestAttributeContext.Builder. getRequest()Represents a network request, such as an HTTP request.AttributeContext.RequestAttributeContext. getRequest()Represents a network request, such as an HTTP request.AttributeContext.RequestAttributeContextOrBuilder. getRequest()Represents a network request, such as an HTTP request.static AttributeContext.RequestAttributeContext.Request. parseDelimitedFrom(InputStream input)static AttributeContext.RequestAttributeContext.Request. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.RequestAttributeContext.Request. parseFrom(byte[] data)static AttributeContext.RequestAttributeContext.Request. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.RequestAttributeContext.Request. parseFrom(com.google.protobuf.ByteString data)static AttributeContext.RequestAttributeContext.Request. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.RequestAttributeContext.Request. parseFrom(com.google.protobuf.CodedInputStream input)static AttributeContext.RequestAttributeContext.Request. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.RequestAttributeContext.Request. parseFrom(InputStream input)static AttributeContext.RequestAttributeContext.Request. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.RequestAttributeContext.Request. parseFrom(ByteBuffer data)static AttributeContext.RequestAttributeContext.Request. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.rpc.context that return types with arguments of type AttributeContext.Request Modifier and Type Method Description com.google.protobuf.Parser<AttributeContext.Request>AttributeContext.Request. getParserForType()static com.google.protobuf.Parser<AttributeContext.Request>AttributeContext.Request. parser()Methods in com.google.rpc.context with parameters of type AttributeContext.Request Modifier and Type Method Description AttributeContext.Request.BuilderAttributeContext.Request.Builder. mergeFrom(AttributeContext.Request other)AttributeContext.BuilderAttributeContext.Builder. mergeRequest(AttributeContext.Request value)Represents a network request, such as an HTTP request.static AttributeContext.Request.BuilderAttributeContext.Request. newBuilder(AttributeContext.Request prototype)AttributeContext.BuilderAttributeContext.Builder. setRequest(AttributeContext.Request value)Represents a network request, such as an HTTP request.
-