Class ListJobTemplatesRequest (1.0.0-beta04)

public sealed class ListJobTemplatesRequest : IMessage<ListJobTemplatesRequest>, IEquatable<ListJobTemplatesRequest>, IDeepCloneable<ListJobTemplatesRequest>, IBufferMessage, IMessage, IPageRequest

Request message for TranscoderService.ListJobTemplates.

Inheritance

Object > ListJobTemplatesRequest

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

ListJobTemplatesRequest()

public ListJobTemplatesRequest()

ListJobTemplatesRequest(ListJobTemplatesRequest)

public ListJobTemplatesRequest(ListJobTemplatesRequest other)
Parameter
NameDescription
otherListJobTemplatesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName