public static final class InputAttributes.Builder extends GeneratedMessageV3.Builder<InputAttributes.Builder> implements InputAttributesOrBuilder
Input attributes that provide additional information about the input asset.
Protobuf type google.cloud.video.transcoder.v1.InputAttributes
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public InputAttributes.Builder addAllTrackDefinitions(Iterable<? extends TrackDefinition> values)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.TrackDefinition>
|
public InputAttributes.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public InputAttributes.Builder addTrackDefinitions(TrackDefinition value)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributes.Builder addTrackDefinitions(TrackDefinition.Builder builderForValue)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributes.Builder addTrackDefinitions(int index, TrackDefinition value)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributes.Builder addTrackDefinitions(int index, TrackDefinition.Builder builderForValue)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public TrackDefinition.Builder addTrackDefinitionsBuilder()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public TrackDefinition.Builder addTrackDefinitionsBuilder(int index)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public InputAttributes build()
public InputAttributes buildPartial()
public InputAttributes.Builder clear()
Overrides
public InputAttributes.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public InputAttributes.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public InputAttributes.Builder clearTrackDefinitions()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributes.Builder clone()
Overrides
public InputAttributes getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public TrackDefinition getTrackDefinitions(int index)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public TrackDefinition.Builder getTrackDefinitionsBuilder(int index)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public List<TrackDefinition.Builder> getTrackDefinitionsBuilderList()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public int getTrackDefinitionsCount()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
public List<TrackDefinition> getTrackDefinitionsList()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public TrackDefinitionOrBuilder getTrackDefinitionsOrBuilder(int index)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public List<? extends TrackDefinitionOrBuilder> getTrackDefinitionsOrBuilderList()
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.TrackDefinitionOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InputAttributes.Builder mergeFrom(InputAttributes other)
public InputAttributes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public InputAttributes.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final InputAttributes.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public InputAttributes.Builder removeTrackDefinitions(int index)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public InputAttributes.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public InputAttributes.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public InputAttributes.Builder setTrackDefinitions(int index, TrackDefinition value)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributes.Builder setTrackDefinitions(int index, TrackDefinition.Builder builderForValue)
Optional. A list of track definitions for the input asset.
repeated .google.cloud.video.transcoder.v1.TrackDefinition track_definitions = 1 [(.google.api.field_behavior) = OPTIONAL];
public final InputAttributes.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides