Interface StorageTypes.ContentValueProtoOrBuilder

All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder, org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
All Known Implementing Classes:
StorageTypes.ContentValueProto, StorageTypes.ContentValueProto.Builder
Enclosing class:
StorageTypes

public static interface StorageTypes.ContentValueProtoOrBuilder extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string content_id = 1;
    org.projectnessie.nessie.relocated.protobuf.ByteString
    string content_id = 1;
    org.projectnessie.nessie.relocated.protobuf.ByteString
    bytes data = 3;
    int
    int32 payload = 2;

    Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getContentId

      String getContentId()
      string content_id = 1;
      Returns:
      The contentId.
    • getContentIdBytes

      org.projectnessie.nessie.relocated.protobuf.ByteString getContentIdBytes()
      string content_id = 1;
      Returns:
      The bytes for contentId.
    • getPayload

      int getPayload()
      int32 payload = 2;
      Returns:
      The payload.
    • getData

      org.projectnessie.nessie.relocated.protobuf.ByteString getData()
      bytes data = 3;
      Returns:
      The data.