Class: Google::Cloud::Ces::V1::GetToolsetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/agent_service.rb

Overview

Request message for AgentService.GetToolset.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the toolset to retrieve.

Returns:

  • (::String)

    Required. The resource name of the toolset to retrieve.



1011
1012
1013
1014
# File 'proto_docs/google/cloud/ces/v1/agent_service.rb', line 1011

class GetToolsetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end