Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta.
Information about an index configuration change.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#change_type
def change_type() -> ::Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta::ChangeType
Returns
- (::Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta::ChangeType) — Specifies how the index is changing.
#change_type=
def change_type=(value) -> ::Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta::ChangeType
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta::ChangeType) — Specifies how the index is changing.
Returns
- (::Google::Cloud::Firestore::Admin::V1::FieldOperationMetadata::IndexConfigDelta::ChangeType) — Specifies how the index is changing.
#index
def index() -> ::Google::Cloud::Firestore::Admin::V1::Index
Returns
- (::Google::Cloud::Firestore::Admin::V1::Index) — The index being changed.
#index=
def index=(value) -> ::Google::Cloud::Firestore::Admin::V1::Index
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::Index) — The index being changed.
Returns
- (::Google::Cloud::Firestore::Admin::V1::Index) — The index being changed.