IndexEndpoint constructor
IndexEndpoint({
- String name = '',
- required String displayName,
- String description = '',
- List<
DeployedIndex> deployedIndexes = const [], - String etag = '',
- Map<
String, String> labels = const {}, - Timestamp? createTime,
- Timestamp? updateTime,
- String network = '',
- bool enablePrivateServiceConnect = false,
- PrivateServiceConnectConfig? privateServiceConnectConfig,
- bool publicEndpointEnabled = false,
- String publicEndpointDomainName = '',
- EncryptionSpec? encryptionSpec,
- bool satisfiesPzs = false,
- bool satisfiesPzi = false,
Implementation
IndexEndpoint({
this.name = '',
required this.displayName,
this.description = '',
this.deployedIndexes = const [],
this.etag = '',
this.labels = const {},
this.createTime,
this.updateTime,
this.network = '',
this.enablePrivateServiceConnect = false,
this.privateServiceConnectConfig,
this.publicEndpointEnabled = false,
this.publicEndpointDomainName = '',
this.encryptionSpec,
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);