Class: Google::Cloud::Ces::V1::AppSnapshot
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::AppSnapshot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/app_version.rb
Overview
A snapshot of the app.
Instance Attribute Summary collapse
-
#agents ⇒ ::Array<::Google::Cloud::Ces::V1::Agent>
Optional.
-
#app ⇒ ::Google::Cloud::Ces::V1::App
Optional.
-
#examples ⇒ ::Array<::Google::Cloud::Ces::V1::Example>
Optional.
-
#guardrails ⇒ ::Array<::Google::Cloud::Ces::V1::Guardrail>
Optional.
-
#tools ⇒ ::Array<::Google::Cloud::Ces::V1::Tool>
Optional.
-
#toolsets ⇒ ::Array<::Google::Cloud::Ces::V1::Toolset>
Optional.
Instance Attribute Details
#agents ⇒ ::Array<::Google::Cloud::Ces::V1::Agent>
Returns Optional. List of agents in the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app ⇒ ::Google::Cloud::Ces::V1::App
Returns Optional. The basic settings for the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#examples ⇒ ::Array<::Google::Cloud::Ces::V1::Example>
Returns Optional. List of examples in the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#guardrails ⇒ ::Array<::Google::Cloud::Ces::V1::Guardrail>
Returns Optional. List of guardrails in the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tools ⇒ ::Array<::Google::Cloud::Ces::V1::Tool>
Returns Optional. List of tools in the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#toolsets ⇒ ::Array<::Google::Cloud::Ces::V1::Toolset>
Returns Optional. List of toolsets in the app.
43 44 45 46 |
# File 'proto_docs/google/cloud/ces/v1/app_version.rb', line 43 class AppSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |