Resource: RegistryBook
Message describing RegistryBook object
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"claimedScopes": [
string
],
"isDefault": boolean,
"aggregatedData": {
object ( |
| Fields | |
|---|---|
name |
Required. Identifier. name of resource |
createTime |
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: |
updateTime |
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: |
labels |
Optional. Labels as key value pairs An object containing a list of |
claimedScopes[] |
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 |
Output only. Whether the RegistryBook is the default one. |
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 |
Output only. Number of scopes unique to the RegistryBook. |
discoveredRealmsCount |
Output only. Number of discovered realms in the RegistryBook. |
discoveredRangesCount |
Output only. Number of discovered ranges in the RegistryBook. |
customRealmsCount |
Output only. Number of custom realms in the RegistryBook. |
customRangesCount |
Output only. Number of custom ranges in the RegistryBook. |
Methods |
|
|---|---|
|
Creates a new RegistryBook in a given project and location. |
|
Deletes a single RegistryBook. |
|
Gets details of a single RegistryBook. |
|
Lists RegistryBooks in a given project and location. |
|
Updates the parameters of a single RegistryBook. |
|
Searches IP resources in a given RegistryBook. |