Uses of Class
com.google.rpc.context.AttributeContext.Peer
-
Packages that use AttributeContext.Peer Package Description com.google.cloud.audit com.google.rpc.context -
-
Uses of AttributeContext.Peer in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.Peer Modifier and Type Method Description AttributeContext.Peer
RequestMetadata.Builder. getDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer
RequestMetadata. getDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer
RequestMetadataOrBuilder. getDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.Methods in com.google.cloud.audit with parameters of type AttributeContext.Peer Modifier and Type Method Description RequestMetadata.Builder
RequestMetadata.Builder. mergeDestinationAttributes(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.RequestMetadata.Builder
RequestMetadata.Builder. setDestinationAttributes(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection. -
Uses of AttributeContext.Peer in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Peer Modifier and Type Method Description AttributeContext.Peer
AttributeContext.Peer.Builder. build()
AttributeContext.Peer
AttributeContext.Peer.Builder. buildPartial()
static AttributeContext.Peer
AttributeContext.Peer. getDefaultInstance()
AttributeContext.Peer
AttributeContext.Peer.Builder. getDefaultInstanceForType()
AttributeContext.Peer
AttributeContext.Peer. getDefaultInstanceForType()
AttributeContext.Peer
AttributeContext.Builder. getDestination()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer
AttributeContext. getDestination()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer
AttributeContextOrBuilder. getDestination()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer
AttributeContext.Builder. getOrigin()
The origin of a network activity.AttributeContext.Peer
AttributeContext. getOrigin()
The origin of a network activity.AttributeContext.Peer
AttributeContextOrBuilder. getOrigin()
The origin of a network activity.AttributeContext.Peer
AttributeContext.Builder. getSource()
The source of a network activity, such as starting a TCP connection.AttributeContext.Peer
AttributeContext. getSource()
The source of a network activity, such as starting a TCP connection.AttributeContext.Peer
AttributeContextOrBuilder. getSource()
The source of a network activity, such as starting a TCP connection.static AttributeContext.Peer
AttributeContext.Peer. parseDelimitedFrom(java.io.InputStream input)
static AttributeContext.Peer
AttributeContext.Peer. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(byte[] data)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(com.google.protobuf.ByteString data)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(com.google.protobuf.CodedInputStream input)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(java.io.InputStream input)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(java.nio.ByteBuffer data)
static AttributeContext.Peer
AttributeContext.Peer. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.rpc.context that return types with arguments of type AttributeContext.Peer Modifier and Type Method Description com.google.protobuf.Parser<AttributeContext.Peer>
AttributeContext.Peer. getParserForType()
static com.google.protobuf.Parser<AttributeContext.Peer>
AttributeContext.Peer. parser()
Methods in com.google.rpc.context with parameters of type AttributeContext.Peer Modifier and Type Method Description AttributeContext.Builder
AttributeContext.Builder. mergeDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer.Builder
AttributeContext.Peer.Builder. mergeFrom(AttributeContext.Peer other)
AttributeContext.Builder
AttributeContext.Builder. mergeOrigin(AttributeContext.Peer value)
The origin of a network activity.AttributeContext.Builder
AttributeContext.Builder. mergeSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection.static AttributeContext.Peer.Builder
AttributeContext.Peer. newBuilder(AttributeContext.Peer prototype)
AttributeContext.Builder
AttributeContext.Builder. setDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder
AttributeContext.Builder. setOrigin(AttributeContext.Peer value)
The origin of a network activity.AttributeContext.Builder
AttributeContext.Builder. setSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection.
-