Interface ExportEntitiesResponseOrBuilder (2.17.6)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ExportEntitiesResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getOutputUrl()
publicabstractStringgetOutputUrl()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()
publicabstractByteStringgetOutputUrlBytes()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. |