Class Instance.ShieldedInstanceConfig.Builder (1.81.0)

public static final class Instance.ShieldedInstanceConfig.Builder extends GeneratedMessage.Builder<Instance.ShieldedInstanceConfig.Builder> implements Instance.ShieldedInstanceConfigOrBuilder

A set of Shielded Instance options. Check Images using supported Shielded VM features. Not all combinations are valid.

Protobuf type google.cloud.notebooks.v1.Instance.ShieldedInstanceConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Instance.ShieldedInstanceConfig build()
Returns
Type Description
Instance.ShieldedInstanceConfig

buildPartial()

public Instance.ShieldedInstanceConfig buildPartial()
Returns
Type Description
Instance.ShieldedInstanceConfig

clear()

public Instance.ShieldedInstanceConfig.Builder clear()
Returns
Type Description
Instance.ShieldedInstanceConfig.Builder
Overrides

clearEnableIntegrityMonitoring()

public Instance.ShieldedInstanceConfig.Builder clearEnableIntegrityMonitoring()

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.

bool enable_integrity_monitoring = 3;

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.

clearEnableSecureBoot()

public Instance.ShieldedInstanceConfig.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. Disabled by default.

bool enable_secure_boot = 1;

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.

clearEnableVtpm()

public Instance.ShieldedInstanceConfig.Builder clearEnableVtpm()

Defines whether the instance has the vTPM enabled. Enabled by default.

bool enable_vtpm = 2;

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public Instance.ShieldedInstanceConfig getDefaultInstanceForType()
Returns
Type Description
Instance.ShieldedInstanceConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnableIntegrityMonitoring()

public boolean getEnableIntegrityMonitoring()

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.

bool enable_integrity_monitoring = 3;

Returns
Type Description
boolean

The enableIntegrityMonitoring.

getEnableSecureBoot()

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. Disabled by default.

bool enable_secure_boot = 1;

Returns
Type Description
boolean

The enableSecureBoot.

getEnableVtpm()

public boolean getEnableVtpm()

Defines whether the instance has the vTPM enabled. Enabled by default.

bool enable_vtpm = 2;

Returns
Type Description
boolean

The enableVtpm.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Instance.ShieldedInstanceConfig other)

public Instance.ShieldedInstanceConfig.Builder mergeFrom(Instance.ShieldedInstanceConfig other)
Parameter
Name Description
other Instance.ShieldedInstanceConfig
Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Instance.ShieldedInstanceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.ShieldedInstanceConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Instance.ShieldedInstanceConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Instance.ShieldedInstanceConfig.Builder
Overrides

setEnableIntegrityMonitoring(boolean value)

public Instance.ShieldedInstanceConfig.Builder setEnableIntegrityMonitoring(boolean value)

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.

bool enable_integrity_monitoring = 3;

Parameter
Name Description
value boolean

The enableIntegrityMonitoring to set.

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.

setEnableSecureBoot(boolean value)

public Instance.ShieldedInstanceConfig.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. Disabled by default.

bool enable_secure_boot = 1;

Parameter
Name Description
value boolean

The enableSecureBoot to set.

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.

setEnableVtpm(boolean value)

public Instance.ShieldedInstanceConfig.Builder setEnableVtpm(boolean value)

Defines whether the instance has the vTPM enabled. Enabled by default.

bool enable_vtpm = 2;

Parameter
Name Description
value boolean

The enableVtpm to set.

Returns
Type Description
Instance.ShieldedInstanceConfig.Builder

This builder for chaining.