Class: Google::Cloud::ApigeeRegistry::V1::ListApiSpecRevisionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb

Overview

Request message for ListApiSpecRevisions.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the spec to list revisions for.

Returns:

  • (::String)

    Required. The name of the spec to list revisions for.



382
383
384
385
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 382

class ListApiSpecRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of revisions to return per page.

Returns:

  • (::Integer)

    The maximum number of revisions to return per page.



382
383
384
385
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 382

class ListApiSpecRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The page token, received from a previous ListApiSpecRevisions call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    The page token, received from a previous ListApiSpecRevisions call. Provide this to retrieve the subsequent page.



382
383
384
385
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 382

class ListApiSpecRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end