RequestMetadata.Builder |
RequestMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.clear() |
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearCallerIp() |
The IP address of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearCallerNetwork() |
The network of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearCallerSuppliedUserAgent() |
The user agent of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearDestinationAttributes() |
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.clearRequestAttributes() |
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
RequestMetadata.Builder.clone() |
|
RequestMetadata.Builder |
AuditLog.Builder.getRequestMetadataBuilder() |
Metadata about the operation.
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeDestinationAttributes(AttributeContext.Peer value) |
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeFrom(RequestMetadata other) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeRequestAttributes(AttributeContext.Request value) |
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
RequestMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RequestMetadata.Builder |
RequestMetadata.newBuilder() |
|
static RequestMetadata.Builder |
RequestMetadata.newBuilder(RequestMetadata prototype) |
|
RequestMetadata.Builder |
RequestMetadata.newBuilderForType() |
|
protected RequestMetadata.Builder |
RequestMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerIp(java.lang.String value) |
The IP address of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerIpBytes(com.google.protobuf.ByteString value) |
The IP address of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerNetwork(java.lang.String value) |
The network of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerNetworkBytes(com.google.protobuf.ByteString value) |
The network of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerSuppliedUserAgent(java.lang.String value) |
The user agent of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setCallerSuppliedUserAgentBytes(com.google.protobuf.ByteString value) |
The user agent of the caller.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setDestinationAttributes(AttributeContext.Peer value) |
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setDestinationAttributes(AttributeContext.Peer.Builder builderForValue) |
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
RequestMetadata.Builder |
RequestMetadata.Builder.setRequestAttributes(AttributeContext.Request value) |
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setRequestAttributes(AttributeContext.Request.Builder builderForValue) |
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
RequestMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RequestMetadata.Builder |
RequestMetadata.toBuilder() |
|