public static final class ValidationMessage.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder> implements ValidationMessageOrBuilder
Agent/flow validation message.Protobuf type
google.cloud.dialogflow.cx.v3.ValidationMessage| Modifier and Type | Method and Description |
|---|---|
ValidationMessage.Builder |
addAllResourceNames(Iterable<? extends ResourceName> values)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
addAllResources(Iterable<String> values)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidationMessage.Builder |
addResourceNames(int index,
ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
addResourceNames(int index,
ResourceName value)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
addResourceNames(ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
addResourceNames(ResourceName value)
The resource names of the resources where the message is found.
|
ResourceName.Builder |
addResourceNamesBuilder()
The resource names of the resources where the message is found.
|
ResourceName.Builder |
addResourceNamesBuilder(int index)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
addResources(String value)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage.Builder |
addResourcesBytes(com.google.protobuf.ByteString value)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage |
build() |
ValidationMessage |
buildPartial() |
ValidationMessage.Builder |
clear() |
ValidationMessage.Builder |
clearDetail()
The message detail.
|
ValidationMessage.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ValidationMessage.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValidationMessage.Builder |
clearResourceNames()
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
clearResources()
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage.Builder |
clearResourceType()
The type of the resources where the message is found.
|
ValidationMessage.Builder |
clearSeverity()
Indicates the severity of the message.
|
ValidationMessage.Builder |
clone() |
ValidationMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDetail()
The message detail.
|
com.google.protobuf.ByteString |
getDetailBytes()
The message detail.
|
ResourceName |
getResourceNames(int index)
The resource names of the resources where the message is found.
|
ResourceName.Builder |
getResourceNamesBuilder(int index)
The resource names of the resources where the message is found.
|
List<ResourceName.Builder> |
getResourceNamesBuilderList()
The resource names of the resources where the message is found.
|
int |
getResourceNamesCount()
The resource names of the resources where the message is found.
|
List<ResourceName> |
getResourceNamesList()
The resource names of the resources where the message is found.
|
ResourceNameOrBuilder |
getResourceNamesOrBuilder(int index)
The resource names of the resources where the message is found.
|
List<? extends ResourceNameOrBuilder> |
getResourceNamesOrBuilderList()
The resource names of the resources where the message is found.
|
String |
getResources(int index)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
com.google.protobuf.ByteString |
getResourcesBytes(int index)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
int |
getResourcesCount()
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
com.google.protobuf.ProtocolStringList |
getResourcesList()
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage.ResourceType |
getResourceType()
The type of the resources where the message is found.
|
int |
getResourceTypeValue()
The type of the resources where the message is found.
|
ValidationMessage.Severity |
getSeverity()
Indicates the severity of the message.
|
int |
getSeverityValue()
Indicates the severity of the message.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ValidationMessage.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValidationMessage.Builder |
mergeFrom(com.google.protobuf.Message other) |
ValidationMessage.Builder |
mergeFrom(ValidationMessage other) |
ValidationMessage.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValidationMessage.Builder |
removeResourceNames(int index)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
setDetail(String value)
The message detail.
|
ValidationMessage.Builder |
setDetailBytes(com.google.protobuf.ByteString value)
The message detail.
|
ValidationMessage.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidationMessage.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ValidationMessage.Builder |
setResourceNames(int index,
ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
setResourceNames(int index,
ResourceName value)
The resource names of the resources where the message is found.
|
ValidationMessage.Builder |
setResources(int index,
String value)
Deprecated.
google.cloud.dialogflow.cx.v3.ValidationMessage.resources is deprecated. See
google/cloud/dialogflow/cx/v3/validation_message.proto;l=95
|
ValidationMessage.Builder |
setResourceType(ValidationMessage.ResourceType value)
The type of the resources where the message is found.
|
ValidationMessage.Builder |
setResourceTypeValue(int value)
The type of the resources where the message is found.
|
ValidationMessage.Builder |
setSeverity(ValidationMessage.Severity value)
Indicates the severity of the message.
|
ValidationMessage.Builder |
setSeverityValue(int value)
Indicates the severity of the message.
|
ValidationMessage.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ValidationMessage build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ValidationMessage buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ValidationMessage.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValidationMessage.Builder>public ValidationMessage.Builder mergeFrom(ValidationMessage other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public ValidationMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValidationMessage.Builder>IOExceptionpublic int getResourceTypeValue()
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;getResourceTypeValue in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setResourceTypeValue(int value)
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;value - The enum numeric value on the wire for resourceType to set.public ValidationMessage.ResourceType getResourceType()
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;getResourceType in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setResourceType(ValidationMessage.ResourceType value)
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;value - The resourceType to set.public ValidationMessage.Builder clearResourceType()
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;@Deprecated public com.google.protobuf.ProtocolStringList getResourcesList()
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];getResourcesList in interface ValidationMessageOrBuilder@Deprecated public int getResourcesCount()
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];getResourcesCount in interface ValidationMessageOrBuilder@Deprecated public String getResources(int index)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];getResources in interface ValidationMessageOrBuilderindex - The index of the element to return.@Deprecated public com.google.protobuf.ByteString getResourcesBytes(int index)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];getResourcesBytes in interface ValidationMessageOrBuilderindex - The index of the value to return.@Deprecated public ValidationMessage.Builder setResources(int index, String value)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];index - The index to set the value at.value - The resources to set.@Deprecated public ValidationMessage.Builder addResources(String value)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];value - The resources to add.@Deprecated public ValidationMessage.Builder addAllResources(Iterable<String> values)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];values - The resources to add.@Deprecated public ValidationMessage.Builder clearResources()
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];@Deprecated public ValidationMessage.Builder addResourcesBytes(com.google.protobuf.ByteString value)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];value - The bytes of the resources to add.public List<ResourceName> getResourceNamesList()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;getResourceNamesList in interface ValidationMessageOrBuilderpublic int getResourceNamesCount()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;getResourceNamesCount in interface ValidationMessageOrBuilderpublic ResourceName getResourceNames(int index)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;getResourceNames in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setResourceNames(int index, ResourceName value)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder setResourceNames(int index, ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder addResourceNames(ResourceName value)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder addResourceNames(int index, ResourceName value)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder addResourceNames(ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder addResourceNames(int index, ResourceName.Builder builderForValue)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder addAllResourceNames(Iterable<? extends ResourceName> values)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder clearResourceNames()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ValidationMessage.Builder removeResourceNames(int index)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ResourceName.Builder getResourceNamesBuilder(int index)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ResourceNameOrBuilder getResourceNamesOrBuilder(int index)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;getResourceNamesOrBuilder in interface ValidationMessageOrBuilderpublic List<? extends ResourceNameOrBuilder> getResourceNamesOrBuilderList()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;getResourceNamesOrBuilderList in interface ValidationMessageOrBuilderpublic ResourceName.Builder addResourceNamesBuilder()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public ResourceName.Builder addResourceNamesBuilder(int index)
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public List<ResourceName.Builder> getResourceNamesBuilderList()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;public int getSeverityValue()
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;getSeverityValue in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setSeverityValue(int value)
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;value - The enum numeric value on the wire for severity to set.public ValidationMessage.Severity getSeverity()
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;getSeverity in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setSeverity(ValidationMessage.Severity value)
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;value - The severity to set.public ValidationMessage.Builder clearSeverity()
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;public String getDetail()
The message detail.
string detail = 4;getDetail in interface ValidationMessageOrBuilderpublic com.google.protobuf.ByteString getDetailBytes()
The message detail.
string detail = 4;getDetailBytes in interface ValidationMessageOrBuilderpublic ValidationMessage.Builder setDetail(String value)
The message detail.
string detail = 4;value - The detail to set.public ValidationMessage.Builder clearDetail()
The message detail.
string detail = 4;public ValidationMessage.Builder setDetailBytes(com.google.protobuf.ByteString value)
The message detail.
string detail = 4;value - The bytes for detail to set.public final ValidationMessage.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>public final ValidationMessage.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationMessage.Builder>Copyright © 2025 Google LLC. All rights reserved.