artifactGcsUri property

  1. @TagNumber.new(12)
String get artifactGcsUri

Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

Implementation

@$pb.TagNumber(12)
$core.String get artifactGcsUri => $_getSZ(10);
  1. @TagNumber.new(12)
set artifactGcsUri (String v)

Implementation

@$pb.TagNumber(12)
set artifactGcsUri($core.String v) {
  $_setString(10, v);
}