InstallationState(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
Attributes |
|
---|---|
Name | Description |
stage |
google.cloud.developerconnect_v1.types.InstallationState.Stage
Output only. Current step of the installation process. |
message |
str
Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete. |
action_uri |
str
Output only. Link to follow for next action. Empty string if the installation is already complete. |
Classes
Stage
Stage(value)
Stage of the installation process.