Index constructor
Index({
- String name = '',
- required String displayName,
- String description = '',
- String metadataSchemaUri = '',
- Value? metadata,
- List<
DeployedIndexRef> deployedIndexes = const [], - String etag = '',
- Map<
String, String> labels = const {}, - Timestamp? createTime,
- Timestamp? updateTime,
- IndexStats? indexStats,
- Index_IndexUpdateMethod indexUpdateMethod = Index_IndexUpdateMethod.$default,
- EncryptionSpec? encryptionSpec,
- bool satisfiesPzs = false,
- bool satisfiesPzi = false,
Implementation
Index({
this.name = '',
required this.displayName,
this.description = '',
this.metadataSchemaUri = '',
this.metadata,
this.deployedIndexes = const [],
this.etag = '',
this.labels = const {},
this.createTime,
this.updateTime,
this.indexStats,
this.indexUpdateMethod = Index_IndexUpdateMethod.$default,
this.encryptionSpec,
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);