public interface ExportEntitiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOutputUrl()
Location of the output metadata file.
|
com.google.protobuf.ByteString |
getOutputUrlBytes()
Location of the output metadata file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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][google.datastore.admin.v1.ImportEntitiesRequest.input_url]. Only present if the operation completed successfully.
string output_url = 1;
com.google.protobuf.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][google.datastore.admin.v1.ImportEntitiesRequest.input_url]. Only present if the operation completed successfully.
string output_url = 1;
Copyright © 2023 Google LLC. All rights reserved.