Class BatchRunTestCasesMetadata (0.52.0)

public final class BatchRunTestCasesMetadata extends GeneratedMessageV3 implements BatchRunTestCasesMetadataOrBuilder

Metadata returned for the TestCases.BatchRunTestCases long running operation.

Protobuf type google.cloud.dialogflow.cx.v3beta1.BatchRunTestCasesMetadata

Static Fields

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchRunTestCasesMetadata getDefaultInstance()
Returns
TypeDescription
BatchRunTestCasesMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchRunTestCasesMetadata.Builder newBuilder()
Returns
TypeDescription
BatchRunTestCasesMetadata.Builder

newBuilder(BatchRunTestCasesMetadata prototype)

public static BatchRunTestCasesMetadata.Builder newBuilder(BatchRunTestCasesMetadata prototype)
Parameter
NameDescription
prototypeBatchRunTestCasesMetadata
Returns
TypeDescription
BatchRunTestCasesMetadata.Builder

parseDelimitedFrom(InputStream input)

public static BatchRunTestCasesMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchRunTestCasesMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchRunTestCasesMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchRunTestCasesMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchRunTestCasesMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchRunTestCasesMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchRunTestCasesMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunTestCasesMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchRunTestCasesMetadata> parser()
Returns
TypeDescription
Parser<BatchRunTestCasesMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchRunTestCasesMetadata getDefaultInstanceForType()
Returns
TypeDescription
BatchRunTestCasesMetadata

getErrors(int index)

public TestError getErrors(int index)

The test errors.

repeated .google.cloud.dialogflow.cx.v3beta1.TestError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestError

getErrorsCount()

public int getErrorsCount()

The test errors.

repeated .google.cloud.dialogflow.cx.v3beta1.TestError errors = 1;

Returns
TypeDescription
int

getErrorsList()

public List<TestError> getErrorsList()

The test errors.

repeated .google.cloud.dialogflow.cx.v3beta1.TestError errors = 1;

Returns
TypeDescription
List<TestError>

getErrorsOrBuilder(int index)

public TestErrorOrBuilder getErrorsOrBuilder(int index)

The test errors.

repeated .google.cloud.dialogflow.cx.v3beta1.TestError errors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestErrorOrBuilder

getErrorsOrBuilderList()

public List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()

The test errors.

repeated .google.cloud.dialogflow.cx.v3beta1.TestError errors = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.TestErrorOrBuilder>

getParserForType()

public Parser<BatchRunTestCasesMetadata> getParserForType()
Returns
TypeDescription
Parser<BatchRunTestCasesMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchRunTestCasesMetadata.Builder newBuilderForType()
Returns
TypeDescription
BatchRunTestCasesMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchRunTestCasesMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchRunTestCasesMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchRunTestCasesMetadata.Builder toBuilder()
Returns
TypeDescription
BatchRunTestCasesMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException