projectId property

  1. @TagNumber.new(2)
String get projectId

Project identifier (preferably project number but can also be the project ID) of the project that contains the secret. If not set, it is assumed that the secret is in the same project as the function.

Implementation

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

Implementation

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