Class: Google::Cloud::Dialogflow::CX::V3::ListDeploymentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListDeploymentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb
Overview
The response message for Deployments.ListDeployments.
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Deployment>
The list of deployments.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#deployments ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Deployment>
The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
118 119 120 121 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 118 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
118 119 120 121 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 118 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |