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

com.google.cloud.video.livestream.v1.RetentionConfigOrBuilder 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 RetentionConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.livestream.v1.RetentionConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The minimum duration for which the output files from the channel will
   * remain in the output bucket. After this duration, output files are
   * deleted asynchronously.
   *
   * When the channel is deleted, all output files are deleted from the output
   * bucket asynchronously.
   *
   * If omitted or set to zero, output files will remain in the output bucket
   * based on
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration],
   * which defaults to 60s.
   *
   * If both retention_window_duration and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * are set, retention_window_duration is used and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * is ignored.
   * 
* * .google.protobuf.Duration retention_window_duration = 1; * * @return Whether the retentionWindowDuration field is set. */ boolean hasRetentionWindowDuration(); /** * * *
   * The minimum duration for which the output files from the channel will
   * remain in the output bucket. After this duration, output files are
   * deleted asynchronously.
   *
   * When the channel is deleted, all output files are deleted from the output
   * bucket asynchronously.
   *
   * If omitted or set to zero, output files will remain in the output bucket
   * based on
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration],
   * which defaults to 60s.
   *
   * If both retention_window_duration and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * are set, retention_window_duration is used and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * is ignored.
   * 
* * .google.protobuf.Duration retention_window_duration = 1; * * @return The retentionWindowDuration. */ com.google.protobuf.Duration getRetentionWindowDuration(); /** * * *
   * The minimum duration for which the output files from the channel will
   * remain in the output bucket. After this duration, output files are
   * deleted asynchronously.
   *
   * When the channel is deleted, all output files are deleted from the output
   * bucket asynchronously.
   *
   * If omitted or set to zero, output files will remain in the output bucket
   * based on
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration],
   * which defaults to 60s.
   *
   * If both retention_window_duration and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * are set, retention_window_duration is used and
   * [Manifest.segment_keep_duration][google.cloud.video.livestream.v1.Manifest.segment_keep_duration]
   * is ignored.
   * 
* * .google.protobuf.Duration retention_window_duration = 1; */ com.google.protobuf.DurationOrBuilder getRetentionWindowDurationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy