Send feedback
Class FlowValidationResult (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
public final class FlowValidationResult extends GeneratedMessageV3 implements FlowValidationResultOrBuilder
The response message for Flows.GetFlowValidationResult .
Protobuf type google.cloud.dialogflow.cx.v3beta1.FlowValidationResult
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
VALIDATION_MESSAGES_FIELD_NUMBER
public static final int VALIDATION_MESSAGES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static FlowValidationResult getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static FlowValidationResult . Builder newBuilder ()
Returns
newBuilder(FlowValidationResult prototype)
public static FlowValidationResult . Builder newBuilder ( FlowValidationResult prototype )
Parameter
Returns
public static FlowValidationResult parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FlowValidationResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static FlowValidationResult parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FlowValidationResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static FlowValidationResult parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FlowValidationResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FlowValidationResult parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static FlowValidationResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FlowValidationResult parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FlowValidationResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static FlowValidationResult parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FlowValidationResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<FlowValidationResult> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public FlowValidationResult getDefaultInstanceForType ()
Returns
getName()
The unique identifier of the flow validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/validationResult
.
string name = 1;
Returns
Type Description String The name.
getNameBytes()
public ByteString getNameBytes ()
The unique identifier of the flow validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/validationResult
.
string name = 1;
Returns
getParserForType()
public Parser<FlowValidationResult> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getUpdateTime()
public Timestamp getUpdateTime ()
Last time the flow was validated.
.google.protobuf.Timestamp update_time = 3;
Returns
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder ()
Last time the flow was validated.
.google.protobuf.Timestamp update_time = 3;
Returns
getValidationMessages(int index)
public ValidationMessage getValidationMessages ( int index )
Contains all validation messages.
repeated .google.cloud.dialogflow.cx.v3beta1.ValidationMessage validation_messages = 2;
Parameter
Returns
getValidationMessagesCount()
public int getValidationMessagesCount ()
Contains all validation messages.
repeated .google.cloud.dialogflow.cx.v3beta1.ValidationMessage validation_messages = 2;
Returns
getValidationMessagesList()
public List<ValidationMessage> getValidationMessagesList ()
Contains all validation messages.
repeated .google.cloud.dialogflow.cx.v3beta1.ValidationMessage validation_messages = 2;
Returns
getValidationMessagesOrBuilder(int index)
public ValidationMessageOrBuilder getValidationMessagesOrBuilder ( int index )
Contains all validation messages.
repeated .google.cloud.dialogflow.cx.v3beta1.ValidationMessage validation_messages = 2;
Parameter
Returns
getValidationMessagesOrBuilderList()
public List <? extends ValidationMessageOrBuilder > getValidationMessagesOrBuilderList ()
Contains all validation messages.
repeated .google.cloud.dialogflow.cx.v3beta1.ValidationMessage validation_messages = 2;
Returns
Type Description List <? extends com.google.cloud.dialogflow.cx.v3beta1.ValidationMessageOrBuilder >
hasUpdateTime()
public boolean hasUpdateTime ()
Last time the flow was validated.
.google.protobuf.Timestamp update_time = 3;
Returns
Type Description boolean Whether the updateTime field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public FlowValidationResult . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FlowValidationResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public FlowValidationResult . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]