Class: Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Response message for PrivateCatalog.SearchVersions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
-
#versions ⇒ ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>
The
Version
resources computed from the resource context.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
135 136 137 138 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 135 class SearchVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>
Returns The Version
resources computed from the resource context.
135 136 137 138 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 135 class SearchVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |