apiSpecRevision property

  1. @TagNumber.new(8)
String get apiSpecRevision

The full resource name (including revision ID) of the spec of the API being served by the deployment. Changes to this value will update the revision. Format: apis/{api}/deployments/{deployment}

Implementation

@$pb.TagNumber(8)
$core.String get apiSpecRevision => $_getSZ(7);
  1. @TagNumber.new(8)
set apiSpecRevision (String v)

Implementation

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