public final class Input extends GeneratedMessageV3 implements InputOrBuilder
Input asset.
Protobuf type google.cloud.video.transcoder.v1beta1.Input
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InputImplements
InputOrBuilderStatic Fields
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Type | Description |
int |
PREPROCESSING_CONFIG_FIELD_NUMBER
public static final int PREPROCESSING_CONFIG_FIELD_NUMBER
Type | Description |
int |
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Input getDefaultInstance()
Type | Description |
Input |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Input.Builder newBuilder()
Type | Description |
Input.Builder |
newBuilder(Input prototype)
public static Input.Builder newBuilder(Input prototype)
Name | Description |
prototype | Input |
Type | Description |
Input.Builder |
parseDelimitedFrom(InputStream input)
public static Input parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Input |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Input parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Input parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Input parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Input parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Input parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Input parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Input |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Input parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Input parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Input |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Input parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Input parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Input parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Input |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Input> parser()
Type | Description |
Parser<Input> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Input getDefaultInstanceForType()
Type | Description |
Input |
getKey()
public String getKey()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;
Type | Description |
String | The key. |
getKeyBytes()
public ByteString getKeyBytes()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;
Type | Description |
ByteString | The bytes for key. |
getParserForType()
public Parser<Input> getParserForType()
Type | Description |
Parser<Input> |
getPreprocessingConfig()
public PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
PreprocessingConfig | The preprocessingConfig. |
getPreprocessingConfigOrBuilder()
public PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
PreprocessingConfigOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUri()
public String getUri()
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4
).
If empty, the value will be populated from Job.input_uri
.
string uri = 2;
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4
).
If empty, the value will be populated from Job.input_uri
.
string uri = 2;
Type | Description |
ByteString | The bytes for uri. |
hasPreprocessingConfig()
public boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
boolean | Whether the preprocessingConfig 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 Input.Builder newBuilderForType()
Type | Description |
Input.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Input.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Input.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Input.Builder toBuilder()
Type | Description |
Input.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |