Package com.google.bytestream
Interface ByteStreamProto.WriteResponseOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- ByteStreamProto.WriteResponse,- ByteStreamProto.WriteResponse.Builder
- Enclosing class:
- ByteStreamProto
public static interface ByteStreamProto.WriteResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionlongThe number of bytes that have been processed for the given resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getCommittedSizelong getCommittedSize()The number of bytes that have been processed for the given resource. int64 committed_size = 1 [json_name = "committedSize"];- Returns:
- The committedSize.
 
 
-