Class: Google::Cloud::Ces::V1beta::AppSnapshot

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#agents::Array<::Google::Cloud::Ces::V1beta::Agent>

Returns Optional. List of agents in the app.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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