public static final class ConfidentialNodes.Builder extends GeneratedMessage.Builder<ConfidentialNodes.Builder> implements ConfidentialNodesOrBuilderConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.
Protobuf type google.container.v1.ConfidentialNodes
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ConfidentialNodes.BuilderImplements
ConfidentialNodesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ConfidentialNodes build()| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes |
|
buildPartial()
public ConfidentialNodes buildPartial()| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes |
|
clear()
public ConfidentialNodes.Builder clear()| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
|
clearConfidentialInstanceType()
public ConfidentialNodes.Builder clearConfidentialInstanceType()Defines the type of technology used by the confidential node.
.google.container.v1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
This builder for chaining. |
clearEnabled()
public ConfidentialNodes.Builder clearEnabled()Whether Confidential Nodes feature is enabled.
bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
This builder for chaining. |
getConfidentialInstanceType()
public ConfidentialNodes.ConfidentialInstanceType getConfidentialInstanceType()Defines the type of technology used by the confidential node.
.google.container.v1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.ConfidentialInstanceType |
The confidentialInstanceType. |
getConfidentialInstanceTypeValue()
public int getConfidentialInstanceTypeValue()Defines the type of technology used by the confidential node.
.google.container.v1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for confidentialInstanceType. |
getDefaultInstanceForType()
public ConfidentialNodes getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnabled()
public boolean getEnabled()Whether Confidential Nodes feature is enabled.
bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ConfidentialNodes other)
public ConfidentialNodes.Builder mergeFrom(ConfidentialNodes other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfidentialNodes |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfidentialNodes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ConfidentialNodes.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
|
setConfidentialInstanceType(ConfidentialNodes.ConfidentialInstanceType value)
public ConfidentialNodes.Builder setConfidentialInstanceType(ConfidentialNodes.ConfidentialInstanceType value)Defines the type of technology used by the confidential node.
.google.container.v1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ConfidentialNodes.ConfidentialInstanceTypeThe confidentialInstanceType to set. |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
This builder for chaining. |
setConfidentialInstanceTypeValue(int value)
public ConfidentialNodes.Builder setConfidentialInstanceTypeValue(int value)Defines the type of technology used by the confidential node.
.google.container.v1.ConfidentialNodes.ConfidentialInstanceType confidential_instance_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for confidentialInstanceType to set. |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
This builder for chaining. |
setEnabled(boolean value)
public ConfidentialNodes.Builder setEnabled(boolean value)Whether Confidential Nodes feature is enabled.
bool enabled = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enabled to set. |
| Returns | |
|---|---|
| Type | Description |
ConfidentialNodes.Builder |
This builder for chaining. |