public static final class Event.UpdateEncryptionsTask.Builder extends GeneratedMessageV3.Builder<Event.UpdateEncryptionsTask.Builder> implements Event.UpdateEncryptionsTaskOrBuilder
Update encryption settings.
Protobuf type google.cloud.video.livestream.v1.Event.UpdateEncryptionsTask
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllEncryptions(Iterable<? extends EncryptionUpdate> values)
public Event.UpdateEncryptionsTask.Builder addAllEncryptions(Iterable<? extends EncryptionUpdate> values)
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 |
values |
Iterable<? extends com.google.cloud.video.livestream.v1.EncryptionUpdate>
|
addEncryptions(EncryptionUpdate value)
public Event.UpdateEncryptionsTask.Builder addEncryptions(EncryptionUpdate value)
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];
addEncryptions(EncryptionUpdate.Builder builderForValue)
public Event.UpdateEncryptionsTask.Builder addEncryptions(EncryptionUpdate.Builder builderForValue)
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];
addEncryptions(int index, EncryptionUpdate value)
public Event.UpdateEncryptionsTask.Builder addEncryptions(int index, EncryptionUpdate value)
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];
addEncryptions(int index, EncryptionUpdate.Builder builderForValue)
public Event.UpdateEncryptionsTask.Builder addEncryptions(int index, EncryptionUpdate.Builder builderForValue)
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];
addEncryptionsBuilder()
public EncryptionUpdate.Builder addEncryptionsBuilder()
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];
addEncryptionsBuilder(int index)
public EncryptionUpdate.Builder addEncryptionsBuilder(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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Event.UpdateEncryptionsTask.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Event.UpdateEncryptionsTask build()
buildPartial()
public Event.UpdateEncryptionsTask buildPartial()
clear()
public Event.UpdateEncryptionsTask.Builder clear()
Overrides
clearEncryptions()
public Event.UpdateEncryptionsTask.Builder clearEncryptions()
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];
clearField(Descriptors.FieldDescriptor field)
public Event.UpdateEncryptionsTask.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Event.UpdateEncryptionsTask.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Event.UpdateEncryptionsTask.Builder clone()
Overrides
getDefaultInstanceForType()
public Event.UpdateEncryptionsTask getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
getEncryptionsBuilder(int index)
public EncryptionUpdate.Builder getEncryptionsBuilder(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
|
getEncryptionsBuilderList()
public List<EncryptionUpdate.Builder> getEncryptionsBuilderList()
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];
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];
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
|
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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Event.UpdateEncryptionsTask other)
public Event.UpdateEncryptionsTask.Builder mergeFrom(Event.UpdateEncryptionsTask other)
public Event.UpdateEncryptionsTask.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Event.UpdateEncryptionsTask.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Event.UpdateEncryptionsTask.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeEncryptions(int index)
public Event.UpdateEncryptionsTask.Builder removeEncryptions(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
|
setEncryptions(int index, EncryptionUpdate value)
public Event.UpdateEncryptionsTask.Builder setEncryptions(int index, EncryptionUpdate value)
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];
setEncryptions(int index, EncryptionUpdate.Builder builderForValue)
public Event.UpdateEncryptionsTask.Builder setEncryptions(int index, EncryptionUpdate.Builder builderForValue)
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];
setField(Descriptors.FieldDescriptor field, Object value)
public Event.UpdateEncryptionsTask.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Event.UpdateEncryptionsTask.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Event.UpdateEncryptionsTask.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides