Class: Google::Cloud::Build::V2::ListRepositoriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Message for requesting list of Repositories.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter expression that filters resources listed in the response. Expressions must follow API improvement proposal AIP-160. e.g. remote_uri:"https://github.com*".

Returns:

  • (::String)

    A filter expression that filters resources listed in the response. Expressions must follow API improvement proposal AIP-160. e.g. remote_uri:"https://github.com*".



489
490
491
492
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 489

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

#page_size::Integer

Returns Number of results to return in the list.

Returns:

  • (::Integer)

    Number of results to return in the list.



489
490
491
492
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 489

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

#page_token::String

Returns Page start.

Returns:

  • (::String)

    Page start.



489
490
491
492
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 489

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

#parent::String

Returns Required. The parent, which owns this collection of Repositories. Format: projects/*/locations/*/connections/*.

Returns:

  • (::String)

    Required. The parent, which owns this collection of Repositories. Format: projects/*/locations/*/connections/*.



489
490
491
492
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 489

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