Interface ConfidentialInstanceConfigOrBuilder (1.51.0)

public interface ConfidentialInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableConfidentialCompute()

public abstract boolean getEnableConfidentialCompute()

Defines whether the instance should have confidential compute enabled.

optional bool enable_confidential_compute = 102135228;

Returns
TypeDescription
boolean

The enableConfidentialCompute.

hasEnableConfidentialCompute()

public abstract boolean hasEnableConfidentialCompute()

Defines whether the instance should have confidential compute enabled.

optional bool enable_confidential_compute = 102135228;

Returns
TypeDescription
boolean

Whether the enableConfidentialCompute field is set.