Class: Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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