Class AttributeContext.Peer (2.15.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.15.0keyboard_arrow_down
public static final class AttributeContext . Peer extends GeneratedMessageV3 implements AttributeContext . PeerOrBuilder
This message defines attributes for a node that handles a network request.
The node can be either a service or an application that sends, forwards,
or receives the request. Service peers should fill in
principal
and labels
as appropriate.
Protobuf type google.rpc.context.AttributeContext.Peer
Static Fields
IP_FIELD_NUMBER
public static final int IP_FIELD_NUMBER
Field Value
Type
Description
int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
Type
Description
int
PORT_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
Field Value
Type
Description
int
PRINCIPAL_FIELD_NUMBER
public static final int PRINCIPAL_FIELD_NUMBER
Field Value
Type
Description
int
REGION_CODE_FIELD_NUMBER
public static final int REGION_CODE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AttributeContext . Peer getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AttributeContext . Peer . Builder newBuilder ()
newBuilder(AttributeContext.Peer prototype)
public static AttributeContext . Peer . Builder newBuilder ( AttributeContext . Peer prototype )
parseDelimitedFrom(InputStream input)
public static AttributeContext . Peer parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AttributeContext . Peer parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AttributeContext . Peer parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static AttributeContext . Peer parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static AttributeContext . Peer parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AttributeContext . Peer parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AttributeContext . Peer parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AttributeContext . Peer > parser ()
Methods
containsLabels(String key)
public boolean containsLabels ( String key )
The labels associated with the peer.
map<string, string> labels = 6;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AttributeContext . Peer getDefaultInstanceForType ()
getIp()
The IP address of the peer.
string ip = 1;
Returns
Type
Description
String
The ip.
getIpBytes()
public ByteString getIpBytes ()
The IP address of the peer.
string ip = 1;
Returns
Type
Description
ByteString
The bytes for ip.
getLabels()
public Map<String , String > getLabels ()
getLabelsCount()
public int getLabelsCount ()
The labels associated with the peer.
map<string, string> labels = 6;
Returns
Type
Description
int
getLabelsMap()
public Map<String , String > getLabelsMap ()
The labels associated with the peer.
map<string, string> labels = 6;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault ( String key , String defaultValue )
The labels associated with the peer.
map<string, string> labels = 6;
Returns
Type
Description
String
getLabelsOrThrow(String key)
public String getLabelsOrThrow ( String key )
The labels associated with the peer.
map<string, string> labels = 6;
Parameter
Name
Description
key
String
Returns
Type
Description
String
getParserForType()
public Parser<AttributeContext . Peer > getParserForType ()
Overrides
getPort()
The network port of the peer.
int64 port = 2;
Returns
Type
Description
long
The port.
getPrincipal()
public String getPrincipal ()
The identity of this peer. Similar to Request.auth.principal
, but
relative to the peer instead of the request. For example, the
identity associated with a load balancer that forwarded the request.
string principal = 7;
Returns
Type
Description
String
The principal.
getPrincipalBytes()
public ByteString getPrincipalBytes ()
The identity of this peer. Similar to Request.auth.principal
, but
relative to the peer instead of the request. For example, the
identity associated with a load balancer that forwarded the request.
string principal = 7;
Returns
Type
Description
ByteString
The bytes for principal.
getRegionCode()
public String getRegionCode ()
The CLDR country/region code associated with the above IP address.
If the IP address is private, the region_code
should reflect the
physical location where this peer is running.
string region_code = 8;
Returns
Type
Description
String
The regionCode.
getRegionCodeBytes()
public ByteString getRegionCodeBytes ()
The CLDR country/region code associated with the above IP address.
If the IP address is private, the region_code
should reflect the
physical location where this peer is running.
string region_code = 8;
Returns
Type
Description
ByteString
The bytes for regionCode.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AttributeContext . Peer . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AttributeContext . Peer . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AttributeContext . Peer . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[],[]]