apiSpecRevision property

  1. @TagNumber(8)
String 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(8)
void apiSpecRevision=(String v)

Implementation

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