Service constructor
Service({
- String? artifactGcsUri,
- String? createTime,
- EncryptionConfig? encryptionConfig,
- String? endpointUri,
- HiveMetastoreConfig? hiveMetastoreConfig,
- Map<
String, String> ? labels, - MaintenanceWindow? maintenanceWindow,
- MetadataIntegration? metadataIntegration,
- MetadataManagementActivity? metadataManagementActivity,
- String? name,
- String? network,
- int? port,
- String? releaseChannel,
- String? state,
- String? stateMessage,
- String? tier,
- String? uid,
- String? updateTime,
Implementation
Service({
this.artifactGcsUri,
this.createTime,
this.encryptionConfig,
this.endpointUri,
this.hiveMetastoreConfig,
this.labels,
this.maintenanceWindow,
this.metadataIntegration,
this.metadataManagementActivity,
this.name,
this.network,
this.port,
this.releaseChannel,
this.state,
this.stateMessage,
this.tier,
this.uid,
this.updateTime,
});