ComponentApplicationInfo

This captures the apphub application details associated with the component.

JSON representation
{
  "apphubApplicationId": string,
  "displayName": string,
  "scope": {
    object (Scope)
  },
  "attributes": {
    object (Attributes)
  },
  "deploymentRegion": string
}
Fields
apphubApplicationId

string

Required. The application ID of the apphub application. The ID must be 1-63 characters long and should match the regular expression ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

displayName

string

Optional. Display name for the application. The number of characters should be less than 64 characters.

scope

object (Scope)

Optional. Scope of apphub application.

attributes

object (Attributes)

Optional. Attributes of apphub application.

deploymentRegion

string

Optional. Deployment region for the component. If the scope is set to REGIONAL, then the apphub application is created in this region, e.g. us-central1.