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 Summary
Modifier and TypeMethodDescriptionlong
The number of bytes that have been processed for the given resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getCommittedSize
long getCommittedSize()The number of bytes that have been processed for the given resource.
int64 committed_size = 1 [json_name = "committedSize"];
- Returns:
- The committedSize.
-