Class SearchVersionsResponse (0.7.1)

SearchVersionsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for PrivateCatalog.SearchVersions.

Attributes

NameDescription
versions Sequence[google.cloud.privatecatalog_v1beta1.types.Version]
The ``Version`` resources computed from the resource context.
next_page_token str
A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.

Inheritance

builtins.object > proto.message.Message > SearchVersionsResponse