artifactGcsUri property

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

Implementation

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