public interface ChecksummedDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getContent()
The data.
|
int |
getCrc32C()
If set, the CRC32C digest of the content field.
|
boolean |
hasCrc32C()
If set, the CRC32C digest of the content field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getContent()
The data.
bytes content = 1 [ctype = CORD];
boolean hasCrc32C()
If set, the CRC32C digest of the content field.
optional fixed32 crc32c = 2;
int getCrc32C()
If set, the CRC32C digest of the content field.
optional fixed32 crc32c = 2;
Copyright © 2023 Google LLC. All rights reserved.