public final class CreateJobTemplateRequest extends GeneratedMessageV3 implements CreateJobTemplateRequestOrBuilder
Request message for TranscoderService.CreateJobTemplate
.
Protobuf type google.cloud.video.transcoder.v1beta1.CreateJobTemplateRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateJobTemplateRequestImplements
CreateJobTemplateRequestOrBuilderStatic Fields
JOB_TEMPLATE_FIELD_NUMBER
public static final int JOB_TEMPLATE_FIELD_NUMBER
Type | Description |
int |
JOB_TEMPLATE_ID_FIELD_NUMBER
public static final int JOB_TEMPLATE_ID_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CreateJobTemplateRequest getDefaultInstance()
Type | Description |
CreateJobTemplateRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CreateJobTemplateRequest.Builder newBuilder()
Type | Description |
CreateJobTemplateRequest.Builder |
newBuilder(CreateJobTemplateRequest prototype)
public static CreateJobTemplateRequest.Builder newBuilder(CreateJobTemplateRequest prototype)
Name | Description |
prototype | CreateJobTemplateRequest |
Type | Description |
CreateJobTemplateRequest.Builder |
parseDelimitedFrom(InputStream input)
public static CreateJobTemplateRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateJobTemplateRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateJobTemplateRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateJobTemplateRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateJobTemplateRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateJobTemplateRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateJobTemplateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateJobTemplateRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateJobTemplateRequest> parser()
Type | Description |
Parser<CreateJobTemplateRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CreateJobTemplateRequest getDefaultInstanceForType()
Type | Description |
CreateJobTemplateRequest |
getJobTemplate()
public JobTemplate getJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
JobTemplate | The jobTemplate. |
getJobTemplateId()
public String getJobTemplateId()
Required. The ID to use for the job template, which will become the final component
of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression a-zA-Z*
.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The jobTemplateId. |
getJobTemplateIdBytes()
public ByteString getJobTemplateIdBytes()
Required. The ID to use for the job template, which will become the final component
of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression a-zA-Z*
.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for jobTemplateId. |
getJobTemplateOrBuilder()
public JobTemplateOrBuilder getJobTemplateOrBuilder()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
JobTemplateOrBuilder |
getParent()
public String getParent()
Required. The parent location to create this job template.
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 to create this job template.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<CreateJobTemplateRequest> getParserForType()
Type | Description |
Parser<CreateJobTemplateRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasJobTemplate()
public boolean hasJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1beta1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the jobTemplate field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CreateJobTemplateRequest.Builder newBuilderForType()
Type | Description |
CreateJobTemplateRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateJobTemplateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateJobTemplateRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CreateJobTemplateRequest.Builder toBuilder()
Type | Description |
CreateJobTemplateRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |