apiConfig property
Required. Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
Implementation
@$pb.TagNumber(6)
$core.String get apiConfig => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set apiConfig($core.String v) { $_setString(5, v); }