Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ExportEntitiesRequest.
The request for google.datastore.admin.v1.DatastoreAdmin.ExportEntities .
Generated from protobuf message google.datastore.admin.v1.ExportEntitiesRequest
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. Project ID against which to make the request.
↳ labels
↳ entity_filter
Google\Cloud\Datastore\Admin\V1\EntityFilter
Description of what data from the project is included in the export.
↳ output_url_prefix
string
Required. Location for the export metadata and data files. The full resource URL of the external storage location. Currently, only Google Cloud Storage is supported. So output_url_prefix should be of the form: gs://BUCKET_NAME[/NAMESPACE_PATH]
, where BUCKET_NAME
is the name of the Cloud Storage bucket and NAMESPACE_PATH
is an optional Cloud Storage namespace path (this is not a Cloud Datastore namespace). For more information about Cloud Storage namespace paths, see Object name considerations
. The resulting files will be nested deeper than the specified URL prefix. The final output URL will be provided in the google.datastore.admin.v1.ExportEntitiesResponse.output_url
field. That value should be used for subsequent ImportEntities operations. By nesting the data files deeper, the same Cloud Storage bucket can be used in multiple ExportEntities operations without conflict.
getProjectId
Required. Project ID against which to make the request.
string
setProjectId
Required. Project ID against which to make the request.
var
string
$this
getLabels
Client-assigned labels.
setLabels
Client-assigned labels.
$this
getEntityFilter
Description of what data from the project is included in the export.
hasEntityFilter
clearEntityFilter
setEntityFilter
Description of what data from the project is included in the export.
$this
getOutputUrlPrefix
Required. Location for the export metadata and data files.
The full resource URL of the external storage location. Currently, only
Google Cloud Storage is supported. So output_url_prefix should be of the
form: gs://BUCKET_NAME[/NAMESPACE_PATH]
, where BUCKET_NAME
is the
name of the Cloud Storage bucket and NAMESPACE_PATH
is an optional Cloud
Storage namespace path (this is not a Cloud Datastore namespace). For more
information about Cloud Storage namespace paths, see Object name
considerations
.
The resulting files will be nested deeper than the specified URL prefix.
The final output URL will be provided in the google.datastore.admin.v1.ExportEntitiesResponse.output_url
field. That value should be used for subsequent ImportEntities operations.
By nesting the data files deeper, the same Cloud Storage bucket can be used
in multiple ExportEntities operations without conflict.
string
setOutputUrlPrefix
Required. Location for the export metadata and data files.
The full resource URL of the external storage location. Currently, only
Google Cloud Storage is supported. So output_url_prefix should be of the
form: gs://BUCKET_NAME[/NAMESPACE_PATH]
, where BUCKET_NAME
is the
name of the Cloud Storage bucket and NAMESPACE_PATH
is an optional Cloud
Storage namespace path (this is not a Cloud Datastore namespace). For more
information about Cloud Storage namespace paths, see Object name
considerations
.
The resulting files will be nested deeper than the specified URL prefix.
The final output URL will be provided in the google.datastore.admin.v1.ExportEntitiesResponse.output_url
field. That value should be used for subsequent ImportEntities operations.
By nesting the data files deeper, the same Cloud Storage bucket can be used
in multiple ExportEntities operations without conflict.
var
string
$this
static::build
projectId
string
Required. Project ID against which to make the request.
labels
array
Client-assigned labels.
entityFilter
Google\Cloud\Datastore\Admin\V1\EntityFilter
Description of what data from the project is included in the export.
outputUrlPrefix
string
Required. Location for the export metadata and data files.
The full resource URL of the external storage location. Currently, only
Google Cloud Storage is supported. So output_url_prefix should be of the
form: gs://BUCKET_NAME[/NAMESPACE_PATH]
, where BUCKET_NAME
is the
name of the Cloud Storage bucket and NAMESPACE_PATH
is an optional Cloud
Storage namespace path (this is not a Cloud Datastore namespace). For more
information about Cloud Storage namespace paths, see Object name
considerations
.
The resulting files will be nested deeper than the specified URL prefix. The final output URL will be provided in the google.datastore.admin.v1.ExportEntitiesResponse.output_url field. That value should be used for subsequent ImportEntities operations.
By nesting the data files deeper, the same Cloud Storage bucket can be used in multiple ExportEntities operations without conflict.