Class: Google::Cloud::BareMetalSolution::V2::ListOSImagesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListOSImagesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/osimage.rb
Overview
Request for getting all available OS images.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results from the server.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
60 61 62 63 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 60 class ListOSImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
60 61 62 63 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 60 class ListOSImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
60 61 62 63 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/osimage.rb', line 60 class ListOSImagesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |