Class WindowsVersions (2.4.0)

public final class WindowsVersions extends GeneratedMessageV3 implements WindowsVersionsOrBuilder

Windows server versions.

Protobuf type google.container.v1beta1.WindowsVersions

Static Fields

WINDOWS_VERSIONS_FIELD_NUMBER

public static final int WINDOWS_VERSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WindowsVersions getDefaultInstance()
Returns
TypeDescription
WindowsVersions

getDescriptor()

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

newBuilder()

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

newBuilder(WindowsVersions prototype)

public static WindowsVersions.Builder newBuilder(WindowsVersions prototype)
Parameter
NameDescription
prototypeWindowsVersions
Returns
TypeDescription
WindowsVersions.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public WindowsVersions getDefaultInstanceForType()
Returns
TypeDescription
WindowsVersions

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getWindowsVersions(int index)

public WindowsVersions.WindowsVersion getWindowsVersions(int index)

List of Windows server versions.

repeated .google.container.v1beta1.WindowsVersions.WindowsVersion windows_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WindowsVersions.WindowsVersion

getWindowsVersionsCount()

public int getWindowsVersionsCount()

List of Windows server versions.

repeated .google.container.v1beta1.WindowsVersions.WindowsVersion windows_versions = 1;

Returns
TypeDescription
int

getWindowsVersionsList()

public List<WindowsVersions.WindowsVersion> getWindowsVersionsList()

List of Windows server versions.

repeated .google.container.v1beta1.WindowsVersions.WindowsVersion windows_versions = 1;

Returns
TypeDescription
List<WindowsVersion>

getWindowsVersionsOrBuilder(int index)

public WindowsVersions.WindowsVersionOrBuilder getWindowsVersionsOrBuilder(int index)

List of Windows server versions.

repeated .google.container.v1beta1.WindowsVersions.WindowsVersion windows_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WindowsVersions.WindowsVersionOrBuilder

getWindowsVersionsOrBuilderList()

public List<? extends WindowsVersions.WindowsVersionOrBuilder> getWindowsVersionsOrBuilderList()

List of Windows server versions.

repeated .google.container.v1beta1.WindowsVersions.WindowsVersion windows_versions = 1;

Returns
TypeDescription
List<? extends com.google.container.v1beta1.WindowsVersions.WindowsVersionOrBuilder>

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 WindowsVersions.Builder newBuilderForType()
Returns
TypeDescription
WindowsVersions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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