API Management API (apim:v1alpha)

2024-07-19

2 new methods

Additions

    Methods
  • apim.projects.locations.listApiObservationTags

      Path : v1alpha/{+parent}:listApiObservationTags

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}:listApiObservationTags

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent, which owns this collection of tags. Format: projects/{project}/locations/{location}

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of tags to return. The service may return fewer than this value. If unspecified, at most 10 tags will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A page token, received from a previous `ListApiObservationTags` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListApiObservationTags` must match the call that provided the page token.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : ListApiObservationTags lists all extant tags on any observation in the given project.

  • apim.projects.locations.observationJobs.apiObservations.batchEditTags

      Path : v1alpha/{+parent}/apiObservations:batchEditTags

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/observationJobs/{observationJobsId}/apiObservations:batchEditTags

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The parent resource shared by all ApiObservations being edited. Format: projects/{project}/locations/{location}/observationJobs/{observation_job}

          Pattern : ^projects/[^/]+/locations/[^/]+/observationJobs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : BatchEditTagsApiObservations adds or removes Tags for ApiObservations.