consumerId property
Identity of the consumer who is using the service. This field should be filled in for the operations initiated by a consumer, but not for service-initiated operations that are not related to a specific consumer.
- This can be in one of the following formats:
- project:PROJECT_ID,
- project
_number:PROJECT_NUMBER, - projects/PROJECT_ID or PROJECT_NUMBER,
- folders/FOLDER_NUMBER,
- organizations/ORGANIZATION_NUMBER,
- api
_key:API_KEY.
Implementation
@$pb.TagNumber(3)
$core.String get consumerId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set consumerId($core.String value) => $_setString(2, value);