Class: Google::Cloud::ApiHub::V1::ListVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ListVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The ListVersions method's response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#versions ⇒ ::Array<::Google::Cloud::ApiHub::V1::Version>
The versions corresponding to an API.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
360 361 362 363 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 360 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::Google::Cloud::ApiHub::V1::Version>
Returns The versions corresponding to an API.
360 361 362 363 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 360 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |