public final class IndexOperationMetadata extends GeneratedMessageV3 implements IndexOperationMetadataOrBuilder
Metadata for Index operations.
Protobuf type google.datastore.admin.v1.IndexOperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IndexOperationMetadataImplements
IndexOperationMetadataOrBuilderStatic Fields
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
Type | Description |
int |
INDEX_ID_FIELD_NUMBER
public static final int INDEX_ID_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 IndexOperationMetadata getDefaultInstance()
Type | Description |
IndexOperationMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static IndexOperationMetadata.Builder newBuilder()
Type | Description |
IndexOperationMetadata.Builder |
newBuilder(IndexOperationMetadata prototype)
public static IndexOperationMetadata.Builder newBuilder(IndexOperationMetadata prototype)
Name | Description |
prototype | IndexOperationMetadata |
Type | Description |
IndexOperationMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static IndexOperationMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static IndexOperationMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static IndexOperationMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static IndexOperationMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static IndexOperationMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static IndexOperationMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IndexOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IndexOperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<IndexOperationMetadata> parser()
Type | Description |
Parser<IndexOperationMetadata> |
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 IndexOperationMetadata getDefaultInstanceForType()
Type | Description |
IndexOperationMetadata |
getIndexId()
public String getIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
Type | Description |
String | The indexId. |
getIndexIdBytes()
public ByteString getIndexIdBytes()
The index resource ID that this operation is acting on.
string index_id = 3;
Type | Description |
ByteString | The bytes for indexId. |
getParserForType()
public Parser<IndexOperationMetadata> getParserForType()
Type | Description |
Parser<IndexOperationMetadata> |
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. |
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 IndexOperationMetadata.Builder newBuilderForType()
Type | Description |
IndexOperationMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IndexOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
IndexOperationMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public IndexOperationMetadata.Builder toBuilder()
Type | Description |
IndexOperationMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |