public final class ExportDocumentsResponse extends GeneratedMessageV3 implements ExportDocumentsResponseOrBuilder
Returned in the google.longrunning.Operation response field.
Protobuf type google.firestore.admin.v1.ExportDocumentsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExportDocumentsResponseImplements
ExportDocumentsResponseOrBuilderStatic Fields
OUTPUT_URI_PREFIX_FIELD_NUMBER
public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ExportDocumentsResponse getDefaultInstance()
Type | Description |
ExportDocumentsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ExportDocumentsResponse.Builder newBuilder()
Type | Description |
ExportDocumentsResponse.Builder |
newBuilder(ExportDocumentsResponse prototype)
public static ExportDocumentsResponse.Builder newBuilder(ExportDocumentsResponse prototype)
Name | Description |
prototype | ExportDocumentsResponse |
Type | Description |
ExportDocumentsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ExportDocumentsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ExportDocumentsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ExportDocumentsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ExportDocumentsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ExportDocumentsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ExportDocumentsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportDocumentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExportDocumentsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ExportDocumentsResponse> parser()
Type | Description |
Parser<ExportDocumentsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ExportDocumentsResponse getDefaultInstanceForType()
Type | Description |
ExportDocumentsResponse |
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;
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;
Type | Description |
ByteString | The bytes for outputUriPrefix. |
getParserForType()
public Parser<ExportDocumentsResponse> getParserForType()
Type | Description |
Parser<ExportDocumentsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ExportDocumentsResponse.Builder newBuilderForType()
Type | Description |
ExportDocumentsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExportDocumentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ExportDocumentsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ExportDocumentsResponse.Builder toBuilder()
Type | Description |
ExportDocumentsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |