public interface ExportEntitiesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommonMetadata |
getCommon()
Metadata common to all Datastore Admin operations.
|
CommonMetadataOrBuilder |
getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
|
EntityFilter |
getEntityFilter()
Description of which entities are being exported.
|
EntityFilterOrBuilder |
getEntityFilterOrBuilder()
Description of which entities are being exported.
|
String |
getOutputUrlPrefix()
Location for the export metadata and data files.
|
com.google.protobuf.ByteString |
getOutputUrlPrefixBytes()
Location for the export metadata and data files.
|
Progress |
getProgressBytes()
An estimate of the number of bytes processed.
|
ProgressOrBuilder |
getProgressBytesOrBuilder()
An estimate of the number of bytes processed.
|
Progress |
getProgressEntities()
An estimate of the number of entities processed.
|
ProgressOrBuilder |
getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
|
boolean |
hasCommon()
Metadata common to all Datastore Admin operations.
|
boolean |
hasEntityFilter()
Description of which entities are being exported.
|
boolean |
hasProgressBytes()
An estimate of the number of bytes processed.
|
boolean |
hasProgressEntities()
An estimate of the number of entities processed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
boolean hasProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
boolean hasProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Progress getProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
ProgressOrBuilder getProgressBytesOrBuilder()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
boolean hasEntityFilter()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
EntityFilter getEntityFilter()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
EntityFilterOrBuilder getEntityFilterOrBuilder()
Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
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][google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix] field. The final output location is provided in [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string output_url_prefix = 5;
com.google.protobuf.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][google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix] field. The final output location is provided in [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url].
string output_url_prefix = 5;
Copyright © 2023 Google LLC. All rights reserved.