Class: Google::Cloud::CloudControlsPartner::V1::CustomerOnboardingStep
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::CustomerOnboardingStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb
Overview
Container for customer onboarding information
Defined Under Namespace
Modules: Step
Instance Attribute Summary collapse
-
#completion_state ⇒ ::Google::Cloud::CloudControlsPartner::V1::CompletionState
readonly
Output only.
-
#completion_time ⇒ ::Google::Protobuf::Timestamp
The completion time of the onboarding step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The starting time of the onboarding step.
-
#step ⇒ ::Google::Cloud::CloudControlsPartner::V1::CustomerOnboardingStep::Step
The onboarding step.
Instance Attribute Details
#completion_state ⇒ ::Google::Cloud::CloudControlsPartner::V1::CompletionState (readonly)
Returns Output only. Current state of the step.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 115 class CustomerOnboardingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for possible onboarding steps module Step # Unspecified step STEP_UNSPECIFIED = 0 # KAJ Enrollment KAJ_ENROLLMENT = 1 # Customer Environment CUSTOMER_ENVIRONMENT = 2 end end |
#completion_time ⇒ ::Google::Protobuf::Timestamp
Returns The completion time of the onboarding step.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 115 class CustomerOnboardingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for possible onboarding steps module Step # Unspecified step STEP_UNSPECIFIED = 0 # KAJ Enrollment KAJ_ENROLLMENT = 1 # Customer Environment CUSTOMER_ENVIRONMENT = 2 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The starting time of the onboarding step.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 115 class CustomerOnboardingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for possible onboarding steps module Step # Unspecified step STEP_UNSPECIFIED = 0 # KAJ Enrollment KAJ_ENROLLMENT = 1 # Customer Environment CUSTOMER_ENVIRONMENT = 2 end end |
#step ⇒ ::Google::Cloud::CloudControlsPartner::V1::CustomerOnboardingStep::Step
Returns The onboarding step.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 115 class CustomerOnboardingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum for possible onboarding steps module Step # Unspecified step STEP_UNSPECIFIED = 0 # KAJ Enrollment KAJ_ENROLLMENT = 1 # Customer Environment CUSTOMER_ENVIRONMENT = 2 end end |