clusterManagerApiService property

  1. @TagNumber.new(2)
String get clusterManagerApiService

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);
  1. @TagNumber.new(2)
set clusterManagerApiService (String v)

Implementation

@$pb.TagNumber(2)
set clusterManagerApiService($core.String v) {
  $_setString(1, v);
}