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.PeerRequestMetadata.Builder. getDestinationAttributes()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerRequestMetadata. getDestinationAttributes()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerRequestMetadataOrBuilder. 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.BuilderRequestMetadata.Builder. mergeDestinationAttributes(AttributeContext.Peer value)The destination of a network activity, such as accepting a TCP connection.RequestMetadata.BuilderRequestMetadata.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.PeerAttributeContext.Peer.Builder. build()AttributeContext.PeerAttributeContext.Peer.Builder. buildPartial()static AttributeContext.PeerAttributeContext.Peer. getDefaultInstance()AttributeContext.PeerAttributeContext.Peer.Builder. getDefaultInstanceForType()AttributeContext.PeerAttributeContext.Peer. getDefaultInstanceForType()AttributeContext.PeerAttributeContext.Builder. getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerAttributeContext. getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerAttributeContextOrBuilder. getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerAttributeContext.Builder. getOrigin()The origin of a network activity.AttributeContext.PeerAttributeContext. getOrigin()The origin of a network activity.AttributeContext.PeerAttributeContextOrBuilder. getOrigin()The origin of a network activity.AttributeContext.PeerAttributeContext.Builder. getSource()The source of a network activity, such as starting a TCP connection.AttributeContext.PeerAttributeContext. getSource()The source of a network activity, such as starting a TCP connection.AttributeContext.PeerAttributeContextOrBuilder. getSource()The source of a network activity, such as starting a TCP connection.static AttributeContext.PeerAttributeContext.Peer. parseDelimitedFrom(InputStream input)static AttributeContext.PeerAttributeContext.Peer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.PeerAttributeContext.Peer. parseFrom(byte[] data)static AttributeContext.PeerAttributeContext.Peer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.PeerAttributeContext.Peer. parseFrom(com.google.protobuf.ByteString data)static AttributeContext.PeerAttributeContext.Peer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.PeerAttributeContext.Peer. parseFrom(com.google.protobuf.CodedInputStream input)static AttributeContext.PeerAttributeContext.Peer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.PeerAttributeContext.Peer. parseFrom(InputStream input)static AttributeContext.PeerAttributeContext.Peer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeContext.PeerAttributeContext.Peer. parseFrom(ByteBuffer data)static AttributeContext.PeerAttributeContext.Peer. parseFrom(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.BuilderAttributeContext.Builder. mergeDestination(AttributeContext.Peer value)The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer.BuilderAttributeContext.Peer.Builder. mergeFrom(AttributeContext.Peer other)AttributeContext.BuilderAttributeContext.Builder. mergeOrigin(AttributeContext.Peer value)The origin of a network activity.AttributeContext.BuilderAttributeContext.Builder. mergeSource(AttributeContext.Peer value)The source of a network activity, such as starting a TCP connection.static AttributeContext.Peer.BuilderAttributeContext.Peer. newBuilder(AttributeContext.Peer prototype)AttributeContext.BuilderAttributeContext.Builder. setDestination(AttributeContext.Peer value)The destination of a network activity, such as accepting a TCP connection.AttributeContext.BuilderAttributeContext.Builder. setOrigin(AttributeContext.Peer value)The origin of a network activity.AttributeContext.BuilderAttributeContext.Builder. setSource(AttributeContext.Peer value)The source of a network activity, such as starting a TCP connection.
-