Common response message for the resource registration methods.
| JSON representation |
|---|
{
"apphubApplication": string,
"registeredResources": [
string
],
"unregisteredResources": [
{
object ( |
| Fields | |
|---|---|
apphubApplication |
The App Hub application name. |
registeredResources[] |
The list of successfully registered GCP resources. |
unregisteredResources[] |
The list of unregistered GCP resources with error details. |
UnregisteredResource
UnregisteredResource represents a GCP resource that failed to register and apphub was not able to discover.
| JSON representation |
|---|
{
"deployedResource": {
object ( |
| Fields | |
|---|---|
deployedResource |
Output only. The deployed GCP resource that failed to register. |
reason |
Output only. The reason for the failure of registration. |