public interface ValidationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
|
List<String> |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResourceTypeValue()
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;ValidationMessage.ResourceType getResourceType()
The type of the resources where the message is found.
.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType resource_type = 1;@Deprecated List<String> getResourcesList()
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];@Deprecated int getResourcesCount()
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];@Deprecated String getResources(int index)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];index - The index of the element to return.@Deprecated com.google.protobuf.ByteString getResourcesBytes(int index)
The names of the resources where the message is found.
repeated string resources = 2 [deprecated = true];index - The index of the value to return.List<ResourceName> getResourceNamesList()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;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;int getResourceNamesCount()
The resource names of the resources where the message is found.
repeated .google.cloud.dialogflow.cx.v3.ResourceName resource_names = 6;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;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;int getSeverityValue()
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;ValidationMessage.Severity getSeverity()
Indicates the severity of the message.
.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity severity = 3;String getDetail()
The message detail.
string detail = 4;com.google.protobuf.ByteString getDetailBytes()
The message detail.
string detail = 4;Copyright © 2025 Google LLC. All rights reserved.