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 Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. Update time stamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |