Class: Google::Cloud::ArtifactRegistry::V1::ListFilesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/file.rb

Overview

The request to list files.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:

  • name
  • owner

An example of using a filter:

  • name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*" --> Files with an ID starting with "a/b/".
  • owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0" --> Files owned by the version 1.0 in package pkg1.

Returns:

  • (::String)

    An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:

    • name
    • owner

    An example of using a filter:

    • name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*" --> Files with an ID starting with "a/b/".
    • owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0" --> Files owned by the version 1.0 in package pkg1.


106
107
108
109
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106

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

#order_by::String

Returns The field to order the results by.

Returns:

  • (::String)

    The field to order the results by.



106
107
108
109
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106

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

#page_size::Integer

Returns The maximum number of files to return.

Returns:

  • (::Integer)

    The maximum number of files to return.



106
107
108
109
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106

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

#page_token::String

Returns The next_page_token value returned from a previous list request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous list request, if any.



106
107
108
109
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106

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

#parent::String

Returns Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1.

Returns:

  • (::String)

    Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1



106
107
108
109
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 106

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