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.v2beta1.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.v2beta1.ValidationError
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationError.Builder
addAllEntries(Iterable<String> values)
The names of the entries that the error is associated with.ValidationError.Builder
addEntries(String value)
The names of the entries that the error is associated with.ValidationError.Builder
addEntriesBytes(com.google.protobuf.ByteString value)
The names of the entries that the error is associated with.ValidationError.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ValidationError
build()
ValidationError
buildPartial()
ValidationError.Builder
clear()
ValidationError.Builder
clearEntries()
The names of the entries that the error is associated with.ValidationError.Builder
clearErrorMessage()
The detailed error message.ValidationError.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ValidationError.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ValidationError.Builder
clearSeverity()
The severity of the error.ValidationError.Builder
clone()
ValidationError
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getEntries(int index)
The names of the entries that the error is associated with.com.google.protobuf.ByteString
getEntriesBytes(int index)
The names of the entries that the error is associated with.int
getEntriesCount()
The names of the entries that the error is associated with.com.google.protobuf.ProtocolStringList
getEntriesList()
The names of the entries that the error is associated with.String
getErrorMessage()
The detailed error message.com.google.protobuf.ByteString
getErrorMessageBytes()
The detailed error message.ValidationError.Severity
getSeverity()
The severity of the error.int
getSeverityValue()
The severity of the error.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ValidationError.Builder
mergeFrom(ValidationError other)
ValidationError.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValidationError.Builder
mergeFrom(com.google.protobuf.Message other)
ValidationError.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ValidationError.Builder
setEntries(int index, String value)
The names of the entries that the error is associated with.ValidationError.Builder
setErrorMessage(String value)
The detailed error message.ValidationError.Builder
setErrorMessageBytes(com.google.protobuf.ByteString value)
The detailed error message.ValidationError.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ValidationError.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ValidationError.Builder
setSeverity(ValidationError.Severity value)
The severity of the error.ValidationError.Builder
setSeverityValue(int value)
The severity of the error.ValidationError.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clear
public ValidationError.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
getDefaultInstanceForType
public ValidationError getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ValidationError build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ValidationError buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ValidationError.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
setField
public ValidationError.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clearField
public ValidationError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
clearOneof
public ValidationError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
setRepeatedField
public ValidationError.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
addRepeatedField
public ValidationError.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
mergeFrom
public ValidationError.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ValidationError.Builder>
-
mergeFrom
public ValidationError.Builder mergeFrom(ValidationError other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ValidationError.Builder>
- Throws:
IOException
-
getSeverityValue
public int getSeverityValue()
The severity of the error.
.google.cloud.dialogflow.v2beta1.ValidationError.Severity severity = 1;
- Specified by:
getSeverityValue
in 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.v2beta1.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.v2beta1.ValidationError.Severity severity = 1;
- Specified by:
getSeverity
in interfaceValidationErrorOrBuilder
- Returns:
- The severity.
-
setSeverity
public ValidationError.Builder setSeverity(ValidationError.Severity value)
The severity of the error.
.google.cloud.dialogflow.v2beta1.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.v2beta1.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:
getEntriesList
in 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:
getEntriesCount
in 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:
getEntries
in 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:
getEntriesBytes
in 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:
getErrorMessage
in interfaceValidationErrorOrBuilder
- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()
The detailed error message.
string error_message = 4;
- Specified by:
getErrorMessageBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
mergeUnknownFields
public final ValidationError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
-
-