public interface ExportEntitiesMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommon()
public abstract CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Returns | |
---|---|
Type | Description |
CommonMetadata |
The common. |
getCommonOrBuilder()
public abstract CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Returns | |
---|---|
Type | Description |
CommonMetadataOrBuilder |
getEntityFilter()
public abstract EntityFilter getEntityFilter()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Returns | |
---|---|
Type | Description |
EntityFilter |
The entityFilter. |
getEntityFilterOrBuilder()
public abstract EntityFilterOrBuilder getEntityFilterOrBuilder()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Returns | |
---|---|
Type | Description |
EntityFilterOrBuilder |
getOutputUrlPrefix()
public abstract String getOutputUrlPrefix()
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.
string output_url_prefix = 5;
Returns | |
---|---|
Type | Description |
String |
The outputUrlPrefix. |
getOutputUrlPrefixBytes()
public abstract ByteString getOutputUrlPrefixBytes()
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.
string output_url_prefix = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputUrlPrefix. |
getProgressBytes()
public abstract Progress getProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Returns | |
---|---|
Type | Description |
Progress |
The progressBytes. |
getProgressBytesOrBuilder()
public abstract ProgressOrBuilder getProgressBytesOrBuilder()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Returns | |
---|---|
Type | Description |
ProgressOrBuilder |
getProgressEntities()
public abstract Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Returns | |
---|---|
Type | Description |
Progress |
The progressEntities. |
getProgressEntitiesOrBuilder()
public abstract ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Returns | |
---|---|
Type | Description |
ProgressOrBuilder |
hasCommon()
public abstract boolean hasCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the common field is set. |
hasEntityFilter()
public abstract boolean hasEntityFilter()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the entityFilter field is set. |
hasProgressBytes()
public abstract boolean hasProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the progressBytes field is set. |
hasProgressEntities()
public abstract boolean hasProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the progressEntities field is set. |