Interface WorkloadALTSConfigOrBuilder (2.5.0)

public interface WorkloadALTSConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableAlts()

public abstract BoolValue getEnableAlts()

enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty).

.google.protobuf.BoolValue enable_alts = 1;

Returns
TypeDescription
BoolValue

The enableAlts.

getEnableAltsOrBuilder()

public abstract BoolValueOrBuilder getEnableAltsOrBuilder()

enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty).

.google.protobuf.BoolValue enable_alts = 1;

Returns
TypeDescription
BoolValueOrBuilder

hasEnableAlts()

public abstract boolean hasEnableAlts()

enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty).

.google.protobuf.BoolValue enable_alts = 1;

Returns
TypeDescription
boolean

Whether the enableAlts field is set.