Interface StorageTypes.ObjProtoOrBuilder
- All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder,org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StorageTypes.ObjProto,StorageTypes.ObjProto.Builder
- Enclosing class:
- StorageTypes
public static interface StorageTypes.ObjProtoOrBuilder
extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.nessie.storage.CommitProto commit = 2;.nessie.storage.CommitProto commit = 2;.nessie.storage.ContentValueProto content_value = 4;.nessie.storage.ContentValueProto content_value = 4;.nessie.storage.CustomProto custom = 9;.nessie.storage.CustomProto custom = 9;getIndex().nessie.storage.IndexProto index = 6;.nessie.storage.IndexProto index = 6;.nessie.storage.IndexSegmentsProto index_segments = 5;.nessie.storage.IndexSegmentsProto index_segments = 5;getRef().nessie.storage.RefProto ref = 3;.nessie.storage.RefProto ref = 3;.nessie.storage.StringProto string_data = 7;.nessie.storage.StringProto string_data = 7;getTag().nessie.storage.TagProto tag = 8;.nessie.storage.TagProto tag = 8;.nessie.storage.UniqueIdProto uniqueId = 10;.nessie.storage.UniqueIdProto uniqueId = 10;boolean.nessie.storage.CommitProto commit = 2;boolean.nessie.storage.ContentValueProto content_value = 4;boolean.nessie.storage.CustomProto custom = 9;booleanhasIndex().nessie.storage.IndexProto index = 6;boolean.nessie.storage.IndexSegmentsProto index_segments = 5;booleanhasRef().nessie.storage.RefProto ref = 3;boolean.nessie.storage.StringProto string_data = 7;booleanhasTag().nessie.storage.TagProto tag = 8;boolean.nessie.storage.UniqueIdProto uniqueId = 10;Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCommit
boolean hasCommit().nessie.storage.CommitProto commit = 2;- Returns:
- Whether the commit field is set.
-
getCommit
StorageTypes.CommitProto getCommit().nessie.storage.CommitProto commit = 2;- Returns:
- The commit.
-
getCommitOrBuilder
StorageTypes.CommitProtoOrBuilder getCommitOrBuilder().nessie.storage.CommitProto commit = 2; -
hasRef
boolean hasRef().nessie.storage.RefProto ref = 3;- Returns:
- Whether the ref field is set.
-
getRef
StorageTypes.RefProto getRef().nessie.storage.RefProto ref = 3;- Returns:
- The ref.
-
getRefOrBuilder
StorageTypes.RefProtoOrBuilder getRefOrBuilder().nessie.storage.RefProto ref = 3; -
hasContentValue
boolean hasContentValue().nessie.storage.ContentValueProto content_value = 4;- Returns:
- Whether the contentValue field is set.
-
getContentValue
StorageTypes.ContentValueProto getContentValue().nessie.storage.ContentValueProto content_value = 4;- Returns:
- The contentValue.
-
getContentValueOrBuilder
StorageTypes.ContentValueProtoOrBuilder getContentValueOrBuilder().nessie.storage.ContentValueProto content_value = 4; -
hasIndexSegments
boolean hasIndexSegments().nessie.storage.IndexSegmentsProto index_segments = 5;- Returns:
- Whether the indexSegments field is set.
-
getIndexSegments
StorageTypes.IndexSegmentsProto getIndexSegments().nessie.storage.IndexSegmentsProto index_segments = 5;- Returns:
- The indexSegments.
-
getIndexSegmentsOrBuilder
StorageTypes.IndexSegmentsProtoOrBuilder getIndexSegmentsOrBuilder().nessie.storage.IndexSegmentsProto index_segments = 5; -
hasIndex
boolean hasIndex().nessie.storage.IndexProto index = 6;- Returns:
- Whether the index field is set.
-
getIndex
StorageTypes.IndexProto getIndex().nessie.storage.IndexProto index = 6;- Returns:
- The index.
-
getIndexOrBuilder
StorageTypes.IndexProtoOrBuilder getIndexOrBuilder().nessie.storage.IndexProto index = 6; -
hasStringData
boolean hasStringData().nessie.storage.StringProto string_data = 7;- Returns:
- Whether the stringData field is set.
-
getStringData
StorageTypes.StringProto getStringData().nessie.storage.StringProto string_data = 7;- Returns:
- The stringData.
-
getStringDataOrBuilder
StorageTypes.StringProtoOrBuilder getStringDataOrBuilder().nessie.storage.StringProto string_data = 7; -
hasTag
boolean hasTag().nessie.storage.TagProto tag = 8;- Returns:
- Whether the tag field is set.
-
getTag
StorageTypes.TagProto getTag().nessie.storage.TagProto tag = 8;- Returns:
- The tag.
-
getTagOrBuilder
StorageTypes.TagProtoOrBuilder getTagOrBuilder().nessie.storage.TagProto tag = 8; -
hasCustom
boolean hasCustom().nessie.storage.CustomProto custom = 9;- Returns:
- Whether the custom field is set.
-
getCustom
StorageTypes.CustomProto getCustom().nessie.storage.CustomProto custom = 9;- Returns:
- The custom.
-
getCustomOrBuilder
StorageTypes.CustomProtoOrBuilder getCustomOrBuilder().nessie.storage.CustomProto custom = 9; -
hasUniqueId
boolean hasUniqueId().nessie.storage.UniqueIdProto uniqueId = 10;- Returns:
- Whether the uniqueId field is set.
-
getUniqueId
StorageTypes.UniqueIdProto getUniqueId().nessie.storage.UniqueIdProto uniqueId = 10;- Returns:
- The uniqueId.
-
getUniqueIdOrBuilder
StorageTypes.UniqueIdProtoOrBuilder getUniqueIdOrBuilder().nessie.storage.UniqueIdProto uniqueId = 10; -
getObjCase
StorageTypes.ObjProto.ObjCase getObjCase()
-