Class: Google::Cloud::ConfigService::V1::ResourceCAIInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ResourceCAIInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
CAI info of a Resource.
Instance Attribute Summary collapse
-
#full_resource_name ⇒ ::String
CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_name.
Instance Attribute Details
#full_resource_name ⇒ ::String
Returns CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_name.
941 942 943 944 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 941 class ResourceCAIInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |