dockerRepository property

  1. @TagNumber(7)
String dockerRepository

User managed repository created in Artifact Registry optionally with a customer managed encryption key. This is the repository to which the function docker image will be pushed after it is built by Cloud Build. If unspecified, GCF will create and use a repository named 'gcf-artifacts' for every deployed region.

It must match the pattern projects/{project}/locations/{location}/repositories/{repository}.

Cross-project repositories are not supported. Cross-location repositories are not supported. Repository format must be 'DOCKER'.

Implementation

@$pb.TagNumber(7)
$core.String get dockerRepository => $_getSZ(6);
  1. @TagNumber(7)
void dockerRepository=(String v)

Implementation

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