Package com.google.bytestream
Interface ByteStreamProto.ReadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ByteStreamProto.ReadResponse
,ByteStreamProto.ReadResponse.Builder
- Enclosing class:
- ByteStreamProto
public static interface ByteStreamProto.ReadResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getData()
A portion of the data for the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getData
com.google.protobuf.ByteString getData()A portion of the data for the resource. The service **may** leave `data` empty for any given `ReadResponse`. This enables the service to inform the client that the request is still live while it is running an operation to generate more data.
bytes data = 10 [json_name = "data"];
- Returns:
- The data.
-