- 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 BinaryAuthorization.Builder extends GeneratedMessageV3.Builder<BinaryAuthorization.Builder> implements BinaryAuthorizationOrBuilder
Configuration for Binary Authorization.
Protobuf type google.container.v1.BinaryAuthorization
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BinaryAuthorization.BuilderImplements
BinaryAuthorizationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BinaryAuthorization.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BinaryAuthorization.Builder |
build()
public BinaryAuthorization build()
Type | Description |
BinaryAuthorization |
buildPartial()
public BinaryAuthorization buildPartial()
Type | Description |
BinaryAuthorization |
clear()
public BinaryAuthorization.Builder clear()
Type | Description |
BinaryAuthorization.Builder |
clearEnabled() (deprecated)
public BinaryAuthorization.Builder clearEnabled()
Deprecated. google.container.v1.BinaryAuthorization.enabled is deprecated. See google/container/v1/cluster_service.proto;l=1224
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
bool enabled = 1 [deprecated = true];
Type | Description |
BinaryAuthorization.Builder | This builder for chaining. |
clearEvaluationMode()
public BinaryAuthorization.Builder clearEvaluationMode()
Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
Type | Description |
BinaryAuthorization.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BinaryAuthorization.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BinaryAuthorization.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BinaryAuthorization.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BinaryAuthorization.Builder |
clone()
public BinaryAuthorization.Builder clone()
Type | Description |
BinaryAuthorization.Builder |
getDefaultInstanceForType()
public BinaryAuthorization getDefaultInstanceForType()
Type | Description |
BinaryAuthorization |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEnabled() (deprecated)
public boolean getEnabled()
Deprecated. google.container.v1.BinaryAuthorization.enabled is deprecated. See google/container/v1/cluster_service.proto;l=1224
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
bool enabled = 1 [deprecated = true];
Type | Description |
boolean | The enabled. |
getEvaluationMode()
public BinaryAuthorization.EvaluationMode getEvaluationMode()
Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
Type | Description |
BinaryAuthorization.EvaluationMode | The evaluationMode. |
getEvaluationModeValue()
public int getEvaluationModeValue()
Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
Type | Description |
int | The enum numeric value on the wire for evaluationMode. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BinaryAuthorization other)
public BinaryAuthorization.Builder mergeFrom(BinaryAuthorization other)
Name | Description |
other | BinaryAuthorization |
Type | Description |
BinaryAuthorization.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BinaryAuthorization.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BinaryAuthorization.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BinaryAuthorization.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BinaryAuthorization.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BinaryAuthorization.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BinaryAuthorization.Builder |
setEnabled(boolean value) (deprecated)
public BinaryAuthorization.Builder setEnabled(boolean value)
Deprecated. google.container.v1.BinaryAuthorization.enabled is deprecated. See google/container/v1/cluster_service.proto;l=1224
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
bool enabled = 1 [deprecated = true];
Name | Description |
value | boolean The enabled to set. |
Type | Description |
BinaryAuthorization.Builder | This builder for chaining. |
setEvaluationMode(BinaryAuthorization.EvaluationMode value)
public BinaryAuthorization.Builder setEvaluationMode(BinaryAuthorization.EvaluationMode value)
Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
Name | Description |
value | BinaryAuthorization.EvaluationMode The evaluationMode to set. |
Type | Description |
BinaryAuthorization.Builder | This builder for chaining. |
setEvaluationModeValue(int value)
public BinaryAuthorization.Builder setEvaluationModeValue(int value)
Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
Name | Description |
value | int The enum numeric value on the wire for evaluationMode to set. |
Type | Description |
BinaryAuthorization.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BinaryAuthorization.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BinaryAuthorization.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BinaryAuthorization.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BinaryAuthorization.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BinaryAuthorization.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BinaryAuthorization.Builder |