Interface InputOrBuilder (1.75.0)

publicinterface InputOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributes()

publicabstractInputAttributesgetAttributes()

Optional. Input Attributes.

.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InputAttributes

The attributes.

getAttributesOrBuilder()

publicabstractInputAttributesOrBuildergetAttributesOrBuilder()

Optional. Input Attributes.

.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InputAttributesOrBuilder

getKey()

publicabstractStringgetKey()

A unique key for this input. Must be specified when using advanced mapping and edit lists.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

publicabstractByteStringgetKeyBytes()

A unique key for this input. Must be specified when using advanced mapping and edit lists.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getPreprocessingConfig()

publicabstractPreprocessingConfiggetPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
PreprocessingConfig

The preprocessingConfig.

getPreprocessingConfigOrBuilder()

publicabstractPreprocessingConfigOrBuildergetPreprocessingConfigOrBuilder()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
PreprocessingConfigOrBuilder

getUri()

publicabstractStringgetUri()

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 is populated from Job.input_uri. See Supported input and output formats.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

publicabstractByteStringgetUriBytes()

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 is populated from Job.input_uri. See Supported input and output formats.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.

hasAttributes()

publicabstractbooleanhasAttributes()

Optional. Input Attributes.

.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the attributes field is set.

hasPreprocessingConfig()

publicabstractbooleanhasPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
boolean

Whether the preprocessingConfig field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.