GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment constructor
GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment({
- List<
String> ? additionalExperiments, - Map<
String, String> ? additionalUserLabels, - bool? enableStreamingEngine,
- String? flexrsGoal,
- String? ipConfiguration,
- String? kmsKeyName,
- String? machineType,
- int? maxWorkers,
- String? network,
- int? numWorkers,
- String? serviceAccountEmail,
- String? subnetwork,
- String? tempLocation,
- String? workerRegion,
- String? workerZone,
- String? zone,
Implementation
GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment({
this.additionalExperiments,
this.additionalUserLabels,
this.enableStreamingEngine,
this.flexrsGoal,
this.ipConfiguration,
this.kmsKeyName,
this.machineType,
this.maxWorkers,
this.network,
this.numWorkers,
this.serviceAccountEmail,
this.subnetwork,
this.tempLocation,
this.workerRegion,
this.workerZone,
this.zone,
});