public static final class VpnGatewayInfo.Builder extends GeneratedMessageV3.Builder<VpnGatewayInfo.Builder> implements VpnGatewayInfoOrBuilder
For display only. Metadata associated with a Compute Engine VPN gateway.
Protobuf type google.cloud.networkmanagement.v1.VpnGatewayInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VpnGatewayInfo.BuilderImplements
VpnGatewayInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VpnGatewayInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
VpnGatewayInfo.Builder |
build()
public VpnGatewayInfo build()
Returns | |
---|---|
Type | Description |
VpnGatewayInfo |
buildPartial()
public VpnGatewayInfo buildPartial()
Returns | |
---|---|
Type | Description |
VpnGatewayInfo |
clear()
public VpnGatewayInfo.Builder clear()
Returns | |
---|---|
Type | Description |
VpnGatewayInfo.Builder |
clearDisplayName()
public VpnGatewayInfo.Builder clearDisplayName()
Name of a VPN gateway.
string display_name = 1;
Returns | |
---|---|
Type | Description |
|