Uses of Class
com.google.cloud.pubsublite.proto.SeekResponse
-
Packages that use SeekResponse Package Description com.google.cloud.pubsublite.proto -
-
Uses of SeekResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SeekResponse Modifier and Type Method Description SeekResponse
SeekResponse.Builder. build()
SeekResponse
SeekResponse.Builder. buildPartial()
static SeekResponse
SeekResponse. getDefaultInstance()
SeekResponse
SeekResponse.Builder. getDefaultInstanceForType()
SeekResponse
SeekResponse. getDefaultInstanceForType()
SeekResponse
SubscribeResponse.Builder. getSeek()
Response to a Seek operation.SeekResponse
SubscribeResponse. getSeek()
Response to a Seek operation.SeekResponse
SubscribeResponseOrBuilder. getSeek()
Response to a Seek operation.static SeekResponse
SeekResponse. parseDelimitedFrom(InputStream input)
static SeekResponse
SeekResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekResponse
SeekResponse. parseFrom(byte[] data)
static SeekResponse
SeekResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekResponse
SeekResponse. parseFrom(com.google.protobuf.ByteString data)
static SeekResponse
SeekResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekResponse
SeekResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SeekResponse
SeekResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekResponse
SeekResponse. parseFrom(InputStream input)
static SeekResponse
SeekResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekResponse
SeekResponse. parseFrom(ByteBuffer data)
static SeekResponse
SeekResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type SeekResponse Modifier and Type Method Description com.google.protobuf.Parser<SeekResponse>
SeekResponse. getParserForType()
static com.google.protobuf.Parser<SeekResponse>
SeekResponse. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type SeekResponse Modifier and Type Method Description SeekResponse.Builder
SeekResponse.Builder. mergeFrom(SeekResponse other)
SubscribeResponse.Builder
SubscribeResponse.Builder. mergeSeek(SeekResponse value)
Response to a Seek operation.static SeekResponse.Builder
SeekResponse. newBuilder(SeekResponse prototype)
SubscribeResponse.Builder
SubscribeResponse.Builder. setSeek(SeekResponse value)
Response to a Seek operation.
-