Package com.google.cloud.compute.v1
Class VpnGatewayStatus.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
- com.google.cloud.compute.v1.VpnGatewayStatus.Builder
-
- All Implemented Interfaces:
VpnGatewayStatusOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- VpnGatewayStatus
public static final class VpnGatewayStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder> implements VpnGatewayStatusOrBuilder
Protobuf typegoogle.cloud.compute.v1.VpnGatewayStatus
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VpnGatewayStatus.BuilderaddAllVpnConnections(Iterable<? extends VpnGatewayStatusVpnConnection> values)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)VpnGatewayStatus.BuilderaddVpnConnections(int index, VpnGatewayStatusVpnConnection value)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuilderaddVpnConnections(int index, VpnGatewayStatusVpnConnection.Builder builderForValue)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuilderaddVpnConnections(VpnGatewayStatusVpnConnection value)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuilderaddVpnConnections(VpnGatewayStatusVpnConnection.Builder builderForValue)List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnection.BuilderaddVpnConnectionsBuilder()List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnection.BuilderaddVpnConnectionsBuilder(int index)List of VPN connection for this VpnGateway.VpnGatewayStatusbuild()VpnGatewayStatusbuildPartial()VpnGatewayStatus.Builderclear()VpnGatewayStatus.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)VpnGatewayStatus.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)VpnGatewayStatus.BuilderclearVpnConnections()List of VPN connection for this VpnGateway.VpnGatewayStatus.Builderclone()VpnGatewayStatusgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()VpnGatewayStatusVpnConnectiongetVpnConnections(int index)List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnection.BuildergetVpnConnectionsBuilder(int index)List of VPN connection for this VpnGateway.List<VpnGatewayStatusVpnConnection.Builder>getVpnConnectionsBuilderList()List of VPN connection for this VpnGateway.intgetVpnConnectionsCount()List of VPN connection for this VpnGateway.List<VpnGatewayStatusVpnConnection>getVpnConnectionsList()List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnectionOrBuildergetVpnConnectionsOrBuilder(int index)List of VPN connection for this VpnGateway.List<? extends VpnGatewayStatusVpnConnectionOrBuilder>getVpnConnectionsOrBuilderList()List of VPN connection for this VpnGateway.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()VpnGatewayStatus.BuildermergeFrom(VpnGatewayStatus other)VpnGatewayStatus.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)VpnGatewayStatus.BuildermergeFrom(com.google.protobuf.Message other)VpnGatewayStatus.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)VpnGatewayStatus.BuilderremoveVpnConnections(int index)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)VpnGatewayStatus.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)VpnGatewayStatus.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)VpnGatewayStatus.BuildersetVpnConnections(int index, VpnGatewayStatusVpnConnection value)List of VPN connection for this VpnGateway.VpnGatewayStatus.BuildersetVpnConnections(int index, VpnGatewayStatusVpnConnection.Builder builderForValue)List of VPN connection for this VpnGateway.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
clear
public VpnGatewayStatus.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
getDefaultInstanceForType
public VpnGatewayStatus getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public VpnGatewayStatus build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VpnGatewayStatus buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VpnGatewayStatus.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
setField
public VpnGatewayStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
clearField
public VpnGatewayStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
clearOneof
public VpnGatewayStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
setRepeatedField
public VpnGatewayStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
addRepeatedField
public VpnGatewayStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
mergeFrom
public VpnGatewayStatus.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<VpnGatewayStatus.Builder>
-
mergeFrom
public VpnGatewayStatus.Builder mergeFrom(VpnGatewayStatus other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
mergeFrom
public VpnGatewayStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<VpnGatewayStatus.Builder>- Throws:
IOException
-
getVpnConnectionsList
public List<VpnGatewayStatusVpnConnection> getVpnConnectionsList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;- Specified by:
getVpnConnectionsListin interfaceVpnGatewayStatusOrBuilder
-
getVpnConnectionsCount
public int getVpnConnectionsCount()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;- Specified by:
getVpnConnectionsCountin interfaceVpnGatewayStatusOrBuilder
-
getVpnConnections
public VpnGatewayStatusVpnConnection getVpnConnections(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;- Specified by:
getVpnConnectionsin interfaceVpnGatewayStatusOrBuilder
-
setVpnConnections
public VpnGatewayStatus.Builder setVpnConnections(int index, VpnGatewayStatusVpnConnection value)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
setVpnConnections
public VpnGatewayStatus.Builder setVpnConnections(int index, VpnGatewayStatusVpnConnection.Builder builderForValue)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addVpnConnections
public VpnGatewayStatus.Builder addVpnConnections(VpnGatewayStatusVpnConnection value)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addVpnConnections
public VpnGatewayStatus.Builder addVpnConnections(int index, VpnGatewayStatusVpnConnection value)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addVpnConnections
public VpnGatewayStatus.Builder addVpnConnections(VpnGatewayStatusVpnConnection.Builder builderForValue)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addVpnConnections
public VpnGatewayStatus.Builder addVpnConnections(int index, VpnGatewayStatusVpnConnection.Builder builderForValue)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addAllVpnConnections
public VpnGatewayStatus.Builder addAllVpnConnections(Iterable<? extends VpnGatewayStatusVpnConnection> values)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
clearVpnConnections
public VpnGatewayStatus.Builder clearVpnConnections()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
removeVpnConnections
public VpnGatewayStatus.Builder removeVpnConnections(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsBuilder
public VpnGatewayStatusVpnConnection.Builder getVpnConnectionsBuilder(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsOrBuilder
public VpnGatewayStatusVpnConnectionOrBuilder getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;- Specified by:
getVpnConnectionsOrBuilderin interfaceVpnGatewayStatusOrBuilder
-
getVpnConnectionsOrBuilderList
public List<? extends VpnGatewayStatusVpnConnectionOrBuilder> getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;- Specified by:
getVpnConnectionsOrBuilderListin interfaceVpnGatewayStatusOrBuilder
-
addVpnConnectionsBuilder
public VpnGatewayStatusVpnConnection.Builder addVpnConnectionsBuilder()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
addVpnConnectionsBuilder
public VpnGatewayStatusVpnConnection.Builder addVpnConnectionsBuilder(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsBuilderList
public List<VpnGatewayStatusVpnConnection.Builder> getVpnConnectionsBuilderList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
setUnknownFields
public final VpnGatewayStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
mergeUnknownFields
public final VpnGatewayStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<VpnGatewayStatus.Builder>
-
-