the api key used for authentication against Momento backend
@$pb.TagNumber(1) $core.String get apiKey => $_getSZ(0);
@$pb.TagNumber(1) set apiKey($core.String v) { $_setString(0, v); }