public final class JobTemplate extends GeneratedMessageV3 implements JobTemplateOrBuilder
Transcoding job template resource.
Protobuf type google.cloud.video.transcoder.v1beta1.JobTemplate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > JobTemplateImplements
JobTemplateOrBuilderStatic Fields
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static JobTemplate getDefaultInstance()
Type | Description |
JobTemplate |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static JobTemplate.Builder newBuilder()
Type | Description |
JobTemplate.Builder |
newBuilder(JobTemplate prototype)
public static JobTemplate.Builder newBuilder(JobTemplate prototype)
Name | Description |
prototype | JobTemplate |
Type | Description |
JobTemplate.Builder |
parseDelimitedFrom(InputStream input)
public static JobTemplate parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseFrom(byte[] data)
public static JobTemplate parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static JobTemplate parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static JobTemplate parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseFrom(InputStream input)
public static JobTemplate parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static JobTemplate parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobTemplate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobTemplate |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<JobTemplate> parser()
Type | Description |
Parser<JobTemplate> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getConfig()
public JobConfig getConfig()
The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
Type | Description |
JobConfig | The config. |
getConfigOrBuilder()
public JobConfigOrBuilder getConfigOrBuilder()
The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
Type | Description |
JobConfigOrBuilder |
getDefaultInstanceForType()
public JobTemplate getDefaultInstanceForType()
Type | Description |
JobTemplate |
getName()
public String getName()
The resource name of the job template.
Format:
projects/{project}/locations/{location}/jobTemplates/{job_template}
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource name of the job template.
Format:
projects/{project}/locations/{location}/jobTemplates/{job_template}
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<JobTemplate> getParserForType()
Type | Description |
Parser<JobTemplate> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasConfig()
public boolean hasConfig()
The configuration for this template.
.google.cloud.video.transcoder.v1beta1.JobConfig config = 2;
Type | Description |
boolean | Whether the config 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 JobTemplate.Builder newBuilderForType()
Type | Description |
JobTemplate.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobTemplate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
JobTemplate.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public JobTemplate.Builder toBuilder()
Type | Description |
JobTemplate.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |