public static final class ExportDocumentsResponse.Builder extends GeneratedMessageV3.Builder<ExportDocumentsResponse.Builder> implements ExportDocumentsResponseOrBuilder
Returned in the google.longrunning.Operation response field.
Protobuf type google.firestore.admin.v1.ExportDocumentsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExportDocumentsResponse.BuilderImplements
ExportDocumentsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportDocumentsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public ExportDocumentsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportDocumentsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
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. |
clone()
public ExportDocumentsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
getDefaultInstanceForType()
public ExportDocumentsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ExportDocumentsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportDocumentsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ExportDocumentsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportDocumentsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportDocumentsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ExportDocumentsResponse.Builder |