public static final class Event.UpdateEncryptionsTask.Builder extends GeneratedMessage.Builder<Event.UpdateEncryptionsTask.Builder> implements Event.UpdateEncryptionsTaskOrBuilder
Update encryption settings.
Protobuf type google.cloud.video.livestream.v1.Event.UpdateEncryptionsTask
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
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
|
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];
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 GeneratedMessage.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
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];