public interface ExportEntitiesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOutputUrl()
public abstract String getOutputUrl()
Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See google.datastore.admin.v1.ImportEntitiesRequest.input_url. Only present if the operation completed successfully.
string output_url = 1;
Returns | |
---|---|
Type | Description |
String |
The outputUrl. |
getOutputUrlBytes()
public abstract ByteString getOutputUrlBytes()
Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See google.datastore.admin.v1.ImportEntitiesRequest.input_url. Only present if the operation completed successfully.
string output_url = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputUrl. |