Package com.google.datastore.admin.v1
Interface ExportEntitiesMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportEntitiesMetadata,ExportEntitiesMetadata.Builder
public interface ExportEntitiesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMetadata common to all Datastore Admin operations.Metadata common to all Datastore Admin operations.Description of which entities are being exported.Description of which entities are being exported.Location for the export metadata and data files.com.google.protobuf.ByteStringLocation for the export metadata and data files.An estimate of the number of bytes processed.An estimate of the number of bytes processed.An estimate of the number of entities processed.An estimate of the number of entities processed.booleanMetadata common to all Datastore Admin operations.booleanDescription of which entities are being exported.booleanAn estimate of the number of bytes processed.booleanAn estimate of the number of entities processed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCommon
boolean hasCommon()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;- Returns:
- Whether the common field is set.
-
getCommon
CommonMetadata getCommon()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonMetadataOrBuilder getCommonOrBuilder()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1; -
hasProgressEntities
boolean hasProgressEntities()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;- Returns:
- Whether the progressEntities field is set.
-
getProgressEntities
Progress getProgressEntities()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;- Returns:
- The progressEntities.
-
getProgressEntitiesOrBuilder
ProgressOrBuilder getProgressEntitiesOrBuilder()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2; -
hasProgressBytes
boolean hasProgressBytes()An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;- Returns:
- Whether the progressBytes field is set.
-
getProgressBytes
Progress getProgressBytes()An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;- Returns:
- The progressBytes.
-
getProgressBytesOrBuilder
ProgressOrBuilder getProgressBytesOrBuilder()An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3; -
hasEntityFilter
boolean hasEntityFilter()Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;- Returns:
- Whether the entityFilter field is set.
-
getEntityFilter
EntityFilter getEntityFilter()Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;- Returns:
- The entityFilter.
-
getEntityFilterOrBuilder
EntityFilterOrBuilder getEntityFilterOrBuilder()Description of which entities are being exported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4; -
getOutputUrlPrefix
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;- Returns:
- The outputUrlPrefix.
-
getOutputUrlPrefixBytes
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;- Returns:
- The bytes for outputUrlPrefix.
-