endpoint property
The new URL of the endpoint to call. If not set, the endpoint will not be changed.
Implementation
@$pb.TagNumber(7)
$core.String get endpoint => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set endpoint($core.String value) => $_setString(6, value);