Interface ExportEntitiesResponseOrBuilder (2.19.0)

public interface ExportEntitiesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for outputUrl.