public static interface Event.UpdateEncryptionsTaskOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEncryptions(int index)
public abstract EncryptionUpdate getEncryptions(int index)
Required. A list of EncryptionUpdates that updates the existing encryption settings.
repeated .google.cloud.video.livestream.v1.EncryptionUpdate encryptions = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EncryptionUpdate |
getEncryptionsCount()
public abstract int getEncryptionsCount()
Required. A list of EncryptionUpdates that updates the existing encryption settings.
repeated .google.cloud.video.livestream.v1.EncryptionUpdate encryptions = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getEncryptionsList()
public abstract List<EncryptionUpdate> getEncryptionsList()
Required. A list of EncryptionUpdates that updates the existing encryption settings.
repeated .google.cloud.video.livestream.v1.EncryptionUpdate encryptions = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<EncryptionUpdate> |
getEncryptionsOrBuilder(int index)
public abstract EncryptionUpdateOrBuilder getEncryptionsOrBuilder(int index)
Required. A list of EncryptionUpdates that updates the existing encryption settings.
repeated .google.cloud.video.livestream.v1.EncryptionUpdate encryptions = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EncryptionUpdateOrBuilder |
getEncryptionsOrBuilderList()
public abstract List<? extends EncryptionUpdateOrBuilder> getEncryptionsOrBuilderList()
Required. A list of EncryptionUpdates that updates the existing encryption settings.
repeated .google.cloud.video.livestream.v1.EncryptionUpdate encryptions = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.EncryptionUpdateOrBuilder> |