File: //snap/google-cloud-cli/396/lib/googlecloudsdk/schemas/datastream/v1/StandardQueryParameters.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: datastream v1 StandardQueryParameters export schema
description: A gcloud export/import command YAML validation schema.
type: object
additionalProperties: false
properties:
  COMMENT:
    type: object
    description: User specified info ignored by gcloud import.
    additionalProperties: false
    properties:
      template-id:
        type: string
      region:
        type: string
      description:
        type: string
      date:
        type: string
      version:
        type: string
  UNKNOWN:
    type: array
    description: Unknown API fields that cannot be imported.
    items:
      type: string
  access_token:
    description: OAuth access token.
    type: string
  alt:
    description: Data format for response.
    type: string
    enum:
    - json
    - media
    - proto
  callback:
    description: JSONP
    type: string
  f__xgafv:
    description: V1 error format.
    type: string
    enum:
    - _1
    - _2
  fields:
    description: |-
      Selector specifying which fields to include in a partial response.
    type: string
  key:
    description: |-
      API key. Your API key identifies your project and provides you with API
      access, quota, and reports. Required unless you provide an OAuth 2.0
      token.
    type: string
  oauth_token:
    description: OAuth 2.0 token for the current user.
    type: string
  prettyPrint:
    description: Returns response with indentations and line breaks.
    type: boolean
  quotaUser:
    description: |-
      Available to use for quota purposes for server-side applications. Can be
      any arbitrary string assigned to a user, but should not exceed 40
      characters.
    type: string
  trace:
    description: |-
      A tracing token of the form "token:<tokenid>" to include in api requests.
    type: string
  uploadType:
    description: Legacy upload protocol for media (e.g. "media", "multipart").
    type: string
  upload_protocol:
    description: Upload protocol for media (e.g. "raw", "multipart").
    type: string