public static final class ListJobTemplatesRequest.Builder extends GeneratedMessageV3.Builder<ListJobTemplatesRequest.Builder> implements ListJobTemplatesRequestOrBuilder
Request message for TranscoderService.ListJobTemplates
.
Protobuf type google.cloud.video.transcoder.v1beta1.ListJobTemplatesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListJobTemplatesRequest.BuilderImplements
ListJobTemplatesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobTemplatesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListJobTemplatesRequest.Builder |
build()
public ListJobTemplatesRequest build()
Type | Description |
ListJobTemplatesRequest |
buildPartial()
public ListJobTemplatesRequest buildPartial()
Type | Description |
ListJobTemplatesRequest |
clear()
public ListJobTemplatesRequest.Builder clear()
Type | Description |
ListJobTemplatesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListJobTemplatesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListJobTemplatesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobTemplatesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListJobTemplatesRequest.Builder |
clearPageSize()
public ListJobTemplatesRequest.Builder clearPageSize()
The maximum number of items to return.
int32 page_size = 2;
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
clearPageToken()
public ListJobTemplatesRequest.Builder clearPageToken()
The next_page_token
value returned from a previous List request, if
any.
string page_token = 3;
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
clearParent()
public ListJobTemplatesRequest.Builder clearParent()
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
clone()
public ListJobTemplatesRequest.Builder clone()
Type | Description |
ListJobTemplatesRequest.Builder |
getDefaultInstanceForType()
public ListJobTemplatesRequest getDefaultInstanceForType()
Type | Description |
ListJobTemplatesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
The maximum number of items to return.
int32 page_size = 2;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The next_page_token
value returned from a previous List request, if
any.
string page_token = 3;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The next_page_token
value returned from a previous List request, if
any.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public String getParent()
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListJobTemplatesRequest other)
public ListJobTemplatesRequest.Builder mergeFrom(ListJobTemplatesRequest other)
Name | Description |
other | ListJobTemplatesRequest |
Type | Description |
ListJobTemplatesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListJobTemplatesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListJobTemplatesRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListJobTemplatesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobTemplatesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListJobTemplatesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobTemplatesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListJobTemplatesRequest.Builder |
setPageSize(int value)
public ListJobTemplatesRequest.Builder setPageSize(int value)
The maximum number of items to return.
int32 page_size = 2;
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListJobTemplatesRequest.Builder setPageToken(String value)
The next_page_token
value returned from a previous List request, if
any.
string page_token = 3;
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListJobTemplatesRequest.Builder setPageTokenBytes(ByteString value)
The next_page_token
value returned from a previous List request, if
any.
string page_token = 3;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
setParent(String value)
public ListJobTemplatesRequest.Builder setParent(String value)
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListJobTemplatesRequest.Builder setParentBytes(ByteString value)
Required. The parent location from which to retrieve the collection of job templates.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
ListJobTemplatesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListJobTemplatesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListJobTemplatesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobTemplatesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListJobTemplatesRequest.Builder |