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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RequestMetadata.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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) RequestMetadata.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) RequestMetadata.Builder.clearRequestAttributes()
Request attributes used in IAM condition evaluation.RequestMetadata.Builder.clone()
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.final RequestMetadata.Builder
RequestMetadata.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static RequestMetadata.Builder
RequestMetadata.newBuilder()
static RequestMetadata.Builder
RequestMetadata.newBuilder
(RequestMetadata prototype) RequestMetadata.newBuilderForType()
protected RequestMetadata.Builder
RequestMetadata.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.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.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RequestMetadata.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final RequestMetadata.Builder
RequestMetadata.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) 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.