public static final class EndpointInfo.Builder extends GeneratedMessageV3.Builder<EndpointInfo.Builder> implements EndpointInfoOrBuilder
For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.
Protobuf type google.cloud.networkmanagement.v1.EndpointInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EndpointInfo.BuilderImplements
EndpointInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EndpointInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
EndpointInfo.Builder |
build()
public EndpointInfo build()
Returns | |
---|---|
Type | Description |
EndpointInfo |
buildPartial()
public EndpointInfo buildPartial()
Returns | |
---|---|
Type | Description |
EndpointInfo |
clear()
public EndpointInfo.Builder clear()
Returns | |
---|---|
Type | Description |
EndpointInfo.Builder |
clearDestinationIp()
public EndpointInfo.Builder clearDestinationIp()
Destination IP address.
string destination_ip = 2;
Returns | |
---|---|
Type | Description< |