Class SubnetStatus (0.2.0)

public final class SubnetStatus extends GeneratedMessageV3 implements SubnetStatusOrBuilder

SubnetStatus contains detailed and current technical information about this subnet resource.

Protobuf type google.cloud.edgenetwork.v1.SubnetStatus

Static Fields

public static final int LINK_LAYER_ADDRESSES_FIELD_NUMBER
Field Value
TypeDescription
int

MAC_ADDRESS_FIELD_NUMBER

public static final int MAC_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SubnetStatus getDefaultInstance()
Returns
TypeDescription
SubnetStatus

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SubnetStatus.Builder newBuilder()
Returns
TypeDescription
SubnetStatus.Builder

newBuilder(SubnetStatus prototype)

public static SubnetStatus.Builder newBuilder(SubnetStatus prototype)
Parameter
NameDescription
prototypeSubnetStatus
Returns
TypeDescription
SubnetStatus.Builder

parseDelimitedFrom(InputStream input)

public static SubnetStatus parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SubnetStatus parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SubnetStatus parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SubnetStatus parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SubnetStatus parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SubnetStatus parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SubnetStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SubnetStatus
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SubnetStatus> parser()
Returns
TypeDescription
Parser<SubnetStatus>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SubnetStatus getDefaultInstanceForType()
Returns
TypeDescription
SubnetStatus

getLinkLayerAddresses(int index)

public LinkLayerAddress getLinkLayerAddresses(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddress

getLinkLayerAddressesCount()

public int getLinkLayerAddressesCount()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
int

getLinkLayerAddressesList()

public List<LinkLayerAddress> getLinkLayerAddressesList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
List<LinkLayerAddress>

getLinkLayerAddressesOrBuilder(int index)

public LinkLayerAddressOrBuilder getLinkLayerAddressesOrBuilder(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddressOrBuilder

getLinkLayerAddressesOrBuilderList()

public List<? extends LinkLayerAddressOrBuilder> getLinkLayerAddressesOrBuilderList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder>

getMacAddress()

public String getMacAddress()

BVI MAC address.

string mac_address = 2;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public ByteString getMacAddressBytes()

BVI MAC address.

string mac_address = 2;

Returns
TypeDescription
ByteString

The bytes for macAddress.

getName()

public String getName()

The name of CCFE subnet resource.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of CCFE subnet resource.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<SubnetStatus> getParserForType()
Returns
TypeDescription
Parser<SubnetStatus>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SubnetStatus.Builder newBuilderForType()
Returns
TypeDescription
SubnetStatus.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SubnetStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SubnetStatus.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SubnetStatus.Builder toBuilder()
Returns
TypeDescription
SubnetStatus.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException