Metadata for ImportEntities 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 imported.
#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 imported.
Returns
- (::Google::Cloud::Datastore::Admin::V1::EntityFilter) — Description of which entities are being imported.
#input_url
def input_url() -> ::String
Returns
- (::String) — The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
#input_url=
def input_url=(value) -> ::String
Parameter
- value (::String) — The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
Returns
- (::String) — The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
#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.