public interface WriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContentHash()
Errors will be handled by standard gRPC stream APIs.
|
com.google.protobuf.ByteString |
getContentHashBytes()
Errors will be handled by standard gRPC stream APIs.
|
long |
getOffset()
optional int64 offset = 1; |
boolean |
hasContentHash()
Errors will be handled by standard gRPC stream APIs.
|
boolean |
hasOffset()
optional int64 offset = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOffset()
optional int64 offset = 1;
long getOffset()
optional int64 offset = 1;
boolean hasContentHash()
Errors will be handled by standard gRPC stream APIs.
optional string contentHash = 2;
String getContentHash()
Errors will be handled by standard gRPC stream APIs.
optional string contentHash = 2;
com.google.protobuf.ByteString getContentHashBytes()
Errors will be handled by standard gRPC stream APIs.
optional string contentHash = 2;
Copyright © 2023. All Rights Reserved.