Class ListPatchJobInstanceDetailsRequest (0.1.2)

ListPatchJobInstanceDetailsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to list details for all instances that are part of a patch job.

Attributes

NameDescription
parent str
Required. The parent for the instances are in the form of projects/*/patchJobs/*.
page_size int
The maximum number of instance details records to return. Default is 100.
page_token str
A pagination token returned from a previous call that indicates where this listing should continue from.
filter str
A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.

Methods

__delattr__

__delattr__(key)

Delete the value on the given field.

This is generally equivalent to setting a falsy value.

__eq__

__eq__(other)

Return True if the messages are equal, False otherwise.

__ne__

__ne__(other)

Return True if the messages are unequal, False otherwise.

__setattr__

__setattr__(key, value)

Set the value on the given field.

For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.