All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.video.transcoder.v1.JobConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.48.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/video/transcoder/v1/resources.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.video.transcoder.v1;

public interface JobConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.transcoder.v1.JobConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * List of input assets stored in Cloud Storage.
   * 
* * repeated .google.cloud.video.transcoder.v1.Input inputs = 1; */ java.util.List getInputsList(); /** * * *
   * List of input assets stored in Cloud Storage.
   * 
* * repeated .google.cloud.video.transcoder.v1.Input inputs = 1; */ com.google.cloud.video.transcoder.v1.Input getInputs(int index); /** * * *
   * List of input assets stored in Cloud Storage.
   * 
* * repeated .google.cloud.video.transcoder.v1.Input inputs = 1; */ int getInputsCount(); /** * * *
   * List of input assets stored in Cloud Storage.
   * 
* * repeated .google.cloud.video.transcoder.v1.Input inputs = 1; */ java.util.List getInputsOrBuilderList(); /** * * *
   * List of input assets stored in Cloud Storage.
   * 
* * repeated .google.cloud.video.transcoder.v1.Input inputs = 1; */ com.google.cloud.video.transcoder.v1.InputOrBuilder getInputsOrBuilder(int index); /** * * *
   * List of `Edit atom`s. Defines the ultimate timeline of the resulting
   * file or manifest.
   * 
* * repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2; */ java.util.List getEditListList(); /** * * *
   * List of `Edit atom`s. Defines the ultimate timeline of the resulting
   * file or manifest.
   * 
* * repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2; */ com.google.cloud.video.transcoder.v1.EditAtom getEditList(int index); /** * * *
   * List of `Edit atom`s. Defines the ultimate timeline of the resulting
   * file or manifest.
   * 
* * repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2; */ int getEditListCount(); /** * * *
   * List of `Edit atom`s. Defines the ultimate timeline of the resulting
   * file or manifest.
   * 
* * repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2; */ java.util.List getEditListOrBuilderList(); /** * * *
   * List of `Edit atom`s. Defines the ultimate timeline of the resulting
   * file or manifest.
   * 
* * repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2; */ com.google.cloud.video.transcoder.v1.EditAtomOrBuilder getEditListOrBuilder(int index); /** * * *
   * List of elementary streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3; * */ java.util.List getElementaryStreamsList(); /** * * *
   * List of elementary streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3; * */ com.google.cloud.video.transcoder.v1.ElementaryStream getElementaryStreams(int index); /** * * *
   * List of elementary streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3; * */ int getElementaryStreamsCount(); /** * * *
   * List of elementary streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3; * */ java.util.List getElementaryStreamsOrBuilderList(); /** * * *
   * List of elementary streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3; * */ com.google.cloud.video.transcoder.v1.ElementaryStreamOrBuilder getElementaryStreamsOrBuilder( int index); /** * * *
   * List of multiplexing settings for output streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4; */ java.util.List getMuxStreamsList(); /** * * *
   * List of multiplexing settings for output streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4; */ com.google.cloud.video.transcoder.v1.MuxStream getMuxStreams(int index); /** * * *
   * List of multiplexing settings for output streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4; */ int getMuxStreamsCount(); /** * * *
   * List of multiplexing settings for output streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4; */ java.util.List getMuxStreamsOrBuilderList(); /** * * *
   * List of multiplexing settings for output streams.
   * 
* * repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4; */ com.google.cloud.video.transcoder.v1.MuxStreamOrBuilder getMuxStreamsOrBuilder(int index); /** * * *
   * List of output manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5; */ java.util.List getManifestsList(); /** * * *
   * List of output manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5; */ com.google.cloud.video.transcoder.v1.Manifest getManifests(int index); /** * * *
   * List of output manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5; */ int getManifestsCount(); /** * * *
   * List of output manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5; */ java.util.List getManifestsOrBuilderList(); /** * * *
   * List of output manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5; */ com.google.cloud.video.transcoder.v1.ManifestOrBuilder getManifestsOrBuilder(int index); /** * * *
   * Output configuration.
   * 
* * .google.cloud.video.transcoder.v1.Output output = 6; * * @return Whether the output field is set. */ boolean hasOutput(); /** * * *
   * Output configuration.
   * 
* * .google.cloud.video.transcoder.v1.Output output = 6; * * @return The output. */ com.google.cloud.video.transcoder.v1.Output getOutput(); /** * * *
   * Output configuration.
   * 
* * .google.cloud.video.transcoder.v1.Output output = 6; */ com.google.cloud.video.transcoder.v1.OutputOrBuilder getOutputOrBuilder(); /** * * *
   * List of ad breaks. Specifies where to insert ad break tags in the output
   * manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7; */ java.util.List getAdBreaksList(); /** * * *
   * List of ad breaks. Specifies where to insert ad break tags in the output
   * manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7; */ com.google.cloud.video.transcoder.v1.AdBreak getAdBreaks(int index); /** * * *
   * List of ad breaks. Specifies where to insert ad break tags in the output
   * manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7; */ int getAdBreaksCount(); /** * * *
   * List of ad breaks. Specifies where to insert ad break tags in the output
   * manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7; */ java.util.List getAdBreaksOrBuilderList(); /** * * *
   * List of ad breaks. Specifies where to insert ad break tags in the output
   * manifests.
   * 
* * repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7; */ com.google.cloud.video.transcoder.v1.AdBreakOrBuilder getAdBreaksOrBuilder(int index); /** * * *
   * Destination on Pub/Sub.
   * 
* * .google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8; * * @return Whether the pubsubDestination field is set. */ boolean hasPubsubDestination(); /** * * *
   * Destination on Pub/Sub.
   * 
* * .google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8; * * @return The pubsubDestination. */ com.google.cloud.video.transcoder.v1.PubsubDestination getPubsubDestination(); /** * * *
   * Destination on Pub/Sub.
   * 
* * .google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8; */ com.google.cloud.video.transcoder.v1.PubsubDestinationOrBuilder getPubsubDestinationOrBuilder(); /** * * *
   * List of output sprite sheets.
   * Spritesheets require at least one VideoStream in the Jobconfig.
   * 
* * repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9; */ java.util.List getSpriteSheetsList(); /** * * *
   * List of output sprite sheets.
   * Spritesheets require at least one VideoStream in the Jobconfig.
   * 
* * repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9; */ com.google.cloud.video.transcoder.v1.SpriteSheet getSpriteSheets(int index); /** * * *
   * List of output sprite sheets.
   * Spritesheets require at least one VideoStream in the Jobconfig.
   * 
* * repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9; */ int getSpriteSheetsCount(); /** * * *
   * List of output sprite sheets.
   * Spritesheets require at least one VideoStream in the Jobconfig.
   * 
* * repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9; */ java.util.List getSpriteSheetsOrBuilderList(); /** * * *
   * List of output sprite sheets.
   * Spritesheets require at least one VideoStream in the Jobconfig.
   * 
* * repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9; */ com.google.cloud.video.transcoder.v1.SpriteSheetOrBuilder getSpriteSheetsOrBuilder(int index); /** * * *
   * List of overlays on the output video, in descending Z-order.
   * 
* * repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10; */ java.util.List getOverlaysList(); /** * * *
   * List of overlays on the output video, in descending Z-order.
   * 
* * repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10; */ com.google.cloud.video.transcoder.v1.Overlay getOverlays(int index); /** * * *
   * List of overlays on the output video, in descending Z-order.
   * 
* * repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10; */ int getOverlaysCount(); /** * * *
   * List of overlays on the output video, in descending Z-order.
   * 
* * repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10; */ java.util.List getOverlaysOrBuilderList(); /** * * *
   * List of overlays on the output video, in descending Z-order.
   * 
* * repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10; */ com.google.cloud.video.transcoder.v1.OverlayOrBuilder getOverlaysOrBuilder(int index); /** * * *
   * List of encryption configurations for the content.
   * Each configuration has an ID. Specify this ID in the
   * [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id]
   * field to indicate the configuration to use for that `MuxStream` output.
   * 
* * repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11; */ java.util.List getEncryptionsList(); /** * * *
   * List of encryption configurations for the content.
   * Each configuration has an ID. Specify this ID in the
   * [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id]
   * field to indicate the configuration to use for that `MuxStream` output.
   * 
* * repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11; */ com.google.cloud.video.transcoder.v1.Encryption getEncryptions(int index); /** * * *
   * List of encryption configurations for the content.
   * Each configuration has an ID. Specify this ID in the
   * [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id]
   * field to indicate the configuration to use for that `MuxStream` output.
   * 
* * repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11; */ int getEncryptionsCount(); /** * * *
   * List of encryption configurations for the content.
   * Each configuration has an ID. Specify this ID in the
   * [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id]
   * field to indicate the configuration to use for that `MuxStream` output.
   * 
* * repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11; */ java.util.List getEncryptionsOrBuilderList(); /** * * *
   * List of encryption configurations for the content.
   * Each configuration has an ID. Specify this ID in the
   * [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id]
   * field to indicate the configuration to use for that `MuxStream` output.
   * 
* * repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11; */ com.google.cloud.video.transcoder.v1.EncryptionOrBuilder getEncryptionsOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy