apiEndpoint property
Output only. Endpoint on which the REST APIs is accessible.
Implementation
@$pb.TagNumber(20)
$core.String get apiEndpoint => $_getSZ(19);
Implementation
@$pb.TagNumber(20)
set apiEndpoint($core.String v) {
$_setString(19, v);
}