Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API class Google::Cloud::Datastore::Admin::V1::ExportEntitiesMetadata.
Metadata for ExportEntities operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#common
def common() -> ::Google::Cloud::Datastore::Admin::V1::CommonMetadata
Returns
- (::Google::Cloud::Datastore::Admin::V1::CommonMetadata) — Metadata common to all Datastore Admin operations.
#common=
def common=(value) -> ::Google::Cloud::Datastore::Admin::V1::CommonMetadata
Parameter
- value (::Google::Cloud::Datastore::Admin::V1::CommonMetadata) — Metadata common to all Datastore Admin operations.
Returns
- (::Google::Cloud::Datastore::Admin::V1::CommonMetadata) — Metadata common to all Datastore Admin operations.
#entity_filter
def entity_filter() -> ::Google::Cloud::Datastore::Admin::V1::EntityFilter
Returns
- (::Google::Cloud::Datastore::Admin::V1::EntityFilter) — Description of which entities are being exported.
#entity_filter=
def entity_filter=(value) -> ::Google::Cloud::Datastore::Admin::V1::EntityFilter
Parameter
- value (::Google::Cloud::Datastore::Admin::V1::EntityFilter) — Description of which entities are being exported.
Returns
- (::Google::Cloud::Datastore::Admin::V1::EntityFilter) — Description of which entities are being exported.
#output_url_prefix
def output_url_prefix() -> ::String
Returns
- (::String) — Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.
#output_url_prefix=
def output_url_prefix=(value) -> ::String
Parameter
- value (::String) — Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.
Returns
- (::String) — Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.
#progress_bytes
def progress_bytes() -> ::Google::Cloud::Datastore::Admin::V1::Progress
Returns
- (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of bytes processed.
#progress_bytes=
def progress_bytes=(value) -> ::Google::Cloud::Datastore::Admin::V1::Progress
Parameter
- value (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of bytes processed.
Returns
- (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of bytes processed.
#progress_entities
def progress_entities() -> ::Google::Cloud::Datastore::Admin::V1::Progress
Returns
- (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of entities processed.
#progress_entities=
def progress_entities=(value) -> ::Google::Cloud::Datastore::Admin::V1::Progress
Parameter
- value (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of entities processed.
Returns
- (::Google::Cloud::Datastore::Admin::V1::Progress) — An estimate of the number of entities processed.