Send feedback
Class FieldOperationMetadata.IndexConfigDelta (3.7.9)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.7.9 keyboard_arrow_down
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
Static Fields
public static final int CHANGE_TYPE_FIELD_NUMBER
Field Value
public static final int INDEX_FIELD_NUMBER
Field Value
Static Methods
public static FieldOperationMetadata . IndexConfigDelta getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static FieldOperationMetadata . IndexConfigDelta . Builder newBuilder ()
Returns
public static FieldOperationMetadata . IndexConfigDelta . Builder newBuilder ( FieldOperationMetadata . IndexConfigDelta prototype )
Parameter
Returns
public static FieldOperationMetadata . IndexConfigDelta parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static FieldOperationMetadata . IndexConfigDelta parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<FieldOperationMetadata . IndexConfigDelta > parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public FieldOperationMetadata . IndexConfigDelta . ChangeType getChangeType ()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
Returns
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.
public FieldOperationMetadata . IndexConfigDelta getDefaultInstanceForType ()
Returns
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns
Type Description Index
The index.
public IndexOrBuilder getIndexOrBuilder ()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns
public Parser<FieldOperationMetadata . IndexConfigDelta > getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
public boolean hasIndex ()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Returns
Type Description boolean
Whether the index field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public FieldOperationMetadata . IndexConfigDelta . Builder newBuilderForType ()
Returns
protected FieldOperationMetadata . IndexConfigDelta . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public FieldOperationMetadata . IndexConfigDelta . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]