google_api_service_control v0.0.1 GoogleApi.ServiceControl.V1.Model.RequestMetadata View Source

Metadata about the request.

Attributes

  • callerIp (String): The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from GCE VM with external IP address, this will be the VM's external IP address. For caller from GCE VM without external IP address, if the VM is in the same GCP organization (or project) as the accessed resource, `caller_ip` will be the GCE VM's internal IPv4 address, otherwise it will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information. Defaults to: null.
  • callerSuppliedUserAgent (String): 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. NOLINT Defaults to: null.