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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContentId()
      string content_id = 1;
      org.projectnessie.nessie.relocated.protobuf.ByteString getContentIdBytes()
      string content_id = 1;
      org.projectnessie.nessie.relocated.protobuf.ByteString getData()
      bytes data = 3;
      int getPayload()
      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 Detail

      • getContentId

        java.lang.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.