public static final class Event.UpdateEncryptionsTask extends GeneratedMessage implements Event.UpdateEncryptionsTaskOrBuilderUpdate encryption settings.
Protobuf type google.cloud.video.livestream.v1.Event.UpdateEncryptionsTask
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Event.UpdateEncryptionsTaskImplements
Event.UpdateEncryptionsTaskOrBuilderStatic 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 |
|
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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Event.UpdateEncryptionsTask.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Event.UpdateEncryptionsTask.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Event.UpdateEncryptionsTask.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Event.UpdateEncryptionsTask.Builder |
|
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 |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|