Class: Google::Cloud::Functions::V2::Stage
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::Stage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Each Stage of the deployment process
Defined Under Namespace
Instance Attribute Summary collapse
-
#message ⇒ ::String
Message describing the Stage.
-
#name ⇒ ::Google::Cloud::Functions::V2::Stage::Name
Name of the Stage.
-
#resource ⇒ ::String
Resource of the Stage.
-
#resource_uri ⇒ ::String
Link to the current Stage resource.
-
#state ⇒ ::Google::Cloud::Functions::V2::Stage::State
Current state of the Stage.
-
#state_messages ⇒ ::Array<::Google::Cloud::Functions::V2::StateMessage>
State messages from the current Stage.
Instance Attribute Details
#message ⇒ ::String
Returns Message describing the Stage.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |
#name ⇒ ::Google::Cloud::Functions::V2::Stage::Name
Returns Name of the Stage. This will be unique for each Stage.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |
#resource ⇒ ::String
Returns Resource of the Stage.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |
#resource_uri ⇒ ::String
Returns Link to the current Stage resource.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |
#state ⇒ ::Google::Cloud::Functions::V2::Stage::State
Returns Current state of the Stage.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |
#state_messages ⇒ ::Array<::Google::Cloud::Functions::V2::StateMessage>
Returns State messages from the current Stage.
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 1056 class Stage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible names for a Stage module Name # Not specified. Invalid name. NAME_UNSPECIFIED = 0 # Artifact Registry Stage ARTIFACT_REGISTRY = 1 # Build Stage BUILD = 2 # Service Stage SERVICE = 3 # Trigger Stage TRIGGER = 4 # Service Rollback Stage SERVICE_ROLLBACK = 5 # Trigger Rollback Stage TRIGGER_ROLLBACK = 6 end # Possible states for a Stage module State # Not specified. Invalid state. STATE_UNSPECIFIED = 0 # Stage has not started. NOT_STARTED = 1 # Stage is in progress. IN_PROGRESS = 2 # Stage has completed. COMPLETE = 3 end end |