Class: Google::Cloud::DiscoveryEngine::V1beta::ListTargetSitesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListTargetSitesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb
Overview
Response message for SiteSearchEngineService.ListTargetSites method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#target_sites ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::TargetSite>
List of TargetSites.
-
#total_size ⇒ ::Integer
The total number of items matching the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
229 230 231 232 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 229 class ListTargetSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_sites ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::TargetSite>
Returns List of TargetSites.
229 230 231 232 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 229 class ListTargetSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of items matching the request. This will always be populated in the response.
229 230 231 232 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 229 class ListTargetSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |