public static final class ShieldedInstanceConfig.Builder extends GeneratedMessageV3.Builder<ShieldedInstanceConfig.Builder> implements ShieldedInstanceConfigOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ShieldedInstanceConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ShieldedInstanceConfig build()
buildPartial()
public ShieldedInstanceConfig buildPartial()
clear()
public ShieldedInstanceConfig.Builder clear()
Overrides
clearEnableIntegrityMonitoring()
public ShieldedInstanceConfig.Builder clearEnableIntegrityMonitoring()
Optional. Defines whether the VM instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the VM
instance. The attestation is performed against the integrity policy
baseline. This baseline is initially derived from the implicitly trusted
boot image when the VM instance is created. Enabled by default.
bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
clearEnableSecureBoot()
public ShieldedInstanceConfig.Builder clearEnableSecureBoot()
Optional. Defines whether the VM 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. Disabled by default.
bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
clearEnableVtpm()
public ShieldedInstanceConfig.Builder clearEnableVtpm()
Optional. Defines whether the VM instance has the vTPM enabled. Enabled by
default.
bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public ShieldedInstanceConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ShieldedInstanceConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ShieldedInstanceConfig.Builder clone()
Overrides
getDefaultInstanceForType()
public ShieldedInstanceConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEnableIntegrityMonitoring()
public boolean getEnableIntegrityMonitoring()
Optional. Defines whether the VM instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the VM
instance. The attestation is performed against the integrity policy
baseline. This baseline is initially derived from the implicitly trusted
boot image when the VM instance is created. Enabled by default.
bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | The enableIntegrityMonitoring.
|
getEnableSecureBoot()
public boolean getEnableSecureBoot()
Optional. Defines whether the VM 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. Disabled by default.
bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | The enableSecureBoot.
|
getEnableVtpm()
public boolean getEnableVtpm()
Optional. Defines whether the VM instance has the vTPM enabled. Enabled by
default.
bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | The enableVtpm.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ShieldedInstanceConfig other)
public ShieldedInstanceConfig.Builder mergeFrom(ShieldedInstanceConfig other)
public ShieldedInstanceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ShieldedInstanceConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ShieldedInstanceConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEnableIntegrityMonitoring(boolean value)
public ShieldedInstanceConfig.Builder setEnableIntegrityMonitoring(boolean value)
Optional. Defines whether the VM instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the VM
instance. The attestation is performed against the integrity policy
baseline. This baseline is initially derived from the implicitly trusted
boot image when the VM instance is created. Enabled by default.
bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | boolean
The enableIntegrityMonitoring to set.
|
setEnableSecureBoot(boolean value)
public ShieldedInstanceConfig.Builder setEnableSecureBoot(boolean value)
Optional. Defines whether the VM 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. Disabled by default.
bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | boolean
The enableSecureBoot to set.
|
setEnableVtpm(boolean value)
public ShieldedInstanceConfig.Builder setEnableVtpm(boolean value)
Optional. Defines whether the VM instance has the vTPM enabled. Enabled by
default.
bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | boolean
The enableVtpm to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ShieldedInstanceConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ShieldedInstanceConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ShieldedInstanceConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides