Class: Google::Cloud::Chronicle::V1::Instance
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::Instance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/instance.rb
Overview
A Instance represents an instantiation of the Instance product.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The resource name of this instance.
Format: projects/{project}/locations/{location}/instances/{instance}.
29 30 31 32 |
# File 'proto_docs/google/cloud/chronicle/v1/instance.rb', line 29 class Instance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |