Uses of Class
com.google.cloud.audit.RequestMetadata.Builder
Packages that use RequestMetadata.Builder
-
Uses of RequestMetadata.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return RequestMetadata.BuilderModifier and TypeMethodDescriptionRequestMetadata.Builder.clear()RequestMetadata.Builder.clearCallerIp()The IP address of the caller.RequestMetadata.Builder.clearCallerNetwork()The network of the caller.RequestMetadata.Builder.clearCallerSuppliedUserAgent()The user agent of the caller.RequestMetadata.Builder.clearDestinationAttributes()The destination of a network activity, such as accepting a TCP connection.RequestMetadata.Builder.clearRequestAttributes()Request attributes used in IAM condition evaluation.AuditLog.Builder.getRequestMetadataBuilder()Metadata about the operation.RequestMetadata.Builder.mergeDestinationAttributes(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.RequestMetadata.Builder.mergeFrom(RequestMetadata other) RequestMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RequestMetadata.Builder.mergeFrom(com.google.protobuf.Message other) RequestMetadata.Builder.mergeRequestAttributes(AttributeContext.Request value) Request attributes used in IAM condition evaluation.static RequestMetadata.BuilderRequestMetadata.newBuilder()static RequestMetadata.BuilderRequestMetadata.newBuilder(RequestMetadata prototype) RequestMetadata.newBuilderForType()protected RequestMetadata.BuilderRequestMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RequestMetadata.Builder.setCallerIp(String value) The IP address of the caller.RequestMetadata.Builder.setCallerIpBytes(com.google.protobuf.ByteString value) The IP address of the caller.RequestMetadata.Builder.setCallerNetwork(String value) The network of the caller.RequestMetadata.Builder.setCallerNetworkBytes(com.google.protobuf.ByteString value) The network of the caller.RequestMetadata.Builder.setCallerSuppliedUserAgent(String value) The user agent of the caller.RequestMetadata.Builder.setCallerSuppliedUserAgentBytes(com.google.protobuf.ByteString value) The user agent of the caller.RequestMetadata.Builder.setDestinationAttributes(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.RequestMetadata.Builder.setDestinationAttributes(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection.RequestMetadata.Builder.setRequestAttributes(AttributeContext.Request value) Request attributes used in IAM condition evaluation.RequestMetadata.Builder.setRequestAttributes(AttributeContext.Request.Builder builderForValue) Request attributes used in IAM condition evaluation.RequestMetadata.toBuilder()Methods in com.google.cloud.audit with parameters of type RequestMetadata.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.setRequestMetadata(RequestMetadata.Builder builderForValue) Metadata about the operation.