Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Peer |
Peer.clone() |
Peer |
AttributeContext.getDestination()
The destination of a network activity, such as accepting a TCP connection.
|
Peer |
RequestMetadata.getDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.
|
Peer |
AttributeContext.getOrigin()
The origin of a network activity.
|
Peer |
AttributeContext.getSource()
The source of a network activity, such as starting a TCP connection.
|
Peer |
Peer.set(String fieldName,
Object value) |
Peer |
Peer.setIp(String ip)
The IP address of the peer.
|
Peer |
Peer.setLabels(Map<String,String> labels)
The labels associated with the peer.
|
Peer |
Peer.setPort(Long port)
The network port of the peer.
|
Peer |
Peer.setPrincipal(String principal)
The identity of this peer.
|
Peer |
Peer.setRegionCode(String regionCode)
The CLDR country/region code associated with the above IP address.
|
Modifier and Type | Method and Description |
---|---|
AttributeContext |
AttributeContext.setDestination(Peer destination)
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata |
RequestMetadata.setDestinationAttributes(Peer destinationAttributes)
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext |
AttributeContext.setOrigin(Peer origin)
The origin of a network activity.
|
AttributeContext |
AttributeContext.setSource(Peer source)
The source of a network activity, such as starting a TCP connection.
|
Copyright © 2011–2024 Google. All rights reserved.