Interface ImportEntitiesMetadataOrBuilder (2.31.4)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ImportEntitiesMetadataOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getCommon()
publicabstractCommonMetadatagetCommon()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonMetadata |
The common. |
getCommonOrBuilder()
publicabstractCommonMetadataOrBuildergetCommonOrBuilder()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonMetadataOrBuilder |
|
getEntityFilter()
publicabstractEntityFiltergetEntityFilter()Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
| Returns | |
|---|---|
| Type | Description |
EntityFilter |
The entityFilter. |
getEntityFilterOrBuilder()
publicabstractEntityFilterOrBuildergetEntityFilterOrBuilder()Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
| Returns | |
|---|---|
| Type | Description |
EntityFilterOrBuilder |
|
getInputUrl()
publicabstractStringgetInputUrl()The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
string input_url = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The inputUrl. |
getInputUrlBytes()
publicabstractByteStringgetInputUrlBytes()The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
string input_url = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputUrl. |
getProgressBytes()
publicabstractProgressgetProgressBytes()An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
| Returns | |
|---|---|
| Type | Description |
Progress |
The progressBytes. |
getProgressBytesOrBuilder()
publicabstractProgressOrBuildergetProgressBytesOrBuilder()An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
| Returns | |
|---|---|
| Type | Description |
ProgressOrBuilder |
|
getProgressEntities()
publicabstractProgressgetProgressEntities()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Returns | |
|---|---|
| Type | Description |
Progress |
The progressEntities. |
getProgressEntitiesOrBuilder()
publicabstractProgressOrBuildergetProgressEntitiesOrBuilder()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Returns | |
|---|---|
| Type | Description |
ProgressOrBuilder |
|
hasCommon()
publicabstractbooleanhasCommon()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()
publicabstractbooleanhasEntityFilter()Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityFilter field is set. |
hasProgressBytes()
publicabstractbooleanhasProgressBytes()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()
publicabstractbooleanhasProgressEntities()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. |