Service constructor

Service({
  1. String? artifactGcsUri,
  2. String? createTime,
  3. EncryptionConfig? encryptionConfig,
  4. String? endpointUri,
  5. HiveMetastoreConfig? hiveMetastoreConfig,
  6. Map<String, String>? labels,
  7. MaintenanceWindow? maintenanceWindow,
  8. MetadataIntegration? metadataIntegration,
  9. MetadataManagementActivity? metadataManagementActivity,
  10. String? name,
  11. String? network,
  12. int? port,
  13. String? releaseChannel,
  14. String? state,
  15. String? stateMessage,
  16. String? tier,
  17. String? uid,
  18. 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,
});