endpointUri property

  1. @TagNumber(9)
String get endpointUri

The address where the deployment is serving. Changes to this value will update the revision.

Implementation

@$pb.TagNumber(9)
$core.String get endpointUri => $_getSZ(8);
  1. @TagNumber(9)
set endpointUri (String v)

Implementation

@$pb.TagNumber(9)
set endpointUri($core.String v) { $_setString(8, v); }