public sealed class ListAutomationsResponse : IMessage<ListAutomationsResponse>, IEquatable<ListAutomationsResponse>, IDeepCloneable<ListAutomationsResponse>, IBufferMessage, IMessage, IPageResponse<Automation>, IEnumerable<Automation>, IEnumerableReference documentation and code samples for the Google Cloud Deploy v1 API class ListAutomationsResponse.
The response object from ListAutomations.
Implements
IMessageListAutomationsResponse, IEquatableListAutomationsResponse, IDeepCloneableListAutomationsResponse, IBufferMessage, IMessage, IPageResponseAutomation, IEnumerableAutomation, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListAutomationsResponse()
public ListAutomationsResponse()ListAutomationsResponse(ListAutomationsResponse)
public ListAutomationsResponse(ListAutomationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutomationsResponse |
Properties
Automations
public RepeatedField<Automation> Automations { get; }The Automation objects.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAutomation |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Automation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAutomation |
|