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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SubnetStatusImplements
SubnetStatusOrBuilderStatic Fields
LINK_LAYER_ADDRESSES_FIELD_NUMBER
public static final int LINK_LAYER_ADDRESSES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MAC_ADDRESS_FIELD_NUMBER
public static final int MAC_ADDRESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SubnetStatus getDefaultInstance()
Returns | |
---|---|
Type | Description |
SubnetStatus |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SubnetStatus.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SubnetStatus.Builder |
newBuilder(SubnetStatus prototype)
public static SubnetStatus.Builder newBuilder(SubnetStatus prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SubnetStatus |
Returns | |
---|---|
Type | Description |
SubnetStatus.Builder |
parseDelimitedFrom(InputStream input)
public static SubnetStatus parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SubnetStatus parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SubnetStatus parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SubnetStatus parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SubnetStatus parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SubnetStatus parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SubnetStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SubnetStatus |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SubnetStatus> parser()
Returns | |
---|---|
Type | Description |
Parser<SubnetStatus> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public SubnetStatus getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder> |
getMacAddress()
public String getMacAddress()
BVI MAC address.
string mac_address = 2;
Returns | |
---|---|
Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public ByteString getMacAddressBytes()
BVI MAC address.
string mac_address = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for macAddress. |
getName()
public String getName()
The name of CCFE subnet resource.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
The name of CCFE subnet resource.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<SubnetStatus> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SubnetStatus> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SubnetStatus.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SubnetStatus.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SubnetStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SubnetStatus.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SubnetStatus.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SubnetStatus.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |