Interface AssetSheetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AssetSheet, AssetSheet.Builder

public interface AssetSheetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string commitId = 2;
    com.google.protobuf.ByteString
    string commitId = 2;
    string name = 3;
    com.google.protobuf.ByteString
    string name = 3;
    getPartition(int index)
    repeated string partition = 5;
    com.google.protobuf.ByteString
    getPartitionBytes(int index)
    repeated string partition = 5;
    int
    repeated string partition = 5;
    repeated string partition = 5;
    long
    int64 size = 1;
    com.google.protobuf.ByteString
    bytes structure = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • getSize

      long getSize()
      int64 size = 1;
      Returns:
      The size.
    • getCommitId

      String getCommitId()
      string commitId = 2;
      Returns:
      The commitId.
    • getCommitIdBytes

      com.google.protobuf.ByteString getCommitIdBytes()
      string commitId = 2;
      Returns:
      The bytes for commitId.
    • getName

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getStructure

      com.google.protobuf.ByteString getStructure()
      bytes structure = 4;
      Returns:
      The structure.
    • getPartitionList

      List<String> getPartitionList()
      repeated string partition = 5;
      Returns:
      A list containing the partition.
    • getPartitionCount

      int getPartitionCount()
      repeated string partition = 5;
      Returns:
      The count of partition.
    • getPartition

      String getPartition(int index)
      repeated string partition = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The partition at the given index.
    • getPartitionBytes

      com.google.protobuf.ByteString getPartitionBytes(int index)
      repeated string partition = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the partition at the given index.