App Hub API (apphub:v1)

2025-12-14

2 new methods

Additions

    Methods
  • apphub.projects.locations.extendedMetadataSchemas.get

      Description : Gets an Extended Metadata Schema.

      Parameter Order : name

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

      Path : v1/{+name}

      HTTP Method : GET

      Parameters :

        name

          Location : path

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

          Type : string

          Required : Yes

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

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

  • apphub.projects.locations.extendedMetadataSchemas.list

      Parameter Order : parent

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

      Parameters :

        pageSize

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

          Location : query

          Type : integer

          Format : int32

        parent

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

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

          Type : string

          Location : path

          Required : Yes

        pageToken

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

          Type : string

          Location : query

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

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

      HTTP Method : GET

      Path : v1/{+parent}/extendedMetadataSchemas