Class: Google::Cloud::SecureSourceManager::V1::BranchRule::Check
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::BranchRule::Check
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
Check is a type for status check.
Instance Attribute Summary collapse
-
#context ⇒ ::String
Required.
Instance Attribute Details
#context ⇒ ::String
Returns Required. The context of the check.
429 430 431 432 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 429 class Check include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |