Interface ExportEntitiesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExportEntitiesResponse, ExportEntitiesResponse.Builder

public interface ExportEntitiesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Location of the output metadata file.
    com.google.protobuf.ByteString
    Location of the output metadata file.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOutputUrl

      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;
      Returns:
      The outputUrl.
    • getOutputUrlBytes

      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;
      Returns:
      The bytes for outputUrl.