consumerId property

  1. @TagNumber.new(3)
String get consumerId

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);
  1. @TagNumber.new(3)
set consumerId (String value)

Implementation

@$pb.TagNumber(3)
set consumerId($core.String value) => $_setString(2, value);