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

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

  /**
   *
   *
   * 
   * Required. Identifier for this set of encryption options.
   * 
* * string id = 6 [(.google.api.field_behavior) = REQUIRED]; * * @return The id. */ java.lang.String getId(); /** * * *
   * Required. Identifier for this set of encryption options.
   * 
* * string id = 6 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** * * *
   * Configuration for AES-128 encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3; * * @return Whether the aes128 field is set. */ boolean hasAes128(); /** * * *
   * Configuration for AES-128 encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3; * * @return The aes128. */ com.google.cloud.video.transcoder.v1.Encryption.Aes128Encryption getAes128(); /** * * *
   * Configuration for AES-128 encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3; */ com.google.cloud.video.transcoder.v1.Encryption.Aes128EncryptionOrBuilder getAes128OrBuilder(); /** * * *
   * Configuration for SAMPLE-AES encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4; * * @return Whether the sampleAes field is set. */ boolean hasSampleAes(); /** * * *
   * Configuration for SAMPLE-AES encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4; * * @return The sampleAes. */ com.google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption getSampleAes(); /** * * *
   * Configuration for SAMPLE-AES encryption.
   * 
* * .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4; */ com.google.cloud.video.transcoder.v1.Encryption.SampleAesEncryptionOrBuilder getSampleAesOrBuilder(); /** * * *
   * Configuration for MPEG Common Encryption (MPEG-CENC).
   * 
* * .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5; * * @return Whether the mpegCenc field is set. */ boolean hasMpegCenc(); /** * * *
   * Configuration for MPEG Common Encryption (MPEG-CENC).
   * 
* * .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5; * * @return The mpegCenc. */ com.google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption getMpegCenc(); /** * * *
   * Configuration for MPEG Common Encryption (MPEG-CENC).
   * 
* * .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5; */ com.google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryptionOrBuilder getMpegCencOrBuilder(); /** * * *
   * Keys are stored in Google Secret Manager.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7; * * * @return Whether the secretManagerKeySource field is set. */ boolean hasSecretManagerKeySource(); /** * * *
   * Keys are stored in Google Secret Manager.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7; * * * @return The secretManagerKeySource. */ com.google.cloud.video.transcoder.v1.Encryption.SecretManagerSource getSecretManagerKeySource(); /** * * *
   * Keys are stored in Google Secret Manager.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7; * */ com.google.cloud.video.transcoder.v1.Encryption.SecretManagerSourceOrBuilder getSecretManagerKeySourceOrBuilder(); /** * * *
   * Required. DRM system(s) to use; at least one must be specified. If a
   * DRM system is omitted, it is considered disabled.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the drmSystems field is set. */ boolean hasDrmSystems(); /** * * *
   * Required. DRM system(s) to use; at least one must be specified. If a
   * DRM system is omitted, it is considered disabled.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED]; * * * @return The drmSystems. */ com.google.cloud.video.transcoder.v1.Encryption.DrmSystems getDrmSystems(); /** * * *
   * Required. DRM system(s) to use; at least one must be specified. If a
   * DRM system is omitted, it is considered disabled.
   * 
* * * .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.video.transcoder.v1.Encryption.DrmSystemsOrBuilder getDrmSystemsOrBuilder(); com.google.cloud.video.transcoder.v1.Encryption.EncryptionModeCase getEncryptionModeCase(); com.google.cloud.video.transcoder.v1.Encryption.SecretSourceCase getSecretSourceCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy