Class: Google::Cloud::OsConfig::V1::ListPatchDeploymentsRequest

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

Overview

A request message for listing patch deployments.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of patch deployments to return. Default is 100.

Returns:

  • (::Integer)

    Optional. The maximum number of patch deployments to return. Default is 100.



248
249
250
251
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248

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

#page_token::String

Returns Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.

Returns:

  • (::String)

    Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.



248
249
250
251
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248

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

#parent::String

Returns Required. The resource name of the parent in the form projects/*.

Returns:

  • (::String)

    Required. The resource name of the parent in the form projects/*.



248
249
250
251
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248

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