Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListEnginesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListEnginesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Response message for EngineService.ListEngines method.
Instance Attribute Summary collapse
-
#engines ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngine>
All the customer's Engines.
-
#next_page_token ⇒ String
Not supported.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListEnginesResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaListEnginesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListEnginesResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaListEnginesResponse.
8485 8486 8487 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8485 def initialize(**args) update!(**args) end |
Instance Attribute Details
#engines ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngine>
All the customer's Engines.
Corresponds to the JSON property engines
8478 8479 8480 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8478 def engines @engines end |
#next_page_token ⇒ String
Not supported.
Corresponds to the JSON property nextPageToken
8483 8484 8485 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8483 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8490 8491 8492 8493 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8490 def update!(**args) @engines = args[:engines] if args.key?(:engines) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |