- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class ValueValidation.Builder extends GeneratedMessageV3.Builder<ValueValidation.Builder> implements ValueValidationOrBuilder
Validation based on a list of allowed values.
Protobuf type google.cloud.dataproc.v1.ValueValidation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ValueValidation.BuilderImplements
ValueValidationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllValues(Iterable<String> values)
public ValueValidation.Builder addAllValues(Iterable<String> values)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The values to add. |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ValueValidation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
addValues(String value)
public ValueValidation.Builder addValues(String value)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The values to add. |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
This builder for chaining. |
addValuesBytes(ByteString value)
public ValueValidation.Builder addValuesBytes(ByteString value)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the values to add. |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
This builder for chaining. |
build()
public ValueValidation build()
Returns | |
---|---|
Type | Description |
ValueValidation |
buildPartial()
public ValueValidation buildPartial()
Returns | |
---|---|
Type | Description |
ValueValidation |
clear()
public ValueValidation.Builder clear()
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
clearField(Descriptors.FieldDescriptor field)
public ValueValidation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ValueValidation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
clearValues()
public ValueValidation.Builder clearValues()
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
This builder for chaining. |
clone()
public ValueValidation.Builder clone()
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
getDefaultInstanceForType()
public ValueValidation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ValueValidation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getValues(int index)
public String getValues(int index)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The values at the given index. |
getValuesBytes(int index)
public ByteString getValuesBytes(int index)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the values at the given index. |
getValuesCount()
public int getValuesCount()
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of values. |
getValuesList()
public ProtocolStringList getValuesList()
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the values. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ValueValidation other)
public ValueValidation.Builder mergeFrom(ValueValidation other)
Parameter | |
---|---|
Name | Description |
other |
ValueValidation |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ValueValidation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ValueValidation.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ValueValidation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ValueValidation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ValueValidation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ValueValidation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
setValues(int index, String value)
public ValueValidation.Builder setValues(int index, String value)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The values to set. |
Returns | |
---|---|
Type | Description |
ValueValidation.Builder |
This builder for chaining. |