RegisterApphubResourcesResponse

Response message for RegisterApphubResources method.

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

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.