Package com.google.container.v1
Interface WindowsNodeConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WindowsNodeConfig
,WindowsNodeConfig.Builder
public interface WindowsNodeConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowsNodeConfig.OSVersion
getOsVersion()
OSVersion specifies the Windows node config to be used on the nodeint
getOsVersionValue()
OSVersion specifies the Windows node config to be used on the node-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOsVersionValue
int getOsVersionValue()
OSVersion specifies the Windows node config to be used on the node
.google.container.v1.WindowsNodeConfig.OSVersion os_version = 1;
- Returns:
- The enum numeric value on the wire for osVersion.
-
getOsVersion
WindowsNodeConfig.OSVersion getOsVersion()
OSVersion specifies the Windows node config to be used on the node
.google.container.v1.WindowsNodeConfig.OSVersion os_version = 1;
- Returns:
- The osVersion.
-
-