serviceAccount property

  1. @TagNumber(1)
AppConnector_PrincipalInfo_ServiceAccount serviceAccount

A GCP service account.

Implementation

@$pb.TagNumber(1)
AppConnector_PrincipalInfo_ServiceAccount get serviceAccount => $_getN(0);
  1. @TagNumber(1)
void serviceAccount=(AppConnector_PrincipalInfo_ServiceAccount v)

Implementation

@$pb.TagNumber(1)
set serviceAccount(AppConnector_PrincipalInfo_ServiceAccount v) { setField(1, v); }