Class NetworkTags (2.46.0)

public final class NetworkTags extends GeneratedMessageV3 implements NetworkTagsOrBuilder

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.

Protobuf type google.container.v1.NetworkTags

Static Fields

TAGS_FIELD_NUMBER

public static final int TAGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NetworkTags getDefaultInstance()
Returns
Type Description
NetworkTags

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static NetworkTags.Builder newBuilder()
Returns
Type Description
NetworkTags.Builder

newBuilder(NetworkTags prototype)

public static NetworkTags.Builder newBuilder(NetworkTags prototype)
Parameter
Name Description
prototype NetworkTags
Returns
Type Description
NetworkTags.Builder

parseDelimitedFrom(InputStream input)

public static NetworkTags parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static NetworkTags parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NetworkTags parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NetworkTags parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static NetworkTags parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static NetworkTags parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NetworkTags parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkTags
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<NetworkTags> parser()
Returns
Type Description
Parser<NetworkTags>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public NetworkTags getDefaultInstanceForType()
Returns
Type Description
NetworkTags

getParserForType()

public Parser<NetworkTags> getParserForType()
Returns
Type Description
Parser<NetworkTags>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTags(int index)

public String getTags(int index)

List of network tags.

repeated string tags = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The tags at the given index.

getTagsBytes(int index)

public ByteString getTagsBytes(int index)

List of network tags.

repeated string tags = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tags at the given index.

getTagsCount()

public int getTagsCount()

List of network tags.

repeated string tags = 1;

Returns
Type Description
int

The count of tags.

getTagsList()

public ProtocolStringList getTagsList()

List of network tags.

repeated string tags = 1;

Returns
Type Description
ProtocolStringList

A list containing the tags.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public NetworkTags.Builder newBuilderForType()
Returns
Type Description
NetworkTags.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NetworkTags.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
NetworkTags.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public NetworkTags.Builder toBuilder()
Returns
Type Description
NetworkTags.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException