public static final class WorkloadALTSConfig.Builder extends GeneratedMessage.Builder<WorkloadALTSConfig.Builder> implements WorkloadALTSConfigOrBuilderConfiguration for direct-path (via ALTS) with workload identity. This feature is not officially supported for external customers in Kubernetes Engine when using Workload Identity.
Protobuf type google.container.v1beta1.WorkloadALTSConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WorkloadALTSConfig.BuilderImplements
WorkloadALTSConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WorkloadALTSConfig build()| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig |
|
buildPartial()
public WorkloadALTSConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig |
|
clear()
public WorkloadALTSConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
clearEnableAlts()
public WorkloadALTSConfig.Builder clearEnableAlts()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 | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
getDefaultInstanceForType()
public WorkloadALTSConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnableAlts()
public 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 | |
|---|---|
| Type | Description |
BoolValue |
The enableAlts. |
getEnableAltsBuilder()
public BoolValue.Builder getEnableAltsBuilder()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 | |
|---|---|
| Type | Description |
Builder |
|
getEnableAltsOrBuilder()
public 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 | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
hasEnableAlts()
public 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 | |
|---|---|
| Type | Description |
boolean |
Whether the enableAlts field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEnableAlts(BoolValue value)
public WorkloadALTSConfig.Builder mergeEnableAlts(BoolValue value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
mergeFrom(WorkloadALTSConfig other)
public WorkloadALTSConfig.Builder mergeFrom(WorkloadALTSConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkloadALTSConfig |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkloadALTSConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WorkloadALTSConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
setEnableAlts(BoolValue value)
public WorkloadALTSConfig.Builder setEnableAlts(BoolValue value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
BoolValue |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|
setEnableAlts(BoolValue.Builder builderForValue)
public WorkloadALTSConfig.Builder setEnableAlts(BoolValue.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
WorkloadALTSConfig.Builder |
|