Uses of Class
com.google.rpc.context.AttributeContext.Peer
Packages that use AttributeContext.Peer
-
Uses of AttributeContext.Peer in com.google.cloud.audit
Methods in com.google.cloud.audit that return AttributeContext.PeerModifier and TypeMethodDescriptionRequestMetadata.Builder.getDestinationAttributes()The destination of a network activity, such as accepting a TCP connection.RequestMetadata.getDestinationAttributes()The destination of a network activity, such as accepting a TCP connection.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.PeerModifier and TypeMethodDescriptionRequestMetadata.Builder.mergeDestinationAttributes(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.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.PeerModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.build()AttributeContext.Peer.Builder.buildPartial()static AttributeContext.PeerAttributeContext.Peer.getDefaultInstance()AttributeContext.Peer.Builder.getDefaultInstanceForType()AttributeContext.Peer.getDefaultInstanceForType()AttributeContext.Builder.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContextOrBuilder.getDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.getOrigin()The origin of a network activity.AttributeContext.getOrigin()The origin of a network activity.AttributeContextOrBuilder.getOrigin()The origin of a network activity.AttributeContext.Builder.getSource()The source of a network activity, such as starting a TCP connection.AttributeContext.getSource()The source of a network activity, such as starting a TCP connection.AttributeContextOrBuilder.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.PeerModifier and TypeMethodDescriptioncom.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.PeerModifier and TypeMethodDescriptionAttributeContext.Builder.mergeDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer.Builder.mergeFrom(AttributeContext.Peer other) AttributeContext.Builder.mergeOrigin(AttributeContext.Peer value) The origin of a network activity.AttributeContext.Builder.mergeSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.AttributeContext.Peer.newBuilder(AttributeContext.Peer prototype) AttributeContext.Builder.setDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setOrigin(AttributeContext.Peer value) The origin of a network activity.AttributeContext.Builder.setSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.