REST Resource: projects.storedInfoTypes

Resource: StoredInfoType

StoredInfoType resource message that contains information about the current version and any pending updates.

JSON representation
{
  "name": string,
  "currentVersion": {
    object (StoredInfoTypeVersion)
  },
  "pendingVersions": [
    {
      object (StoredInfoTypeVersion)
    }
  ]
}
Fields
name

string

Resource name.

currentVersion

object (StoredInfoTypeVersion)

Current version of the stored info type.

pendingVersions[]

object (StoredInfoTypeVersion)

Pending versions of the stored info type. Empty if no versions are pending.

Methods

create

Creates a pre-built stored infoType to be used for inspection.

delete

Deletes a stored infoType.

get

Gets a stored infoType.

list

Lists stored infoTypes.

patch

Updates the stored infoType by creating a new version.