Package com.google.cloud.dialogflow.v2
Class ValidationError.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
- com.google.cloud.dialogflow.v2.ValidationError.Builder
-
- All Implemented Interfaces:
ValidationErrorOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ValidationError
public static final class ValidationError.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder> implements ValidationErrorOrBuilder
Represents a single validation error.
Protobuf typegoogle.cloud.dialogflow.v2.ValidationError
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationError.BuilderaddAllEntries(Iterable<String> values)The names of the entries that the error is associated with.ValidationError.BuilderaddEntries(String value)The names of the entries that the error is associated with.ValidationError.BuilderaddEntriesBytes(com.google.protobuf.ByteString value)The names of the entries that the error is associated with.ValidationError.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ValidationErrorbuild()ValidationErrorbuildPartial()ValidationError.Builderclear()ValidationError.BuilderclearEntries()The names of the entries that the error is associated with.ValidationError.BuilderclearErrorMessage()The detailed error message.ValidationError.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ValidationError.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ValidationError.BuilderclearSeverity()The severity of the error.ValidationError.Builderclone()ValidationErrorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetEntries(int index)The names of the entries that the error is associated with.com.google.protobuf.ByteStringgetEntriesBytes(int index)The names of the entries that the error is associated with.intgetEntriesCount()The names of the entries that the error is associated with.com.google.protobuf.ProtocolStringListgetEntriesList()The names of the entries that the error is associated with.StringgetErrorMessage()The detailed error message.com.google.protobuf.ByteStringgetErrorMessageBytes()The detailed error message.ValidationError.SeveritygetSeverity()The severity of the error.intgetSeverityValue()The severity of the error.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ValidationError.BuildermergeFrom(ValidationError other)ValidationError.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ValidationError.BuildermergeFrom(com.google.protobuf.Message other)ValidationError.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ValidationError.BuildersetEntries(int index, String value)The names of the entries that the error is associated with.ValidationError.BuildersetErrorMessage(String value)The detailed error message.ValidationError.BuildersetErrorMessageBytes(com.google.protobuf.ByteString value)The detailed error message.ValidationError.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ValidationError.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ValidationError.BuildersetSeverity(ValidationError.Severity value)The severity of the error.ValidationError.BuildersetSeverityValue(int value)The severity of the error.ValidationError.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clear
public ValidationError.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
getDefaultInstanceForType
public ValidationError getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ValidationError build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ValidationError buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ValidationError.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
setField
public ValidationError.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clearField
public ValidationError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clearOneof
public ValidationError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
setRepeatedField
public ValidationError.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
addRepeatedField
public ValidationError.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
mergeFrom
public ValidationError.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ValidationError.Builder>
-
mergeFrom
public ValidationError.Builder mergeFrom(ValidationError other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
mergeFrom
public ValidationError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ValidationError.Builder>- Throws:
IOException
-
getSeverityValue
public int getSeverityValue()
The severity of the error.
.google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;- Specified by:
getSeverityValuein interfaceValidationErrorOrBuilder- Returns:
- The enum numeric value on the wire for severity.
-
setSeverityValue
public ValidationError.Builder setSeverityValue(int value)
The severity of the error.
.google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;- Parameters:
value- The enum numeric value on the wire for severity to set.- Returns:
- This builder for chaining.
-
getSeverity
public ValidationError.Severity getSeverity()
The severity of the error.
.google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;- Specified by:
getSeverityin interfaceValidationErrorOrBuilder- Returns:
- The severity.
-
setSeverity
public ValidationError.Builder setSeverity(ValidationError.Severity value)
The severity of the error.
.google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;- Parameters:
value- The severity to set.- Returns:
- This builder for chaining.
-
clearSeverity
public ValidationError.Builder clearSeverity()
The severity of the error.
.google.cloud.dialogflow.v2.ValidationError.Severity severity = 1;- Returns:
- This builder for chaining.
-
getEntriesList
public com.google.protobuf.ProtocolStringList getEntriesList()
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Specified by:
getEntriesListin interfaceValidationErrorOrBuilder- Returns:
- A list containing the entries.
-
getEntriesCount
public int getEntriesCount()
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Specified by:
getEntriesCountin interfaceValidationErrorOrBuilder- Returns:
- The count of entries.
-
getEntries
public String getEntries(int index)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Specified by:
getEntriesin interfaceValidationErrorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The entries at the given index.
-
getEntriesBytes
public com.google.protobuf.ByteString getEntriesBytes(int index)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Specified by:
getEntriesBytesin interfaceValidationErrorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entries at the given index.
-
setEntries
public ValidationError.Builder setEntries(int index, String value)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Parameters:
index- The index to set the value at.value- The entries to set.- Returns:
- This builder for chaining.
-
addEntries
public ValidationError.Builder addEntries(String value)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Parameters:
value- The entries to add.- Returns:
- This builder for chaining.
-
addAllEntries
public ValidationError.Builder addAllEntries(Iterable<String> values)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Parameters:
values- The entries to add.- Returns:
- This builder for chaining.
-
clearEntries
public ValidationError.Builder clearEntries()
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Returns:
- This builder for chaining.
-
addEntriesBytes
public ValidationError.Builder addEntriesBytes(com.google.protobuf.ByteString value)
The names of the entries that the error is associated with. Format: - `projects/<Project ID>/agent`, if the error is associated with the entire agent. - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is associated with certain intents. - `projects/<Project ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with certain intent training phrases. - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter ID>`, if the error is associated with certain intent parameters. - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is associated with certain entities.
repeated string entries = 3;- Parameters:
value- The bytes of the entries to add.- Returns:
- This builder for chaining.
-
getErrorMessage
public String getErrorMessage()
The detailed error message.
string error_message = 4;- Specified by:
getErrorMessagein interfaceValidationErrorOrBuilder- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()
The detailed error message.
string error_message = 4;- Specified by:
getErrorMessageBytesin interfaceValidationErrorOrBuilder- Returns:
- The bytes for errorMessage.
-
setErrorMessage
public ValidationError.Builder setErrorMessage(String value)
The detailed error message.
string error_message = 4;- Parameters:
value- The errorMessage to set.- Returns:
- This builder for chaining.
-
clearErrorMessage
public ValidationError.Builder clearErrorMessage()
The detailed error message.
string error_message = 4;- Returns:
- This builder for chaining.
-
setErrorMessageBytes
public ValidationError.Builder setErrorMessageBytes(com.google.protobuf.ByteString value)
The detailed error message.
string error_message = 4;- Parameters:
value- The bytes for errorMessage to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ValidationError.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
mergeUnknownFields
public final ValidationError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
-