DeployedResourceResponse

Common response message for the resource registration methods.

JSON representation
{
  "apphubApplication": string,
  "registeredResources": [
    string
  ],
  "unregisteredResources": [
    {
      object (UnregisteredResource)
    }
  ]
}
Fields
apphubApplication

string

The App Hub application name.

registeredResources[]

string

The list of successfully registered GCP resources.

unregisteredResources[]

object (UnregisteredResource)

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 (DeployedResource)
  },
  "reason": string
}
Fields
deployedResource

object (DeployedResource)

Output only. The deployed GCP resource that failed to register.

reason

string

Output only. The reason for the failure of registration.