public static final class FieldOperationMetadata.IndexConfigDelta extends GeneratedMessageV3 implements FieldOperationMetadata.IndexConfigDeltaOrBuilder
Information about an index configuration change.
Protobuf type google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FieldOperationMetadata.IndexConfigDeltaStatic Fields
CHANGE_TYPE_FIELD_NUMBER
public static final int CHANGE_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INDEX_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static FieldOperationMetadata.IndexConfigDelta getDefaultInstance()
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static FieldOperationMetadata.IndexConfigDelta.Builder newBuilder()
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.Builder |
newBuilder(FieldOperationMetadata.IndexConfigDelta prototype)
public static FieldOperationMetadata.IndexConfigDelta.Builder newBuilder(FieldOperationMetadata.IndexConfigDelta prototype)
Parameter | |
---|---|
Name | Description |
prototype | FieldOperationMetadata.IndexConfigDelta |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.Builder |
parseDelimitedFrom(InputStream input)
public static FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FieldOperationMetadata.IndexConfigDelta parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<FieldOperationMetadata.IndexConfigDelta> parser()
Returns | |
---|---|
Type | Description |
Parser<IndexConfigDelta> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getChangeType()
public FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.ChangeType | The changeType. |
getChangeTypeValue()
public int getChangeTypeValue()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for changeType. |
getDefaultInstanceForType()
public FieldOperationMetadata.IndexConfigDelta getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta |
getIndex()
public Index getIndex()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns | |
---|---|
Type | Description |
Index | The index. |
getIndexOrBuilder()
public IndexOrBuilder getIndexOrBuilder()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns | |
---|---|
Type | Description |
IndexOrBuilder |
getParserForType()
public Parser<FieldOperationMetadata.IndexConfigDelta> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<IndexConfigDelta> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasIndex()
public boolean hasIndex()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the index field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public FieldOperationMetadata.IndexConfigDelta.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FieldOperationMetadata.IndexConfigDelta.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public FieldOperationMetadata.IndexConfigDelta.Builder toBuilder()
Returns | |
---|---|
Type | Description |
FieldOperationMetadata.IndexConfigDelta.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |