Class Network
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.baremetalsolution.v2.Network
-
- All Implemented Interfaces:
NetworkOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Network extends com.google.protobuf.GeneratedMessageV3 implements NetworkOrBuilder
A Network.
Protobuf typegoogle.cloud.baremetalsolution.v2.Network
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Network.Builder
A Network.static class
Network.State
The possible states for this Network.static class
Network.Type
Network type.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CIDR_FIELD_NUMBER
static int
GATEWAY_IP_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
IP_ADDRESS_FIELD_NUMBER
static int
JUMBO_FRAMES_ENABLED_FIELD_NUMBER
static int
LABELS_FIELD_NUMBER
static int
MAC_ADDRESS_FIELD_NUMBER
static int
MOUNT_POINTS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
POD_FIELD_NUMBER
static int
RESERVATIONS_FIELD_NUMBER
static int
SERVICES_CIDR_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
static int
VLAN_ID_FIELD_NUMBER
static int
VRF_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabels(String key)
Labels as key value pairs.boolean
equals(Object obj)
String
getCidr()
The cidr of the Network.com.google.protobuf.ByteString
getCidrBytes()
The cidr of the Network.static Network
getDefaultInstance()
Network
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getGatewayIp()
Output only.com.google.protobuf.ByteString
getGatewayIpBytes()
Output only.String
getId()
An identifier for the `Network`, generated by the backend.com.google.protobuf.ByteString
getIdBytes()
An identifier for the `Network`, generated by the backend.String
getIpAddress()
IP address configured.com.google.protobuf.ByteString
getIpAddressBytes()
IP address configured.boolean
getJumboFramesEnabled()
Whether network uses standard frames or jumbo ones.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
Labels as key value pairs.Map<String,String>
getLabelsMap()
Labels as key value pairs.String
getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.String
getLabelsOrThrow(String key)
Labels as key value pairs.String
getMacAddress(int index)
List of physical interfaces.com.google.protobuf.ByteString
getMacAddressBytes(int index)
List of physical interfaces.int
getMacAddressCount()
List of physical interfaces.com.google.protobuf.ProtocolStringList
getMacAddressList()
List of physical interfaces.NetworkMountPoint
getMountPoints(int index)
Input only.int
getMountPointsCount()
Input only.List<NetworkMountPoint>
getMountPointsList()
Input only.NetworkMountPointOrBuilder
getMountPointsOrBuilder(int index)
Input only.List<? extends NetworkMountPointOrBuilder>
getMountPointsOrBuilderList()
Input only.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Parser<Network>
getParserForType()
String
getPod()
Output only.com.google.protobuf.ByteString
getPodBytes()
Output only.NetworkAddressReservation
getReservations(int index)
List of IP address reservations in this network.int
getReservationsCount()
List of IP address reservations in this network.List<NetworkAddressReservation>
getReservationsList()
List of IP address reservations in this network.NetworkAddressReservationOrBuilder
getReservationsOrBuilder(int index)
List of IP address reservations in this network.List<? extends NetworkAddressReservationOrBuilder>
getReservationsOrBuilderList()
List of IP address reservations in this network.int
getSerializedSize()
String
getServicesCidr()
IP range for reserved for services (e.g.com.google.protobuf.ByteString
getServicesCidrBytes()
IP range for reserved for services (e.g.Network.State
getState()
The Network state.int
getStateValue()
The Network state.Network.Type
getType()
The type of this network.int
getTypeValue()
The type of this network.String
getVlanId()
The vlan id of the Network.com.google.protobuf.ByteString
getVlanIdBytes()
The vlan id of the Network.VRF
getVrf()
The vrf for the Network.VRFOrBuilder
getVrfOrBuilder()
The vrf for the Network.int
hashCode()
boolean
hasVrf()
The vrf for the Network.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static Network.Builder
newBuilder()
static Network.Builder
newBuilder(Network prototype)
Network.Builder
newBuilderForType()
protected Network.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Network
parseDelimitedFrom(InputStream input)
static Network
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
parseFrom(byte[] data)
static Network
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
parseFrom(com.google.protobuf.ByteString data)
static Network
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
parseFrom(com.google.protobuf.CodedInputStream input)
static Network
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
parseFrom(InputStream input)
static Network
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
parseFrom(ByteBuffer data)
static Network
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Network>
parser()
Network.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IP_ADDRESS_FIELD_NUMBER
public static final int IP_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAC_ADDRESS_FIELD_NUMBER
public static final int MAC_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VLAN_ID_FIELD_NUMBER
public static final int VLAN_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CIDR_FIELD_NUMBER
public static final int CIDR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VRF_FIELD_NUMBER
public static final int VRF_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICES_CIDR_FIELD_NUMBER
public static final int SERVICES_CIDR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESERVATIONS_FIELD_NUMBER
public static final int RESERVATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POD_FIELD_NUMBER
public static final int POD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MOUNT_POINTS_FIELD_NUMBER
public static final int MOUNT_POINTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JUMBO_FRAMES_ENABLED_FIELD_NUMBER
public static final int JUMBO_FRAMES_ENABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GATEWAY_IP_FIELD_NUMBER
public static final int GATEWAY_IP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfaceNetworkOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for name.
-
getId
public String getId()
An identifier for the `Network`, generated by the backend.
string id = 10;
- Specified by:
getId
in interfaceNetworkOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
An identifier for the `Network`, generated by the backend.
string id = 10;
- Specified by:
getIdBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for id.
-
getTypeValue
public int getTypeValue()
The type of this network.
.google.cloud.baremetalsolution.v2.Network.Type type = 2;
- Specified by:
getTypeValue
in interfaceNetworkOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
getType
public Network.Type getType()
The type of this network.
.google.cloud.baremetalsolution.v2.Network.Type type = 2;
- Specified by:
getType
in interfaceNetworkOrBuilder
- Returns:
- The type.
-
getIpAddress
public String getIpAddress()
IP address configured.
string ip_address = 3;
- Specified by:
getIpAddress
in interfaceNetworkOrBuilder
- Returns:
- The ipAddress.
-
getIpAddressBytes
public com.google.protobuf.ByteString getIpAddressBytes()
IP address configured.
string ip_address = 3;
- Specified by:
getIpAddressBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for ipAddress.
-
getMacAddressList
public com.google.protobuf.ProtocolStringList getMacAddressList()
List of physical interfaces.
repeated string mac_address = 4;
- Specified by:
getMacAddressList
in interfaceNetworkOrBuilder
- Returns:
- A list containing the macAddress.
-
getMacAddressCount
public int getMacAddressCount()
List of physical interfaces.
repeated string mac_address = 4;
- Specified by:
getMacAddressCount
in interfaceNetworkOrBuilder
- Returns:
- The count of macAddress.
-
getMacAddress
public String getMacAddress(int index)
List of physical interfaces.
repeated string mac_address = 4;
- Specified by:
getMacAddress
in interfaceNetworkOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The macAddress at the given index.
-
getMacAddressBytes
public com.google.protobuf.ByteString getMacAddressBytes(int index)
List of physical interfaces.
repeated string mac_address = 4;
- Specified by:
getMacAddressBytes
in interfaceNetworkOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the macAddress at the given index.
-
getStateValue
public int getStateValue()
The Network state.
.google.cloud.baremetalsolution.v2.Network.State state = 6;
- Specified by:
getStateValue
in interfaceNetworkOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
getState
public Network.State getState()
The Network state.
.google.cloud.baremetalsolution.v2.Network.State state = 6;
- Specified by:
getState
in interfaceNetworkOrBuilder
- Returns:
- The state.
-
getVlanId
public String getVlanId()
The vlan id of the Network.
string vlan_id = 7;
- Specified by:
getVlanId
in interfaceNetworkOrBuilder
- Returns:
- The vlanId.
-
getVlanIdBytes
public com.google.protobuf.ByteString getVlanIdBytes()
The vlan id of the Network.
string vlan_id = 7;
- Specified by:
getVlanIdBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for vlanId.
-
getCidr
public String getCidr()
The cidr of the Network.
string cidr = 8;
- Specified by:
getCidr
in interfaceNetworkOrBuilder
- Returns:
- The cidr.
-
getCidrBytes
public com.google.protobuf.ByteString getCidrBytes()
The cidr of the Network.
string cidr = 8;
- Specified by:
getCidrBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for cidr.
-
hasVrf
public boolean hasVrf()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
- Specified by:
hasVrf
in interfaceNetworkOrBuilder
- Returns:
- Whether the vrf field is set.
-
getVrf
public VRF getVrf()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
- Specified by:
getVrf
in interfaceNetworkOrBuilder
- Returns:
- The vrf.
-
getVrfOrBuilder
public VRFOrBuilder getVrfOrBuilder()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
- Specified by:
getVrfOrBuilder
in interfaceNetworkOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:NetworkOrBuilder
Labels as key value pairs.
map<string, string> labels = 11;
- Specified by:
getLabelsCount
in interfaceNetworkOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 11;
- Specified by:
containsLabels
in interfaceNetworkOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfaceNetworkOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 11;
- Specified by:
getLabelsMap
in interfaceNetworkOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 11;
- Specified by:
getLabelsOrDefault
in interfaceNetworkOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 11;
- Specified by:
getLabelsOrThrow
in interfaceNetworkOrBuilder
-
getServicesCidr
public String getServicesCidr()
IP range for reserved for services (e.g. NFS).
string services_cidr = 12;
- Specified by:
getServicesCidr
in interfaceNetworkOrBuilder
- Returns:
- The servicesCidr.
-
getServicesCidrBytes
public com.google.protobuf.ByteString getServicesCidrBytes()
IP range for reserved for services (e.g. NFS).
string services_cidr = 12;
- Specified by:
getServicesCidrBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for servicesCidr.
-
getReservationsList
public List<NetworkAddressReservation> getReservationsList()
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
repeated .google.cloud.baremetalsolution.v2.NetworkAddressReservation reservations = 13;
- Specified by:
getReservationsList
in interfaceNetworkOrBuilder
-
getReservationsOrBuilderList
public List<? extends NetworkAddressReservationOrBuilder> getReservationsOrBuilderList()
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
repeated .google.cloud.baremetalsolution.v2.NetworkAddressReservation reservations = 13;
- Specified by:
getReservationsOrBuilderList
in interfaceNetworkOrBuilder
-
getReservationsCount
public int getReservationsCount()
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
repeated .google.cloud.baremetalsolution.v2.NetworkAddressReservation reservations = 13;
- Specified by:
getReservationsCount
in interfaceNetworkOrBuilder
-
getReservations
public NetworkAddressReservation getReservations(int index)
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
repeated .google.cloud.baremetalsolution.v2.NetworkAddressReservation reservations = 13;
- Specified by:
getReservations
in interfaceNetworkOrBuilder
-
getReservationsOrBuilder
public NetworkAddressReservationOrBuilder getReservationsOrBuilder(int index)
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
repeated .google.cloud.baremetalsolution.v2.NetworkAddressReservation reservations = 13;
- Specified by:
getReservationsOrBuilder
in interfaceNetworkOrBuilder
-
getPod
public String getPod()
Output only. Pod name.
string pod = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPod
in interfaceNetworkOrBuilder
- Returns:
- The pod.
-
getPodBytes
public com.google.protobuf.ByteString getPodBytes()
Output only. Pod name.
string pod = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPodBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for pod.
-
getMountPointsList
public List<NetworkMountPoint> getMountPointsList()
Input only. List of mount points to attach the network to.
repeated .google.cloud.baremetalsolution.v2.NetworkMountPoint mount_points = 15 [(.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getMountPointsList
in interfaceNetworkOrBuilder
-
getMountPointsOrBuilderList
public List<? extends NetworkMountPointOrBuilder> getMountPointsOrBuilderList()
Input only. List of mount points to attach the network to.
repeated .google.cloud.baremetalsolution.v2.NetworkMountPoint mount_points = 15 [(.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getMountPointsOrBuilderList
in interfaceNetworkOrBuilder
-
getMountPointsCount
public int getMountPointsCount()
Input only. List of mount points to attach the network to.
repeated .google.cloud.baremetalsolution.v2.NetworkMountPoint mount_points = 15 [(.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getMountPointsCount
in interfaceNetworkOrBuilder
-
getMountPoints
public NetworkMountPoint getMountPoints(int index)
Input only. List of mount points to attach the network to.
repeated .google.cloud.baremetalsolution.v2.NetworkMountPoint mount_points = 15 [(.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getMountPoints
in interfaceNetworkOrBuilder
-
getMountPointsOrBuilder
public NetworkMountPointOrBuilder getMountPointsOrBuilder(int index)
Input only. List of mount points to attach the network to.
repeated .google.cloud.baremetalsolution.v2.NetworkMountPoint mount_points = 15 [(.google.api.field_behavior) = INPUT_ONLY];
- Specified by:
getMountPointsOrBuilder
in interfaceNetworkOrBuilder
-
getJumboFramesEnabled
public boolean getJumboFramesEnabled()
Whether network uses standard frames or jumbo ones.
bool jumbo_frames_enabled = 16;
- Specified by:
getJumboFramesEnabled
in interfaceNetworkOrBuilder
- Returns:
- The jumboFramesEnabled.
-
getGatewayIp
public String getGatewayIp()
Output only. Gateway ip address.
string gateway_ip = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getGatewayIp
in interfaceNetworkOrBuilder
- Returns:
- The gatewayIp.
-
getGatewayIpBytes
public com.google.protobuf.ByteString getGatewayIpBytes()
Output only. Gateway ip address.
string gateway_ip = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getGatewayIpBytes
in interfaceNetworkOrBuilder
- Returns:
- The bytes for gatewayIp.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Network parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Network parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Network parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Network parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Network parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Network parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Network parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Network.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Network.Builder newBuilder()
-
newBuilder
public static Network.Builder newBuilder(Network prototype)
-
toBuilder
public Network.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Network.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Network getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Network> parser()
-
getParserForType
public com.google.protobuf.Parser<Network> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Network getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-