Package houston.grpc.service
Interface AssetSheetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetSheet,AssetSheet.Builder
@Generated
public interface AssetSheetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring commitId = 2;com.google.protobuf.ByteStringstring commitId = 2;getName()string name = 3;com.google.protobuf.ByteStringstring name = 3;getPartition(int index) repeated string partition = 5;com.google.protobuf.ByteStringgetPartitionBytes(int index) repeated string partition = 5;intrepeated string partition = 5;repeated string partition = 5;longgetSize()int64 size = 1;com.google.protobuf.ByteStringbytes structure = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
repeated string partition = 5;- Returns:
- A list containing the partition.
-
getPartitionCount
int getPartitionCount()repeated string partition = 5;- Returns:
- The count of partition.
-
getPartition
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.
-