Class: Google::Cloud::Compute::V1::PreviewFeatureStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PreviewFeatureStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] The status of the feature.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Output only.
-
#help_link ⇒ ::String
Output only.
- #release_status ⇒ ::Google::Cloud::Compute::V1::PreviewFeatureStatusReleaseStatus
Instance Attribute Details
#description ⇒ ::String
Returns Output only. [Output Only] The description of the feature.
60944 60945 60946 60947 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 60944 class PreviewFeatureStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#help_link ⇒ ::String
Returns Output only. [Output Only] Link to the public documentation for the feature.
60944 60945 60946 60947 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 60944 class PreviewFeatureStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_status ⇒ ::Google::Cloud::Compute::V1::PreviewFeatureStatusReleaseStatus
60944 60945 60946 60947 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 60944 class PreviewFeatureStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |