caPool property

  1. @TagNumber.new(1)
String get caPool

Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

Implementation

@$pb.TagNumber(1)
$core.String get caPool => $_getSZ(0);
  1. @TagNumber.new(1)
set caPool (String v)

Implementation

@$pb.TagNumber(1)
set caPool($core.String v) {
  $_setString(0, v);
}