- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public static final class IstioConfig.Builder extends GeneratedMessageV3.Builder<IstioConfig.Builder> implements IstioConfigOrBuilder
Configuration options for Istio addon.
Protobuf type google.container.v1beta1.IstioConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > IstioConfig.BuilderImplements
IstioConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IstioConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IstioConfig.Builder |
build()
public IstioConfig build()
Type | Description |
IstioConfig |
buildPartial()
public IstioConfig buildPartial()
Type | Description |
IstioConfig |
clear()
public IstioConfig.Builder clear()
Type | Description |
IstioConfig.Builder |
clearAuth()
public IstioConfig.Builder clearAuth()
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
Type | Description |
IstioConfig.Builder | This builder for chaining. |
clearDisabled()
public IstioConfig.Builder clearDisabled()
Whether Istio is enabled for this cluster.
bool disabled = 1 [deprecated = true];
Type | Description |
IstioConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public IstioConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
IstioConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public IstioConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
IstioConfig.Builder |
clone()
public IstioConfig.Builder clone()
Type | Description |
IstioConfig.Builder |
getAuth()
public IstioConfig.IstioAuthMode getAuth()
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
Type | Description |
IstioConfig.IstioAuthMode | The auth. |
getAuthValue()
public int getAuthValue()
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
Type | Description |
int | The enum numeric value on the wire for auth. |
getDefaultInstanceForType()
public IstioConfig getDefaultInstanceForType()
Type | Description |
IstioConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisabled()
public boolean getDisabled()
Whether Istio is enabled for this cluster.
bool disabled = 1 [deprecated = true];
Type | Description |
boolean | The disabled. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(IstioConfig other)
public IstioConfig.Builder mergeFrom(IstioConfig other)
Name | Description |
other | IstioConfig |
Type | Description |
IstioConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IstioConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IstioConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public IstioConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
IstioConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IstioConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IstioConfig.Builder |
setAuth(IstioConfig.IstioAuthMode value)
public IstioConfig.Builder setAuth(IstioConfig.IstioAuthMode value)
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
Name | Description |
value | IstioConfig.IstioAuthMode The auth to set. |
Type | Description |
IstioConfig.Builder | This builder for chaining. |
setAuthValue(int value)
public IstioConfig.Builder setAuthValue(int value)
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
Name | Description |
value | int The enum numeric value on the wire for auth to set. |
Type | Description |
IstioConfig.Builder | This builder for chaining. |
setDisabled(boolean value)
public IstioConfig.Builder setDisabled(boolean value)
Whether Istio is enabled for this cluster.
bool disabled = 1 [deprecated = true];
Name | Description |
value | boolean The disabled to set. |
Type | Description |
IstioConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public IstioConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IstioConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IstioConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
IstioConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final IstioConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IstioConfig.Builder |