public final class ImportEntitiesMetadata extends GeneratedMessageV3 implements ImportEntitiesMetadataOrBuilder
Metadata for ImportEntities operations.
Protobuf type google.datastore.admin.v1.ImportEntitiesMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImportEntitiesMetadataImplements
ImportEntitiesMetadataOrBuilderStatic Fields
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
Type | Description |
int |
ENTITY_FILTER_FIELD_NUMBER
public static final int ENTITY_FILTER_FIELD_NUMBER
Type | Description |
int |
INPUT_URL_FIELD_NUMBER
public static final int INPUT_URL_FIELD_NUMBER
Type | Description |
int |
PROGRESS_BYTES_FIELD_NUMBER
public static final int PROGRESS_BYTES_FIELD_NUMBER
Type | Description |
int |
PROGRESS_ENTITIES_FIELD_NUMBER
public static final int PROGRESS_ENTITIES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ImportEntitiesMetadata getDefaultInstance()
Type | Description |
ImportEntitiesMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ImportEntitiesMetadata.Builder newBuilder()
Type | Description |
ImportEntitiesMetadata.Builder |
newBuilder(ImportEntitiesMetadata prototype)
public static ImportEntitiesMetadata.Builder newBuilder(ImportEntitiesMetadata prototype)
Name | Description |
prototype | ImportEntitiesMetadata |
Type | Description |
ImportEntitiesMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static ImportEntitiesMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ImportEntitiesMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ImportEntitiesMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ImportEntitiesMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ImportEntitiesMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ImportEntitiesMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportEntitiesMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportEntitiesMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ImportEntitiesMetadata> parser()
Type | Description |
Parser<ImportEntitiesMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCommon()
public CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Type | Description |
CommonMetadata | The common. |
getCommonOrBuilder()
public CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Type | Description |
CommonMetadataOrBuilder |
getDefaultInstanceForType()
public ImportEntitiesMetadata getDefaultInstanceForType()
Type | Description |
ImportEntitiesMetadata |
getEntityFilter()
public EntityFilter getEntityFilter()
Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Type | Description |
EntityFilter | The entityFilter. |
getEntityFilterOrBuilder()
public EntityFilterOrBuilder getEntityFilterOrBuilder()
Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Type | Description |
EntityFilterOrBuilder |
getInputUrl()
public String getInputUrl()
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;
Type | Description |
String | The inputUrl. |
getInputUrlBytes()
public ByteString getInputUrlBytes()
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;
Type | Description |
ByteString | The bytes for inputUrl. |
getParserForType()
public Parser<ImportEntitiesMetadata> getParserForType()
Type | Description |
Parser<ImportEntitiesMetadata> |
getProgressBytes()
public Progress getProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Type | Description |
Progress | The progressBytes. |
getProgressBytesOrBuilder()
public ProgressOrBuilder getProgressBytesOrBuilder()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Type | Description |
ProgressOrBuilder |
getProgressEntities()
public Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Type | Description |
Progress | The progressEntities. |
getProgressEntitiesOrBuilder()
public ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Type | Description |
ProgressOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCommon()
public boolean hasCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Type | Description |
boolean | Whether the common field is set. |
hasEntityFilter()
public boolean hasEntityFilter()
Description of which entities are being imported.
.google.datastore.admin.v1.EntityFilter entity_filter = 4;
Type | Description |
boolean | Whether the entityFilter field is set. |
hasProgressBytes()
public boolean hasProgressBytes()
An estimate of the number of bytes processed.
.google.datastore.admin.v1.Progress progress_bytes = 3;
Type | Description |
boolean | Whether the progressBytes field is set. |
hasProgressEntities()
public boolean hasProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Type | Description |
boolean | Whether the progressEntities field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ImportEntitiesMetadata.Builder newBuilderForType()
Type | Description |
ImportEntitiesMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportEntitiesMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ImportEntitiesMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ImportEntitiesMetadata.Builder toBuilder()
Type | Description |
ImportEntitiesMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |