NAME
    gcloud apihub apis versions update - update versions

SYNOPSIS
    gcloud apihub apis versions update (VERSION : --api=API)
        [--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
        [--location=LOCATION]
        [--attributes=[ATTRIBUTES,...]
          | --update-attributes=[UPDATE_ATTRIBUTES,...] --clear-attributes
          | --remove-attributes=REMOVE_ATTRIBUTES]
        [--clear-accreditation
          --accreditation-json-values=[ACCREDITATION_JSON_VALUES,...]
          | --accreditation-string-values=[ACCREDITATION_STRING_VALUES,...]
          | --accreditation-uri-values=[ACCREDITATION_URI_VALUES,...]
          | --accreditation-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          | --add-accreditation-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          --clear-accreditation-enum-values
          | --remove-accreditation-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]]
        [--clear-compliance
          --compliance-json-values=[COMPLIANCE_JSON_VALUES,...]
          | --compliance-string-values=[COMPLIANCE_STRING_VALUES,...]
          | --compliance-uri-values=[COMPLIANCE_URI_VALUES,...]
          | --compliance-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          | --add-compliance-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          --clear-compliance-enum-values
          | --remove-compliance-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]]
        [--clear-documentation
          --documentation-external-uri=DOCUMENTATION_EXTERNAL_URI]
        [--clear-lifecycle --lifecycle-json-values=[LIFECYCLE_JSON_VALUES,...]
          | --lifecycle-string-values=[LIFECYCLE_STRING_VALUES,...]
          | --lifecycle-uri-values=[LIFECYCLE_URI_VALUES,...]
          | --lifecycle-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          | --add-lifecycle-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
          --clear-lifecycle-enum-values
          | --remove-lifecycle-enum-values=[description=DESCRIPTION],
          [displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]]
        [--clear-selected-deployment
          | --selected-deployment=SELECTED_DEPLOYMENT]
        [--deployments=[DEPLOYMENTS,...]
          | --add-deployments=[ADD_DEPLOYMENTS,...] --clear-deployments
          | --remove-deployments=[REMOVE_DEPLOYMENTS,...]]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Update a version

EXAMPLES
    To update a version with the ID my-version for API my-api, run:

        $ gcloud apihub apis versions update my-version --api=my-api \
            --display-name="New Display Name" --project=my-project \
            --location=us-central1

POSITIONAL ARGUMENTS
     Version resource - Identifier. The name of the version.

     Format:
     projects/{project}/locations/{location}/apis/{api}/versions/{version} The
     arguments in this group can be used to specify the attributes of this
     resource. (NOTE) Some attributes are not given arguments in this group but
     can be set in other ways.

     To set the project attribute:
      ◆ provide the argument version on the command line with a fully
        specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     To set the location attribute:
      ◆ provide the argument version on the command line with a fully
        specified name;
      ◆ provide the argument --location on the command line.

     This must be specified.

       VERSION
          ID of the version or fully qualified identifier for the version.

          To set the version attribute:
          ▸ provide the argument version on the command line.

          This positional argument must be specified if any of the other
          arguments in this group are specified.

       --api=API
          The api id of the version resource.

          To set the api attribute:
          ▸ provide the argument version on the command line with a fully
            specified name;
          ▸ provide the argument --api on the command line.

FLAGS
     --description=DESCRIPTION
        The description of the version.

     --display-name=DISPLAY_NAME
        The display name of the version.

     --location=LOCATION
        For resources [version, deployments, selected-deployment], provides
        fallback value for resource location attribute. When the resource's
        full URI path is not provided, location will fallback to this flag
        value.

     Update attributes.

     At most one of these can be specified:

       --attributes=[ATTRIBUTES,...]
          Set attributes to new value. The list of user defined attributes
          associated with the Version resource. The key is the attribute name.
          It will be of the format:
          projects/{project}/locations/{location}/attributes/{attribute}. The
          value is the attribute values associated with the resource.

           KEY
              Sets KEY value.

           VALUE
              Sets VALUE value.

               enumValues
                  The attribute values associated with a resource in case
                  attribute data type is enum.

                   values
                      The attribute values in case attribute data type is enum.

                       description
                          The detailed description of the allowed value.

                       displayName
                          The display name of the allowed value.

                       id
                          The ID of the allowed value.
                          ▪ If provided, the same will be used. The service
                            will throw an error if the specified id is already
                            used by another allowed value in the same attribute
                            resource.
                          ▪ If not provided, a system generated id derived
                            from the display name will be used. In this case,
                            the service will handle conflict resolution by
                            adding a system generated suffix in case of
                            duplicates.

                          This value should be 4-63 characters, and valid
                          characters are /[a-z][0-9]-/.

                       immutable
                          When set to true, the allowed value cannot be updated
                          or deleted by the user. It can only be true for
                          System defined attributes.

               jsonValues
                  The attribute values associated with a resource in case
                  attribute data type is JSON.

                   values
                      The attribute values in case attribute data type is
                      string or JSON.

               stringValues
                  The attribute values associated with a resource in case
                  attribute data type is string.

                   values
                      The attribute values in case attribute data type is
                      string or JSON.

               uriValues
                  The attribute values associated with a resource in case
                  attribute data type is URL, URI or IP, like
                  gs://bucket-name/object-name.

                   values
                      The attribute values in case attribute data type is
                      string or JSON.

          Shorthand Example:

              --attributes=string={enumValues={values=[{description=string,displayName=string,id=string,immutable=boolean}]},jsonValues={values=[string]},stringValues={values=[string]},uriValues={values=[string]}}

          JSON Example:

              --attributes='{"string": {"enumValues": {"values": [{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]}, "jsonValues": {"values": ["string"]}, "stringValues": {"values": ["string"]}, "uriValues": {"values": ["string"]}}}'

          File Example:

              --attributes=path_to_file.(yaml|json)

       Or at least one of these can be specified:

         --update-attributes=[UPDATE_ATTRIBUTES,...]
            Update attributes value or add key value pair. The list of user
            defined attributes associated with the Version resource. The key is
            the attribute name. It will be of the format:
            projects/{project}/locations/{location}/attributes/{attribute}. The
            value is the attribute values associated with the resource.

             KEY
                Sets KEY value.

             VALUE
                Sets VALUE value.

                 enumValues
                    The attribute values associated with a resource in case
                    attribute data type is enum.

                     values
                        The attribute values in case attribute data type is
                        enum.

                         description
                            The detailed description of the allowed value.

                         displayName
                            The display name of the allowed value.

                         id
                            The ID of the allowed value.
                            ◆ If provided, the same will be used. The service
                              will throw an error if the specified id is
                              already used by another allowed value in the same
                              attribute resource.
                            ◆ If not provided, a system generated id derived
                              from the display name will be used. In this case,
                              the service will handle conflict resolution by
                              adding a system generated suffix in case of
                              duplicates.

                            This value should be 4-63 characters, and valid
                            characters are /[a-z][0-9]-/.

                         immutable
                            When set to true, the allowed value cannot be
                            updated or deleted by the user. It can only be true
                            for System defined attributes.

                 jsonValues
                    The attribute values associated with a resource in case
                    attribute data type is JSON.

                     values
                        The attribute values in case attribute data type is
                        string or JSON.

                 stringValues
                    The attribute values associated with a resource in case
                    attribute data type is string.

                     values
                        The attribute values in case attribute data type is
                        string or JSON.

                 uriValues
                    The attribute values associated with a resource in case
                    attribute data type is URL, URI or IP, like
                    gs://bucket-name/object-name.

                     values
                        The attribute values in case attribute data type is
                        string or JSON.

            Shorthand Example:

                --update-attributes=string={enumValues={values=[{description=string,displayName=string,id=string,immutable=boolean}]},jsonValues={values=[string]},stringValues={values=[string]},uriValues={values=[string]}}

            JSON Example:

                --update-attributes='{"string": {"enumValues": {"values": [{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]}, "jsonValues": {"values": ["string"]}, "stringValues": {"values": ["string"]}, "uriValues": {"values": ["string"]}}}'

            File Example:

                --update-attributes=path_to_file.(yaml|json)

         At most one of these can be specified:

           --clear-attributes
              Clear attributes value and set to empty map.

           --remove-attributes=REMOVE_ATTRIBUTES
              Remove existing value from map attributes. Sets remove_attributes
              value.

              Shorthand Example:

                  --remove-attributes=string,string

              JSON Example:

                  --remove-attributes=["string"]

              File Example:

                  --remove-attributes=path_to_file.(yaml|json)

     The attribute values associated with resource.

     --clear-accreditation
        Set googleCloudApihubV1Version.accreditation back to default value.

     Arguments for the Value.

     At most one of these can be specified:

       The attribute values of data type string or JSON.

       --accreditation-json-values=[ACCREDITATION_JSON_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --accreditation-string-values=[ACCREDITATION_STRING_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --accreditation-uri-values=[ACCREDITATION_URI_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type enum.

       Update accreditation_enum_values.

       At most one of these can be specified:

         --accreditation-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
            Set accreditation_enum_values to new value. The attribute values in
            case attribute data type is enum.

             description
                The detailed description of the allowed value.

             displayName
                The display name of the allowed value.

             id
                The ID of the allowed value.
                ◇ If provided, the same will be used. The service will throw
                  an error if the specified id is already used by another
                  allowed value in the same attribute resource.
                ◇ If not provided, a system generated id derived from the
                  display name will be used. In this case, the service will
                  handle conflict resolution by adding a system generated
                  suffix in case of duplicates.

                This value should be 4-63 characters, and valid characters are
                /[a-z][0-9]-/.

             immutable
                When set to true, the allowed value cannot be updated or
                deleted by the user. It can only be true for System defined
                attributes.

            Shorthand Example:

                --accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean --accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean

            JSON Example:

                --accreditation-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

            File Example:

                --accreditation-enum-values=path_to_file.(yaml|json)

         Or at least one of these can be specified:

           --add-accreditation-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
              Add new value to accreditation_enum_values list. The attribute
              values in case attribute data type is enum.

               description
                  The detailed description of the allowed value.

               displayName
                  The display name of the allowed value.

               id
                  The ID of the allowed value.
                  ▹ If provided, the same will be used. The service will
                    throw an error if the specified id is already used by
                    another allowed value in the same attribute resource.
                  ▹ If not provided, a system generated id derived from the
                    display name will be used. In this case, the service will
                    handle conflict resolution by adding a system generated
                    suffix in case of duplicates.

                  This value should be 4-63 characters, and valid characters
                  are /[a-z][0-9]-/.

               immutable
                  When set to true, the allowed value cannot be updated or
                  deleted by the user. It can only be true for System defined
                  attributes.

              Shorthand Example:

                  --add-accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean --add-accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean

              JSON Example:

                  --add-accreditation-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

              File Example:

                  --add-accreditation-enum-values=path_to_file.(yaml|json)

           At most one of these can be specified:

             --clear-accreditation-enum-values
                Clear accreditation_enum_values value and set to empty list.

             --remove-accreditation-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
                Remove existing value from accreditation_enum_values list. The
                attribute values in case attribute data type is enum.

                 description
                    The detailed description of the allowed value.

                 displayName
                    The display name of the allowed value.

                 id
                    The ID of the allowed value.
                    ▪ If provided, the same will be used. The service will
                      throw an error if the specified id is already used by
                      another allowed value in the same attribute resource.
                    ▪ If not provided, a system generated id derived from the
                      display name will be used. In this case, the service will
                      handle conflict resolution by adding a system generated
                      suffix in case of duplicates.

                    This value should be 4-63 characters, and valid characters
                    are /[a-z][0-9]-/.

                 immutable
                    When set to true, the allowed value cannot be updated or
                    deleted by the user. It can only be true for System defined
                    attributes.

                Shorthand Example:

                    --remove-accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean --remove-accreditation-enum-values=description=string,displayName=string,id=string,immutable=boolean

                JSON Example:

                    --remove-accreditation-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

                File Example:

                    --remove-accreditation-enum-values=path_to_file.(yaml|json)

     The attribute values associated with resource.

     --clear-compliance
        Set googleCloudApihubV1Version.compliance back to default value.

     Arguments for the Value.

     At most one of these can be specified:

       The attribute values of data type string or JSON.

       --compliance-json-values=[COMPLIANCE_JSON_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --compliance-string-values=[COMPLIANCE_STRING_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --compliance-uri-values=[COMPLIANCE_URI_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type enum.

       Update compliance_enum_values.

       At most one of these can be specified:

         --compliance-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
            Set compliance_enum_values to new value. The attribute values in
            case attribute data type is enum.

             description
                The detailed description of the allowed value.

             displayName
                The display name of the allowed value.

             id
                The ID of the allowed value.
                ◇ If provided, the same will be used. The service will throw
                  an error if the specified id is already used by another
                  allowed value in the same attribute resource.
                ◇ If not provided, a system generated id derived from the
                  display name will be used. In this case, the service will
                  handle conflict resolution by adding a system generated
                  suffix in case of duplicates.

                This value should be 4-63 characters, and valid characters are
                /[a-z][0-9]-/.

             immutable
                When set to true, the allowed value cannot be updated or
                deleted by the user. It can only be true for System defined
                attributes.

            Shorthand Example:

                --compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean --compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean

            JSON Example:

                --compliance-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

            File Example:

                --compliance-enum-values=path_to_file.(yaml|json)

         Or at least one of these can be specified:

           --add-compliance-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
              Add new value to compliance_enum_values list. The attribute
              values in case attribute data type is enum.

               description
                  The detailed description of the allowed value.

               displayName
                  The display name of the allowed value.

               id
                  The ID of the allowed value.
                  ▹ If provided, the same will be used. The service will
                    throw an error if the specified id is already used by
                    another allowed value in the same attribute resource.
                  ▹ If not provided, a system generated id derived from the
                    display name will be used. In this case, the service will
                    handle conflict resolution by adding a system generated
                    suffix in case of duplicates.

                  This value should be 4-63 characters, and valid characters
                  are /[a-z][0-9]-/.

               immutable
                  When set to true, the allowed value cannot be updated or
                  deleted by the user. It can only be true for System defined
                  attributes.

              Shorthand Example:

                  --add-compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean --add-compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean

              JSON Example:

                  --add-compliance-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

              File Example:

                  --add-compliance-enum-values=path_to_file.(yaml|json)

           At most one of these can be specified:

             --clear-compliance-enum-values
                Clear compliance_enum_values value and set to empty list.

             --remove-compliance-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
                Remove existing value from compliance_enum_values list. The
                attribute values in case attribute data type is enum.

                 description
                    The detailed description of the allowed value.

                 displayName
                    The display name of the allowed value.

                 id
                    The ID of the allowed value.
                    ▪ If provided, the same will be used. The service will
                      throw an error if the specified id is already used by
                      another allowed value in the same attribute resource.
                    ▪ If not provided, a system generated id derived from the
                      display name will be used. In this case, the service will
                      handle conflict resolution by adding a system generated
                      suffix in case of duplicates.

                    This value should be 4-63 characters, and valid characters
                    are /[a-z][0-9]-/.

                 immutable
                    When set to true, the allowed value cannot be updated or
                    deleted by the user. It can only be true for System defined
                    attributes.

                Shorthand Example:

                    --remove-compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean --remove-compliance-enum-values=description=string,displayName=string,id=string,immutable=boolean

                JSON Example:

                    --remove-compliance-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

                File Example:

                    --remove-compliance-enum-values=path_to_file.(yaml|json)

     Documentation details.

     --clear-documentation
        Set googleCloudApihubV1Version.documentation back to default value.

     --documentation-external-uri=DOCUMENTATION_EXTERNAL_URI
        The uri of the externally hosted documentation.

     The attribute values associated with resource.

     --clear-lifecycle
        Set googleCloudApihubV1Version.lifecycle back to default value.

     Arguments for the Value.

     At most one of these can be specified:

       The attribute values of data type string or JSON.

       --lifecycle-json-values=[LIFECYCLE_JSON_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --lifecycle-string-values=[LIFECYCLE_STRING_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type string or JSON.

       --lifecycle-uri-values=[LIFECYCLE_URI_VALUES,...]
          The attribute values in case attribute data type is string or JSON.

       The attribute values of data type enum.

       Update lifecycle_enum_values.

       At most one of these can be specified:

         --lifecycle-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
            Set lifecycle_enum_values to new value. The attribute values in
            case attribute data type is enum.

             description
                The detailed description of the allowed value.

             displayName
                The display name of the allowed value.

             id
                The ID of the allowed value.
                ◇ If provided, the same will be used. The service will throw
                  an error if the specified id is already used by another
                  allowed value in the same attribute resource.
                ◇ If not provided, a system generated id derived from the
                  display name will be used. In this case, the service will
                  handle conflict resolution by adding a system generated
                  suffix in case of duplicates.

                This value should be 4-63 characters, and valid characters are
                /[a-z][0-9]-/.

             immutable
                When set to true, the allowed value cannot be updated or
                deleted by the user. It can only be true for System defined
                attributes.

            Shorthand Example:

                --lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean --lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean

            JSON Example:

                --lifecycle-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

            File Example:

                --lifecycle-enum-values=path_to_file.(yaml|json)

         Or at least one of these can be specified:

           --add-lifecycle-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
              Add new value to lifecycle_enum_values list. The attribute values
              in case attribute data type is enum.

               description
                  The detailed description of the allowed value.

               displayName
                  The display name of the allowed value.

               id
                  The ID of the allowed value.
                  ▹ If provided, the same will be used. The service will
                    throw an error if the specified id is already used by
                    another allowed value in the same attribute resource.
                  ▹ If not provided, a system generated id derived from the
                    display name will be used. In this case, the service will
                    handle conflict resolution by adding a system generated
                    suffix in case of duplicates.

                  This value should be 4-63 characters, and valid characters
                  are /[a-z][0-9]-/.

               immutable
                  When set to true, the allowed value cannot be updated or
                  deleted by the user. It can only be true for System defined
                  attributes.

              Shorthand Example:

                  --add-lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean --add-lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean

              JSON Example:

                  --add-lifecycle-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

              File Example:

                  --add-lifecycle-enum-values=path_to_file.(yaml|json)

           At most one of these can be specified:

             --clear-lifecycle-enum-values
                Clear lifecycle_enum_values value and set to empty list.

             --remove-lifecycle-enum-values=[description=DESCRIPTION],[displayName=DISPLAYNAME],[id=ID],[immutable=IMMUTABLE]
                Remove existing value from lifecycle_enum_values list. The
                attribute values in case attribute data type is enum.

                 description
                    The detailed description of the allowed value.

                 displayName
                    The display name of the allowed value.

                 id
                    The ID of the allowed value.
                    ▪ If provided, the same will be used. The service will
                      throw an error if the specified id is already used by
                      another allowed value in the same attribute resource.
                    ▪ If not provided, a system generated id derived from the
                      display name will be used. In this case, the service will
                      handle conflict resolution by adding a system generated
                      suffix in case of duplicates.

                    This value should be 4-63 characters, and valid characters
                    are /[a-z][0-9]-/.

                 immutable
                    When set to true, the allowed value cannot be updated or
                    deleted by the user. It can only be true for System defined
                    attributes.

                Shorthand Example:

                    --remove-lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean --remove-lifecycle-enum-values=description=string,displayName=string,id=string,immutable=boolean

                JSON Example:

                    --remove-lifecycle-enum-values='[{"description": "string", "displayName": "string", "id": "string", "immutable": boolean}]'

                File Example:

                    --remove-lifecycle-enum-values=path_to_file.(yaml|json)

     Update selected_deployment.

     At most one of these can be specified:

       --clear-selected-deployment
          Clear selected_deployment value and set to null.

       Deployment resource - Set selected_deployment to new value.

       The selected deployment for a Version resource. This can be used when
       special handling is needed on client side for a particular deployment
       linked to the version. Format is
       projects/{project}/locations/{location}/deployments/{deployment} This
       represents a Cloud resource. (NOTE) Some attributes are not given
       arguments in this group but can be set in other ways.

       To set the project attribute:
        ▸ provide the argument --selected-deployment on the command line with
          a fully specified name;
        ▸ provide the argument --project on the command line;
        ▸ set the property core/project.

       To set the location attribute:
        ▸ provide the argument --selected-deployment on the command line with
          a fully specified name;
        ▸ provide the argument --location on the command line.

       --selected-deployment=SELECTED_DEPLOYMENT
          ID of the deployment or fully qualified identifier for the
          deployment.

          To set the deployment attribute:
          ▸ provide the argument --selected-deployment on the command line.

     Update deployments.

     At most one of these can be specified:

       Deployment resource - Set deployments to new value.

       The deployments linked to this API version. Note: A particular API
       version could be deployed to multiple deployments (for dev deployment,
       UAT deployment, etc) Format is
       projects/{project}/locations/{location}/deployments/{deployment} This
       represents a Cloud resource. (NOTE) Some attributes are not given
       arguments in this group but can be set in other ways.

       To set the project attribute:
        ▸ provide the argument --deployments on the command line with a fully
          specified name;
        ▸ provide the argument --project on the command line;
        ▸ set the property core/project.

       To set the location attribute:
        ▸ provide the argument --deployments on the command line with a fully
          specified name;
        ▸ provide the argument --location on the command line.

       --deployments=[DEPLOYMENTS,...]
          IDs of the deployments or fully qualified identifiers for the
          deployments.

          To set the deployment attribute:
          ▸ provide the argument --deployments on the command line.

       Deployment resource - Add new value to deployments list.

       The deployments linked to this API version. Note: A particular API
       version could be deployed to multiple deployments (for dev deployment,
       UAT deployment, etc) Format is
       projects/{project}/locations/{location}/deployments/{deployment} This
       represents a Cloud resource. (NOTE) Some attributes are not given
       arguments in this group but can be set in other ways.

       To set the project attribute:
        ▸ provide the argument --add-deployments on the command line with a
          fully specified name;
        ▸ provide the argument --project on the command line;
        ▸ set the property core/project.

       To set the location attribute:
        ▸ provide the argument --add-deployments on the command line with a
          fully specified name;
        ▸ provide the argument --location on the command line.

       --add-deployments=[ADD_DEPLOYMENTS,...]
          IDs of the deployments or fully qualified identifiers for the
          deployments.

          To set the deployment attribute:
          ▸ provide the argument --add-deployments on the command line.

       At most one of these can be specified:

         --clear-deployments
            Clear deployments value and set to empty list.

         Or at least one of these can be specified:

           Deployment resource - Remove value from deployments list.

           The deployments linked to this API version. Note: A particular API
           version could be deployed to multiple deployments (for dev
           deployment, UAT deployment, etc) Format is
           projects/{project}/locations/{location}/deployments/{deployment}
           This represents a Cloud resource. (NOTE) Some attributes are not
           given arguments in this group but can be set in other ways.

           To set the project attribute:
            ◇ provide the argument --remove-deployments on the command line
              with a fully specified name;
            ◇ provide the argument --project on the command line;
            ◇ set the property core/project.

           To set the location attribute:
            ◇ provide the argument --remove-deployments on the command line
              with a fully specified name;
            ◇ provide the argument --location on the command line.

           --remove-deployments=[REMOVE_DEPLOYMENTS,...]
              IDs of the deployments or fully qualified identifiers for the
              deployments.

              To set the deployment attribute:
              ◇ provide the argument --remove-deployments on the command
                line.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

API REFERENCE
    This command uses the apihub/v1 API. The full documentation for this API
    can be found at:
    https://cloud.google.com/apigee/docs/api-hub/what-is-api-hub

NOTES
    This variant is also available:

        $ gcloud alpha apihub apis versions update

