com.google.cloud.video.livestream.v1.EncryptionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-live-stream-v1 Show documentation
Show all versions of proto-google-cloud-live-stream-v1 Show documentation
Proto library for google-cloud-live-stream
/*
* 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 EncryptionOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.video.livestream.v1.Encryption)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. Identifier for this set of encryption options. The ID must be
* 1-63 characters in length. The ID must begin and end with a letter
* (regardless of case) or a number, but can contain dashes or underscores in
* between.
*
*
* string id = 1 [(.google.api.field_behavior) = REQUIRED];
*
* @return The id.
*/
java.lang.String getId();
/**
*
*
*
* Required. Identifier for this set of encryption options. The ID must be
* 1-63 characters in length. The ID must begin and end with a letter
* (regardless of case) or a number, but can contain dashes or underscores in
* between.
*
*
* string id = 1 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for id.
*/
com.google.protobuf.ByteString getIdBytes();
/**
*
*
*
* For keys stored in Google Secret Manager.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
*
*
* @return Whether the secretManagerKeySource field is set.
*/
boolean hasSecretManagerKeySource();
/**
*
*
*
* For keys stored in Google Secret Manager.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
*
*
* @return The secretManagerKeySource.
*/
com.google.cloud.video.livestream.v1.Encryption.SecretManagerSource getSecretManagerKeySource();
/**
*
*
*
* For keys stored in Google Secret Manager.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
*
*/
com.google.cloud.video.livestream.v1.Encryption.SecretManagerSourceOrBuilder
getSecretManagerKeySourceOrBuilder();
/**
*
*
*
* Required. Configuration for DRM systems.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.DrmSystems drm_systems = 3 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the drmSystems field is set.
*/
boolean hasDrmSystems();
/**
*
*
*
* Required. Configuration for DRM systems.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.DrmSystems drm_systems = 3 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The drmSystems.
*/
com.google.cloud.video.livestream.v1.Encryption.DrmSystems getDrmSystems();
/**
*
*
*
* Required. Configuration for DRM systems.
*
*
*
* .google.cloud.video.livestream.v1.Encryption.DrmSystems drm_systems = 3 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.cloud.video.livestream.v1.Encryption.DrmSystemsOrBuilder getDrmSystemsOrBuilder();
/**
*
*
*
* Configuration for HLS AES-128 encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.Aes128Encryption aes128 = 4;
*
* @return Whether the aes128 field is set.
*/
boolean hasAes128();
/**
*
*
*
* Configuration for HLS AES-128 encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.Aes128Encryption aes128 = 4;
*
* @return The aes128.
*/
com.google.cloud.video.livestream.v1.Encryption.Aes128Encryption getAes128();
/**
*
*
*
* Configuration for HLS AES-128 encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.Aes128Encryption aes128 = 4;
*/
com.google.cloud.video.livestream.v1.Encryption.Aes128EncryptionOrBuilder getAes128OrBuilder();
/**
*
*
*
* Configuration for HLS SAMPLE-AES encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.SampleAesEncryption sample_aes = 5;
*
* @return Whether the sampleAes field is set.
*/
boolean hasSampleAes();
/**
*
*
*
* Configuration for HLS SAMPLE-AES encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.SampleAesEncryption sample_aes = 5;
*
* @return The sampleAes.
*/
com.google.cloud.video.livestream.v1.Encryption.SampleAesEncryption getSampleAes();
/**
*
*
*
* Configuration for HLS SAMPLE-AES encryption.
*
*
* .google.cloud.video.livestream.v1.Encryption.SampleAesEncryption sample_aes = 5;
*/
com.google.cloud.video.livestream.v1.Encryption.SampleAesEncryptionOrBuilder
getSampleAesOrBuilder();
/**
*
*
*
* Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
*
*
* .google.cloud.video.livestream.v1.Encryption.MpegCommonEncryption mpeg_cenc = 6;
*
* @return Whether the mpegCenc field is set.
*/
boolean hasMpegCenc();
/**
*
*
*
* Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
*
*
* .google.cloud.video.livestream.v1.Encryption.MpegCommonEncryption mpeg_cenc = 6;
*
* @return The mpegCenc.
*/
com.google.cloud.video.livestream.v1.Encryption.MpegCommonEncryption getMpegCenc();
/**
*
*
*
* Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
*
*
* .google.cloud.video.livestream.v1.Encryption.MpegCommonEncryption mpeg_cenc = 6;
*/
com.google.cloud.video.livestream.v1.Encryption.MpegCommonEncryptionOrBuilder
getMpegCencOrBuilder();
com.google.cloud.video.livestream.v1.Encryption.SecretSourceCase getSecretSourceCase();
com.google.cloud.video.livestream.v1.Encryption.EncryptionModeCase getEncryptionModeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy