Class: Google::Cloud::SecureSourceManager::V1::ListRepositoriesRequest

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

Overview

ListRepositoriesRequest is request to list repositories.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filter results.

Returns:

  • (::String)

    Optional. Filter results.



597
598
599
600
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 597

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

#instance::String

Returns Optional. The name of the instance in which the repository is hosted, formatted as projects/{project_number}/locations/{location_id}/instances/{instance_id}. When listing repositories via securesourcemanager.googleapis.com (Control Plane API), this field is required. When listing repositories via *.sourcemanager.dev (Data Plane API), this field is ignored.

Returns:

  • (::String)

    Optional. The name of the instance in which the repository is hosted, formatted as projects/{project_number}/locations/{location_id}/instances/{instance_id}. When listing repositories via securesourcemanager.googleapis.com (Control Plane API), this field is required. When listing repositories via *.sourcemanager.dev (Data Plane API), this field is ignored.



597
598
599
600
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 597

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

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



597
598
599
600
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 597

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

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



597
598
599
600
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 597

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

#parent::String

Returns Required. Parent value for ListRepositoriesRequest.

Returns:

  • (::String)

    Required. Parent value for ListRepositoriesRequest.



597
598
599
600
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 597

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