Class: Google::Cloud::ApigeeRegistry::V1::ListArtifactsRequest

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 ListArtifacts.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields except contents.

Returns:

  • (::String)

    An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields except contents.



628
629
630
631
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 628

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

#page_size::Integer

Returns The maximum number of artifacts to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of artifacts to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.



628
629
630
631
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 628

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

#page_token::String

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

When paginating, all other parameters provided to ListArtifacts must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListArtifacts call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListArtifacts must match the call that provided the page token.



628
629
630
631
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 628

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

#parent::String

Returns Required. The parent, which owns this collection of artifacts. Format: {parent}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of artifacts. Format: {parent}



628
629
630
631
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 628

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