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
core.String? consumerId;