public static final class ExportTestCasesResponse.Builder extends GeneratedMessageV3.Builder<ExportTestCasesResponse.Builder> implements ExportTestCasesResponseOrBuilder
The response message for
TestCases.ExportTestCases.
Protobuf type google.cloud.dialogflow.cx.v3.ExportTestCasesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportTestCasesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ExportTestCasesResponse build()
buildPartial()
public ExportTestCasesResponse buildPartial()
clear()
public ExportTestCasesResponse.Builder clear()
Overrides
clearContent()
public ExportTestCasesResponse.Builder clearContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
clearDestination()
public ExportTestCasesResponse.Builder clearDestination()
clearField(Descriptors.FieldDescriptor field)
public ExportTestCasesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGcsUri()
public ExportTestCasesResponse.Builder clearGcsUri()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportTestCasesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ExportTestCasesResponse.Builder clone()
Overrides
getContent()
public ByteString getContent()
Uncompressed raw byte content for test cases.
bytes content = 2;
getDefaultInstanceForType()
public ExportTestCasesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDestinationCase()
public ExportTestCasesResponse.DestinationCase getDestinationCase()
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 |
Type |
Description |
ByteString |
The bytes for gcsUri.
|
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExportTestCasesResponse other)
public ExportTestCasesResponse.Builder mergeFrom(ExportTestCasesResponse other)
public ExportTestCasesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExportTestCasesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportTestCasesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setContent(ByteString value)
public ExportTestCasesResponse.Builder setContent(ByteString value)
Uncompressed raw byte content for test cases.
bytes content = 2;
Parameter |
Name |
Description |
value |
ByteString
The content to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ExportTestCasesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGcsUri(String value)
public ExportTestCasesResponse.Builder setGcsUri(String value)
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;
Parameter |
Name |
Description |
value |
String
The gcsUri to set.
|
setGcsUriBytes(ByteString value)
public ExportTestCasesResponse.Builder setGcsUriBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for gcsUri to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportTestCasesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportTestCasesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides