clusterManagerApiService property
The type of cluster manager API to use. If unknown or unspecified, the service will attempt to choose a reasonable default. This should be in the form of the API service name, e.g. "compute.googleapis.com".
Implementation
@$pb.TagNumber(2)
$core.String get clusterManagerApiService => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set clusterManagerApiService($core.String v) {
$_setString(1, v);
}