public static final class RuntimeShieldedInstanceConfig.Builder extends GeneratedMessageV3.Builder<RuntimeShieldedInstanceConfig.Builder> implements RuntimeShieldedInstanceConfigOrBuilder
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuntimeShieldedInstanceConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public RuntimeShieldedInstanceConfig build()
buildPartial()
public RuntimeShieldedInstanceConfig buildPartial()
clear()
public RuntimeShieldedInstanceConfig.Builder clear()
Overrides
clearEnableIntegrityMonitoring()
public RuntimeShieldedInstanceConfig.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;
clearEnableSecureBoot()
public RuntimeShieldedInstanceConfig.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;
clearEnableVtpm()
public RuntimeShieldedInstanceConfig.Builder clearEnableVtpm()
Defines whether the instance has the vTPM enabled. Enabled by default.
bool enable_vtpm = 2;
clearField(Descriptors.FieldDescriptor field)
public RuntimeShieldedInstanceConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RuntimeShieldedInstanceConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public RuntimeShieldedInstanceConfig.Builder clone()
Overrides
getDefaultInstanceForType()
public RuntimeShieldedInstanceConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RuntimeShieldedInstanceConfig other)
public RuntimeShieldedInstanceConfig.Builder mergeFrom(RuntimeShieldedInstanceConfig other)
public RuntimeShieldedInstanceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RuntimeShieldedInstanceConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeShieldedInstanceConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEnableIntegrityMonitoring(boolean value)
public RuntimeShieldedInstanceConfig.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.
|
setEnableSecureBoot(boolean value)
public RuntimeShieldedInstanceConfig.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.
|
setEnableVtpm(boolean value)
public RuntimeShieldedInstanceConfig.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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public RuntimeShieldedInstanceConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuntimeShieldedInstanceConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeShieldedInstanceConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides