uri property

  1. @TagNumber.new(1)
String get uri

A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}

Implementation

@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
  1. @TagNumber.new(1)
set uri (String v)

Implementation

@$pb.TagNumber(1)
set uri($core.String v) {
  $_setString(0, v);
}