App Hub API (apphub:v1alpha)

2025-12-14

2 new methods

Additions

    Methods
  • apphub.projects.locations.extendedMetadataSchemas.get

      HTTP Method : GET

      Parameter Order : name

      Path : v1alpha/{+name}

      Parameters :

        name

          Required : Yes

          Description : Required. Schema resource name Format: projects//locations//extendedMetadataSchemas/ could be "apphub.googleapis.com/Name"

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/extendedMetadataSchemas/.*$

          Type : string

      Description : Gets an Extended Metadata Schema.

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/extendedMetadataSchemas/{extendedMetadataSchemasId}

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

  • apphub.projects.locations.extendedMetadataSchemas.list

      Parameter Order : parent

      Path : v1alpha/{+parent}/extendedMetadataSchemas

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

      Description : Lists Extended Metadata Schemas available in a host project and location.

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

      Parameters :

        pageToken

          Location : query

          Type : string

          Description : Optional. A token identifying a page of results the server should return.

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Format : int32

          Location : query

          Type : integer

        parent

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

          Type : string

          Description : Required. Project and location to list Extended Metadata Schemas on. Expected format: `projects/{project}/locations/{location}`.

          Required : Yes

          Location : path

      HTTP Method : GET