Interface ConfidentialInstanceConfigOrBuilder (1.52.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
Type Description
boolean

The enableConfidentialCompute.

hasEnableConfidentialCompute()

public abstract boolean hasEnableConfidentialCompute()

Defines whether the instance should have confidential compute enabled.

optional bool enable_confidential_compute = 102135228;

Returns
Type Description
boolean

Whether the enableConfidentialCompute field is set.