Interface ConfidentialInstanceConfigOrBuilder (0.10.0)

public interface ConfidentialInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableConfidentialCompute()

public abstract boolean getEnableConfidentialCompute()

Optional. Defines whether the instance should have confidential compute enabled.

optional bool enable_confidential_compute = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableConfidentialCompute.

hasEnableConfidentialCompute()

public abstract boolean hasEnableConfidentialCompute()

Optional. Defines whether the instance should have confidential compute enabled.

optional bool enable_confidential_compute = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the enableConfidentialCompute field is set.