Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsResponse.
Response message for PrivateCatalog.SearchVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
Returns
- (::String) — A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.
#versions
def versions() -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>
Returns
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>) — The
Version
resources computed from the resource context.
#versions=
def versions=(value) -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>
Parameter
-
value (::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>) — The
Version
resources computed from the resource context.
Returns
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Version>) — The
Version
resources computed from the resource context.