public sealed class ListPatchDeploymentsResponse : IPageResponse<PatchDeployment>, IEnumerable<PatchDeployment>, IEnumerable, IMessage<ListPatchDeploymentsResponse>, IEquatable<ListPatchDeploymentsResponse>, IDeepCloneable<ListPatchDeploymentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchDeploymentsResponse.
A response message for listing patch deployments.
Implements
IPageResponsePatchDeployment, IEnumerablePatchDeployment, IEnumerable, IMessageListPatchDeploymentsResponse, IEquatableListPatchDeploymentsResponse, IDeepCloneableListPatchDeploymentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchDeploymentsResponse()
public ListPatchDeploymentsResponse()
ListPatchDeploymentsResponse(ListPatchDeploymentsResponse)
public ListPatchDeploymentsResponse(ListPatchDeploymentsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPatchDeploymentsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A pagination token that can be used to get the next page of patch deployments.
Property Value | |
---|---|
Type | Description |
string |
PatchDeployments
public RepeatedField<PatchDeployment> PatchDeployments { get; }
The list of patch deployments.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPatchDeployment |
Methods
GetEnumerator()
public IEnumerator<PatchDeployment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPatchDeployment |