public sealed class ListJobRunsResponse : IMessage<ListJobRunsResponse>, IEquatable<ListJobRunsResponse>, IDeepCloneable<ListJobRunsResponse>, IBufferMessage, IMessage, IPageResponse<JobRun>, IEnumerable<JobRun>, IEnumerableReference documentation and code samples for the Google Cloud Deploy v1 API class ListJobRunsResponse.
ListJobRunsResponse is the response object returned by ListJobRuns.
Implements
IMessageListJobRunsResponse, IEquatableListJobRunsResponse, IDeepCloneableListJobRunsResponse, IBufferMessage, IMessage, IPageResponseJobRun, IEnumerableJobRun, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListJobRunsResponse()
public ListJobRunsResponse()ListJobRunsResponse(ListJobRunsResponse)
public ListJobRunsResponse(ListJobRunsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListJobRunsResponse |
Properties
JobRuns
public RepeatedField<JobRun> JobRuns { get; }The JobRun objects.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldJobRun |
|
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<JobRun> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorJobRun |
|