Uses of Class
com.google.rpc.context.AttributeContext.Request
Packages that use AttributeContext.Request
-
Uses of AttributeContext.Request in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.RequestModifier and TypeMethodDescriptionRequestMetadata.Builder.getRequestAttributes()Request attributes used in IAM condition evaluation.RequestMetadata.getRequestAttributes()Request attributes used in IAM condition evaluation.RequestMetadataOrBuilder.getRequestAttributes()Request attributes used in IAM condition evaluation.Methods in com.google.cloud.audit with parameters of type AttributeContext.RequestModifier and TypeMethodDescriptionRequestMetadata.Builder.mergeRequestAttributes(AttributeContext.Request value) Request attributes used in IAM condition evaluation.RequestMetadata.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.RequestModifier and TypeMethodDescriptionAttributeContext.Request.Builder.build()AttributeContext.Request.Builder.buildPartial()static AttributeContext.RequestAttributeContext.Request.getDefaultInstance()AttributeContext.Request.Builder.getDefaultInstanceForType()AttributeContext.Request.getDefaultInstanceForType()AttributeContext.Builder.getRequest()Represents a network request, such as an HTTP request.AttributeContext.getRequest()Represents a network request, such as an HTTP request.AttributeContextOrBuilder.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.RequestModifier and TypeMethodDescriptioncom.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.RequestModifier and TypeMethodDescriptionAttributeContext.Request.Builder.mergeFrom(AttributeContext.Request other) AttributeContext.Builder.mergeRequest(AttributeContext.Request value) Represents a network request, such as an HTTP request.AttributeContext.Request.newBuilder(AttributeContext.Request prototype) AttributeContext.Builder.setRequest(AttributeContext.Request value) Represents a network request, such as an HTTP request.