Resource: CodeRepositoryIndex
Message describing CodeRepositoryIndex object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"state": enum ( |
Fields | |
---|---|
name |
Immutable. Identifier. name of resource |
createTime |
Output only. Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. Code Repository Index instance State |
labels |
Optional. Labels as key value pairs An object containing a list of |
kmsKey |
Optional. Immutable. Customer-managed encryption key name, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*. |
State
Code Repository Index instance state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
CREATING |
Instance is being created. |
ACTIVE |
Instance is active. |
DELETING |
Instance is being deleted. |
SUSPENDED |
Instance is suspended. |
Methods |
|
---|---|
|
Creates a new CodeRepositoryIndex in a given project and location. |
|
Deletes a single CodeRepositoryIndex. |
|
Gets details of a single CodeRepositoryIndex. |
|
Lists CodeRepositoryIndexes in a given project and location. |
|
Updates the parameters of a single CodeRepositoryIndex. |