Class: Google::Cloud::AppHub::V1::Scope
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::Scope
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/application.rb
Overview
Scope of an application.
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ ::Google::Cloud::AppHub::V1::Scope::Type
Returns Required. Scope Type.
84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/apphub/v1/application.rb', line 84 class Scope include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Scope Type. module Type # Unspecified type. TYPE_UNSPECIFIED = 0 # Regional type. REGIONAL = 1 end end |