public static final class ConditionContext.Peer.Builder extends GeneratedMessage.Builder<ConditionContext.Peer.Builder> implements ConditionContext.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.cloud.policytroubleshooter.iam.v3.ConditionContext.Peer
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ConditionContext.Peer.BuilderImplements
ConditionContext.PeerOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ConditionContext.Peer build()| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer |
|
buildPartial()
public ConditionContext.Peer buildPartial()| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer |
|
clear()
public ConditionContext.Peer.Builder clear()| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
|
clearIp()
public ConditionContext.Peer.Builder clearIp()The IPv4 or IPv6 address of the peer.
string ip = 1;
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
This builder for chaining. |
clearPort()
public ConditionContext.Peer.Builder clearPort()The network port of the peer.
int64 port = 2;
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ConditionContext.Peer getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIp()
public String getIp()The IPv4 or IPv6 address of the peer.
string ip = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The ip. |
getIpBytes()
public ByteString getIpBytes()The IPv4 or IPv6 address of the peer.
string ip = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ip. |
getPort()
public long getPort()The network port of the peer.
int64 port = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The port. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ConditionContext.Peer other)
public ConditionContext.Peer.Builder mergeFrom(ConditionContext.Peer other)| Parameter | |
|---|---|
| Name | Description |
other |
ConditionContext.Peer |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConditionContext.Peer.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ConditionContext.Peer.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
|
setIp(String value)
public ConditionContext.Peer.Builder setIp(String value)The IPv4 or IPv6 address of the peer.
string ip = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ip to set. |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
This builder for chaining. |
setIpBytes(ByteString value)
public ConditionContext.Peer.Builder setIpBytes(ByteString value)The IPv4 or IPv6 address of the peer.
string ip = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ip to set. |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
This builder for chaining. |
setPort(long value)
public ConditionContext.Peer.Builder setPort(long value)The network port of the peer.
int64 port = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe port to set. |
| Returns | |
|---|---|
| Type | Description |
ConditionContext.Peer.Builder |
This builder for chaining. |