target property
The specification of an Internet routable address of API frontend that will handle requests to this API Endpoint. It should be either a valid IPv4 address or a fully-qualified domain name. For example, "8.8.8.8" or "myservice.appspot.com".
Implementation
@$pb.TagNumber(101)
$core.String get target => $_getSZ(4);
Implementation
@$pb.TagNumber(101)
set target($core.String value) => $_setString(4, value);