Class ExportDocumentsResponse.Builder (3.36.0)

public static final class ExportDocumentsResponse.Builder extends GeneratedMessage.Builder<ExportDocumentsResponse.Builder> implements ExportDocumentsResponseOrBuilder

Returned in the google.longrunning.Operation response field.

Protobuf type google.firestore.admin.v1.ExportDocumentsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportDocumentsResponse build()
Returns
Type Description
ExportDocumentsResponse

buildPartial()

public ExportDocumentsResponse buildPartial()
Returns
Type Description
ExportDocumentsResponse

clear()

public ExportDocumentsResponse.Builder clear()
Returns
Type Description
ExportDocumentsResponse.Builder
Overrides

clearOutputUriPrefix()

public ExportDocumentsResponse.Builder clearOutputUriPrefix()

Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.

string output_uri_prefix = 1;

Returns
Type Description
ExportDocumentsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExportDocumentsResponse getDefaultInstanceForType()
Returns
Type Description
ExportDocumentsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOutputUriPrefix()

public String getOutputUriPrefix()

Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.

string output_uri_prefix = 1;

Returns
Type Description
String

The outputUriPrefix.

getOutputUriPrefixBytes()

public ByteString getOutputUriPrefixBytes()

Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.

string output_uri_prefix = 1;

Returns
Type Description
ByteString

The bytes for outputUriPrefix.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportDocumentsResponse other)

public ExportDocumentsResponse.Builder mergeFrom(ExportDocumentsResponse other)
Parameter
Name Description
other ExportDocumentsResponse
Returns
Type Description
ExportDocumentsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportDocumentsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportDocumentsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportDocumentsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportDocumentsResponse.Builder
Overrides

setOutputUriPrefix(String value)

public ExportDocumentsResponse.Builder setOutputUriPrefix(String value)

Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.

string output_uri_prefix = 1;

Parameter
Name Description
value String

The outputUriPrefix to set.

Returns
Type Description
ExportDocumentsResponse.Builder

This builder for chaining.

setOutputUriPrefixBytes(ByteString value)

public ExportDocumentsResponse.Builder setOutputUriPrefixBytes(ByteString value)

Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.

string output_uri_prefix = 1;

Parameter
Name Description
value ByteString

The bytes for outputUriPrefix to set.

Returns
Type Description
ExportDocumentsResponse.Builder

This builder for chaining.