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