public sealed class ListJobTemplatesResponse : IMessage<ListJobTemplatesResponse>, IEquatable<ListJobTemplatesResponse>, IDeepCloneable<ListJobTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<JobTemplate>, IEnumerable<JobTemplate>, IEnumerableReference documentation and code samples for the Transcoder v1 API class ListJobTemplatesResponse.
Response message for TranscoderService.ListJobTemplates.
Implements
IMessageListJobTemplatesResponse, IEquatableListJobTemplatesResponse, IDeepCloneableListJobTemplatesResponse, IBufferMessage, IMessage, IPageResponseJobTemplate, IEnumerableJobTemplate, IEnumerableNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
ListJobTemplatesResponse()
public ListJobTemplatesResponse()ListJobTemplatesResponse(ListJobTemplatesResponse)
public ListJobTemplatesResponse(ListJobTemplatesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListJobTemplatesResponse |
Properties
JobTemplates
public RepeatedField<JobTemplate> JobTemplates { get; }List of job templates in the specified region.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldJobTemplate |
|
NextPageToken
public string NextPageToken { get; set; }The pagination token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }List of regions that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<JobTemplate> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorJobTemplate |
|