public interface UfsFileStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize()
optional int64 block_size = 3; |
String |
getContentHash()
optional string content_hash = 1; |
com.google.protobuf.ByteString |
getContentHashBytes()
optional string content_hash = 1; |
long |
getContentLength()
optional int64 content_length = 2; |
boolean |
hasBlockSize()
optional int64 block_size = 3; |
boolean |
hasContentHash()
optional string content_hash = 1; |
boolean |
hasContentLength()
optional int64 content_length = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContentHash()
optional string content_hash = 1;
String getContentHash()
optional string content_hash = 1;
com.google.protobuf.ByteString getContentHashBytes()
optional string content_hash = 1;
boolean hasContentLength()
optional int64 content_length = 2;
long getContentLength()
optional int64 content_length = 2;
boolean hasBlockSize()
optional int64 block_size = 3;
long getBlockSize()
optional int64 block_size = 3;
Copyright © 2023. All Rights Reserved.