build property

  1. @TagNumber(1)
String get build

Output only. The Cloud Build name of the latest successful deployment of the function.

Implementation

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

Implementation

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