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

com.google.cloud.video.livestream.v1.InputStreamPropertyOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.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/livestream/v1/resources.proto

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

public interface InputStreamPropertyOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.livestream.v1.InputStreamProperty)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The time that the current input stream is accepted and the connection is
   * established.
   * 
* * .google.protobuf.Timestamp last_establish_time = 1; * * @return Whether the lastEstablishTime field is set. */ boolean hasLastEstablishTime(); /** * * *
   * The time that the current input stream is accepted and the connection is
   * established.
   * 
* * .google.protobuf.Timestamp last_establish_time = 1; * * @return The lastEstablishTime. */ com.google.protobuf.Timestamp getLastEstablishTime(); /** * * *
   * The time that the current input stream is accepted and the connection is
   * established.
   * 
* * .google.protobuf.Timestamp last_establish_time = 1; */ com.google.protobuf.TimestampOrBuilder getLastEstablishTimeOrBuilder(); /** * * *
   * Properties of the video streams.
   * 
* * repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2; */ java.util.List getVideoStreamsList(); /** * * *
   * Properties of the video streams.
   * 
* * repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2; */ com.google.cloud.video.livestream.v1.VideoStreamProperty getVideoStreams(int index); /** * * *
   * Properties of the video streams.
   * 
* * repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2; */ int getVideoStreamsCount(); /** * * *
   * Properties of the video streams.
   * 
* * repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2; */ java.util.List getVideoStreamsOrBuilderList(); /** * * *
   * Properties of the video streams.
   * 
* * repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2; */ com.google.cloud.video.livestream.v1.VideoStreamPropertyOrBuilder getVideoStreamsOrBuilder( int index); /** * * *
   * Properties of the audio streams.
   * 
* * repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3; */ java.util.List getAudioStreamsList(); /** * * *
   * Properties of the audio streams.
   * 
* * repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3; */ com.google.cloud.video.livestream.v1.AudioStreamProperty getAudioStreams(int index); /** * * *
   * Properties of the audio streams.
   * 
* * repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3; */ int getAudioStreamsCount(); /** * * *
   * Properties of the audio streams.
   * 
* * repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3; */ java.util.List getAudioStreamsOrBuilderList(); /** * * *
   * Properties of the audio streams.
   * 
* * repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3; */ com.google.cloud.video.livestream.v1.AudioStreamPropertyOrBuilder getAudioStreamsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy