Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class Instance.
An Instance represents the instance resources of the Registry.
Currently, only one instance is allowed for each project.
Generated from protobuf message google.cloud.apigeeregistry.v1.Instance
Namespace
Google \ Cloud \ ApigeeRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Format: projects/*/locations/*/instance
. Currently only locations/global
is supported.
↳ create_time
↳ update_time
↳ state
int
Output only. The current state of the Instance.
↳ state_message
string
Output only. Extra information of Instance.State if the state is FAILED
.
↳ config
getName
Format: projects/*/locations/*/instance
.
Currently only locations/global
is supported.
string
setName
Format: projects/*/locations/*/instance
.
Currently only locations/global
is supported.
var
string
$this
getCreateTime
Output only. Creation timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation timestamp.
$this
getUpdateTime
Output only. Last update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last update timestamp.
$this
getState
Output only. The current state of the Instance.
int
setState
Output only. The current state of the Instance.
var
int
$this
getStateMessage
Output only. Extra information of Instance.State if the state is FAILED
.
string
setStateMessage
Output only. Extra information of Instance.State if the state is FAILED
.
var
string
$this
getConfig
Required. Config of the Instance.
hasConfig
clearConfig
setConfig
Required. Config of the Instance.
$this