Class Event.UpdateEncryptionsTask (0.77.0)

public static final class Event.UpdateEncryptionsTask extends GeneratedMessageV3 implements Event.UpdateEncryptionsTaskOrBuilder

Update encryption settings.

Protobuf type google.cloud.video.livestream.v1.Event.UpdateEncryptionsTask

Static Fields

ENCRYPTIONS_FIELD_NUMBER

public static final int ENCRYPTIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Event.UpdateEncryptionsTask getDefaultInstance()
Returns
Type Description
Event.UpdateEncryptionsTask

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Event.UpdateEncryptionsTask.Builder newBuilder()
Returns
Type Description
Event.UpdateEncryptionsTask.Builder

newBuilder(Event.UpdateEncryptionsTask prototype)

public static Event.UpdateEncryptionsTask.Builder newBuilder(Event.UpdateEncryptionsTask prototype)
Parameter
Name Description
prototype Event.UpdateEncryptionsTask
Returns
Type Description
Event.UpdateEncryptionsTask.Builder

parseDelimitedFrom(InputStream input)

public static Event.UpdateEncryptionsTask parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Event.UpdateEncryptionsTask parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Event.UpdateEncryptionsTask parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Event.UpdateEncryptionsTask parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Event.UpdateEncryptionsTask parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Event.UpdateEncryptionsTask parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Event.UpdateEncryptionsTask parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Event.UpdateEncryptionsTask
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Event.UpdateEncryptionsTask> parser()
Returns
Type Description
Parser<UpdateEncryptionsTask>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Event.UpdateEncryptionsTask getDefaultInstanceForType()
Returns
Type Description
Event.UpdateEncryptionsTask

getEncryptions(int index)

public 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 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 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 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 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>

getParserForType()

public Parser<Event.UpdateEncryptionsTask> getParserForType()
Returns
Type Description
Parser<UpdateEncryptionsTask>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Event.UpdateEncryptionsTask.Builder newBuilderForType()
Returns
Type Description
Event.UpdateEncryptionsTask.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Event.UpdateEncryptionsTask.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Event.UpdateEncryptionsTask.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Event.UpdateEncryptionsTask.Builder toBuilder()
Returns
Type Description
Event.UpdateEncryptionsTask.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException