public final class ExportTestCasesResponse extends GeneratedMessageV3 implements ExportTestCasesResponseOrBuilder
The response message for TestCases.ExportTestCases.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportTestCasesResponse
Static Fields
CONTENT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
Field Value
GCS_URI_FIELD_NUMBER
public static final int GCS_URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ExportTestCasesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ExportTestCasesResponse.Builder newBuilder()
Returns
newBuilder(ExportTestCasesResponse prototype)
public static ExportTestCasesResponse.Builder newBuilder(ExportTestCasesResponse prototype)
Parameter
Returns
public static ExportTestCasesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportTestCasesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ExportTestCasesResponse parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportTestCasesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ExportTestCasesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportTestCasesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportTestCasesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExportTestCasesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportTestCasesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportTestCasesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ExportTestCasesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportTestCasesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ExportTestCasesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getContent()
public ByteString getContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
Returns
getDefaultInstanceForType()
public ExportTestCasesResponse getDefaultInstanceForType()
Returns
getDestinationCase()
public ExportTestCasesResponse.DestinationCase getDestinationCase()
Returns
getGcsUri()
public String getGcsUri()
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
Returns
Type |
Description |
String |
The gcsUri.
|
getGcsUriBytes()
public ByteString getGcsUriBytes()
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
Returns
getParserForType()
public Parser<ExportTestCasesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasContent()
public boolean hasContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
Returns
Type |
Description |
boolean |
Whether the content field is set.
|
hasGcsUri()
public boolean hasGcsUri()
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in
ExportTestCasesRequest.
string gcs_uri = 1;
Returns
Type |
Description |
boolean |
Whether the gcsUri field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ExportTestCasesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExportTestCasesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ExportTestCasesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions