Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListEnginesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListEnginesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Response message for EngineService.ListEngines method.
Instance Attribute Summary collapse
-
#engines ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngine>
All the customer's Engines.
-
#next_page_token ⇒ String
Not supported.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListEnginesResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1betaListEnginesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListEnginesResponse
Returns a new instance of GoogleCloudDiscoveryengineV1betaListEnginesResponse.
5490 5491 5492 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5490 def initialize(**args) update!(**args) end |
Instance Attribute Details
#engines ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngine>
All the customer's Engines.
Corresponds to the JSON property engines
5483 5484 5485 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5483 def engines @engines end |
#next_page_token ⇒ String
Not supported.
Corresponds to the JSON property nextPageToken
5488 5489 5490 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5488 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5495 5496 5497 5498 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5495 def update!(**args) @engines = args[:engines] if args.key?(:engines) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |