Class: Google::Cloud::MigrationCenter::V1::ListSourcesRequest

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

Overview

A request for a list of sources.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results.



1237
1238
1239
1240
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1237

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

#order_by::String

Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.

Returns:



1237
1238
1239
1240
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1237

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

#page_size::Integer

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

Returns:

  • (::Integer)

    Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.



1237
1238
1239
1240
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1237

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

#page_token::String

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

Returns:

  • (::String)

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



1237
1238
1239
1240
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1237

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

#parent::String

Returns Required. Parent value for ListSourcesRequest.

Returns:

  • (::String)

    Required. Parent value for ListSourcesRequest.



1237
1238
1239
1240
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1237

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