Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::InstallationState.
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_uri
def action_uri() -> ::String
Returns
- (::String) — Output only. Link to follow for next action. Empty string if the installation is already complete.
#message
def message() -> ::String
Returns
- (::String) — Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
#stage
def stage() -> ::Google::Cloud::DeveloperConnect::V1::InstallationState::Stage
Returns
- (::Google::Cloud::DeveloperConnect::V1::InstallationState::Stage) — Output only. Current step of the installation process.