public static final class ShieldedVmConfig.Builder extends GeneratedMessageV3.Builder<ShieldedVmConfig.Builder> implements ShieldedVmConfigOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ShieldedVmConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ShieldedVmConfig build()
public ShieldedVmConfig buildPartial()
public ShieldedVmConfig.Builder clear()
Overrides
public ShieldedVmConfig.Builder clearEnableSecureBoot()
Defines whether the instance has Secure
Boot
enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
bool enable_secure_boot = 1;
public ShieldedVmConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ShieldedVmConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ShieldedVmConfig.Builder clone()
Overrides
public ShieldedVmConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public boolean getEnableSecureBoot()
Defines whether the instance has Secure
Boot
enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
bool enable_secure_boot = 1;
Returns |
Type |
Description |
boolean |
The enableSecureBoot.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ShieldedVmConfig.Builder mergeFrom(ShieldedVmConfig other)
public ShieldedVmConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ShieldedVmConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ShieldedVmConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ShieldedVmConfig.Builder setEnableSecureBoot(boolean value)
Defines whether the instance has Secure
Boot
enabled.
Secure Boot helps ensure that the system only runs authentic software by
verifying the digital signature of all boot components, and halting the
boot process if signature verification fails.
bool enable_secure_boot = 1;
Parameter |
Name |
Description |
value |
boolean
The enableSecureBoot to set.
|
public ShieldedVmConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ShieldedVmConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ShieldedVmConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides