Interface ConfidentialInstanceConfigOrBuilder (4.91.1)

public interface ConfidentialInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidentialInstanceType()

public abstract ConfidentialInstanceConfig.ConfidentialInstanceType getConfidentialInstanceType()

Optional. Defines the type of Confidential Compute technology to use.

.google.cloud.dataproc.v1.ConfidentialInstanceConfig.ConfidentialInstanceType confidential_instance_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConfidentialInstanceConfig.ConfidentialInstanceType

The confidentialInstanceType.

getConfidentialInstanceTypeValue()

public abstract int getConfidentialInstanceTypeValue()

Optional. Defines the type of Confidential Compute technology to use.

.google.cloud.dataproc.v1.ConfidentialInstanceConfig.ConfidentialInstanceType confidential_instance_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for confidentialInstanceType.

getEnableConfidentialCompute() (deprecated)

public abstract boolean getEnableConfidentialCompute()

Deprecated. google.cloud.dataproc.v1.ConfidentialInstanceConfig.enable_confidential_compute is deprecated. See google/cloud/dataproc/v1/clusters.proto;l=678

Optional. Deprecated: Use 'confidential_instance_type' instead. Defines whether the instance should have confidential compute enabled.

bool enable_confidential_compute = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableConfidentialCompute.