Class: Google::Cloud::VMMigration::V1::ListUtilizationReportsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListUtilizationReportsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'ListUtilizationReports' request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::VMMigration::V1::UtilizationReportView
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter request.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. the order by fields for the result.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 500 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Required. A page token, received from a previous ListUtilizationReports
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUtilizationReports
must match the call that provided the page token.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Utilization Reports parent.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::VMMigration::V1::UtilizationReportView
Returns Optional. The level of details of each report. Defaults to BASIC.
1431 1432 1433 1434 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1431 class ListUtilizationReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |