public final class NodeManagement extends GeneratedMessage implements NodeManagementOrBuilderNodeManagement defines the set of node management services turned on for the node pool.
Protobuf type google.container.v1beta1.NodeManagement
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > NodeManagementImplements
NodeManagementOrBuilderStatic Fields
AUTO_REPAIR_FIELD_NUMBER
public static final int AUTO_REPAIR_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
AUTO_UPGRADE_FIELD_NUMBER
public static final int AUTO_UPGRADE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPGRADE_OPTIONS_FIELD_NUMBER
public static final int UPGRADE_OPTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static NodeManagement getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static NodeManagement.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
NodeManagement.Builder |
|
newBuilder(NodeManagement prototype)
public static NodeManagement.Builder newBuilder(NodeManagement prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
NodeManagement |
| Returns | |
|---|---|
| Type | Description |
NodeManagement.Builder |
|
parseDelimitedFrom(InputStream input)
public static NodeManagement parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static NodeManagement parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static NodeManagement parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static NodeManagement parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static NodeManagement parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static NodeManagement parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodeManagement parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<NodeManagement> parser()| Returns | |
|---|---|
| Type | Description |
Parser<NodeManagement> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAutoRepair()
public boolean getAutoRepair()Whether the nodes will be automatically repaired.
bool auto_repair = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autoRepair. |
getAutoUpgrade()
public boolean getAutoUpgrade()Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autoUpgrade. |
getDefaultInstanceForType()
public NodeManagement getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NodeManagement |
|
getParserForType()
public Parser<NodeManagement> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<NodeManagement> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUpgradeOptions()
public AutoUpgradeOptions getUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Returns | |
|---|---|
| Type | Description |
AutoUpgradeOptions |
The upgradeOptions. |
getUpgradeOptionsOrBuilder()
public AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Returns | |
|---|---|
| Type | Description |
AutoUpgradeOptionsOrBuilder |
|
hasUpgradeOptions()
public boolean hasUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the upgradeOptions field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public NodeManagement.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
NodeManagement.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected NodeManagement.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
NodeManagement.Builder |
|
toBuilder()
public NodeManagement.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
NodeManagement.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|