REST Resource: projects.locations.registryBooks

Resource: RegistryBook

Message describing RegistryBook object

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "claimedScopes": [
    string
  ],
  "isDefault": boolean,
  "aggregatedData": {
    object (AggregatedData)
  }
}
Fields
name

string

Required. Identifier. name of resource

createTime

string (Timestamp format)

Output only. [Output only] Create time stamp

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. [Output only] Update time stamp

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

labels

map (key: string, value: string)

Optional. Labels as key value pairs

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

claimedScopes[]

string

Optional. List of scopes claimed by the RegistryBook. In Preview, Only project scope is supported. Each scope is in the format of projects/{project}. Each scope can only be claimed once.

isDefault

boolean

Output only. Whether the RegistryBook is the default one.

aggregatedData

object (AggregatedData)

Output only. Aggregated data for the RegistryBook. Populated only when the view is AGGREGATE.

AggregatedData

Aggregated data for the RegistryBook.

JSON representation
{
  "uniqueScopesCount": integer,
  "discoveredRealmsCount": integer,
  "discoveredRangesCount": integer,
  "customRealmsCount": integer,
  "customRangesCount": integer
}
Fields
uniqueScopesCount

integer

Output only. Number of scopes unique to the RegistryBook.

discoveredRealmsCount

integer

Output only. Number of discovered realms in the RegistryBook.

discoveredRangesCount

integer

Output only. Number of discovered ranges in the RegistryBook.

customRealmsCount

integer

Output only. Number of custom realms in the RegistryBook.

customRangesCount

integer

Output only. Number of custom ranges in the RegistryBook.

Methods

create

Creates a new RegistryBook in a given project and location.

delete

Deletes a single RegistryBook.

get

Gets details of a single RegistryBook.

list

Lists RegistryBooks in a given project and location.

patch

Updates the parameters of a single RegistryBook.

searchIpResources

Searches IP resources in a given RegistryBook.