p4ServiceAccount property

  1. @TagNumber(23)
String p4ServiceAccount

Output only. P4 service account for the customer project.

Implementation

@$pb.TagNumber(23)
$core.String get p4ServiceAccount => $_getSZ(22);
  1. @TagNumber(23)
void p4ServiceAccount=(String v)

Implementation

@$pb.TagNumber(23)
set p4ServiceAccount($core.String v) { $_setString(22, v); }