Uses of Class
com.google.rpc.context.AttributeContext.Peer.Builder
Packages that use AttributeContext.Peer.Builder
-
Uses of AttributeContext.Peer.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionRequestMetadata.Builder.getDestinationAttributesBuilder()
The destination of a network activity, such as accepting a TCP connection.Methods in com.google.cloud.audit with parameters of type AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionRequestMetadata.Builder.setDestinationAttributes
(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection. -
Uses of AttributeContext.Peer.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Peer.Builder.clear()
AttributeContext.Peer.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Peer.Builder.clearIp()
The IP address of the peer.AttributeContext.Peer.Builder.clearLabels()
AttributeContext.Peer.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Peer.Builder.clearPort()
The network port of the peer.AttributeContext.Peer.Builder.clearPrincipal()
The identity of this peer.AttributeContext.Peer.Builder.clearRegionCode()
The CLDR country/region code associated with the above IP address.AttributeContext.Peer.Builder.clone()
AttributeContext.Builder.getDestinationBuilder()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.getOriginBuilder()
The origin of a network activity.AttributeContext.Builder.getSourceBuilder()
The source of a network activity, such as starting a TCP connection.AttributeContext.Peer.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Peer.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Peer.Builder.mergeFrom
(AttributeContext.Peer other) AttributeContext.Peer.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Peer.newBuilder()
AttributeContext.Peer.newBuilder
(AttributeContext.Peer prototype) AttributeContext.Peer.newBuilderForType()
protected AttributeContext.Peer.Builder
AttributeContext.Peer.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Peer.Builder.putAllLabels
(Map<String, String> values) The labels associated with the peer.The labels associated with the peer.AttributeContext.Peer.Builder.removeLabels
(String key) The labels associated with the peer.AttributeContext.Peer.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The IP address of the peer.AttributeContext.Peer.Builder.setIpBytes
(com.google.protobuf.ByteString value) The IP address of the peer.AttributeContext.Peer.Builder.setPort
(long value) The network port of the peer.AttributeContext.Peer.Builder.setPrincipal
(String value) The identity of this peer.AttributeContext.Peer.Builder.setPrincipalBytes
(com.google.protobuf.ByteString value) The identity of this peer.AttributeContext.Peer.Builder.setRegionCode
(String value) The CLDR country/region code associated with the above IP address.AttributeContext.Peer.Builder.setRegionCodeBytes
(com.google.protobuf.ByteString value) The CLDR country/region code associated with the above IP address.AttributeContext.Peer.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Peer.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Peer.toBuilder()
Methods in com.google.rpc.context with parameters of type AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.setDestination
(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setOrigin
(AttributeContext.Peer.Builder builderForValue) The origin of a network activity.AttributeContext.Builder.setSource
(AttributeContext.Peer.Builder builderForValue) The source of a network activity, such as starting a TCP connection.