- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.6
- 1.1.0
- 1.0.4
- 0.4.4
public static final class ConditionContext.Peer.Builder extends GeneratedMessageV3.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
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConditionContext.Peer.BuilderImplements
ConditionContext.PeerOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConditionContext.Peer.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public ConditionContext.Peer.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConditionContext.Peer.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |
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. |
clone()
public ConditionContext.Peer.Builder clone()
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConditionContext.Peer.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ConditionContext.Peer.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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 | String The 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 | ByteString The 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 | long The port to set. |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConditionContext.Peer.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConditionContext.Peer.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ConditionContext.Peer.Builder |