callerSuppliedUserAgent property

  1. @TagNumber(2)
String get callerSuppliedUserAgent

The user agent of the caller. This information is not authenticated and should be treated accordingly. For example:

  • google-api-python-client/1.4.0: The request was made by the Google API client for Python.
  • Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62: The request was made by the Google Cloud SDK CLI (gcloud).
  • AppEngine-Google; (+http://code.google.com/appengine; appid: s~my-project: The request was made from the my-project App Engine app.

Implementation

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

Implementation

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