Class SeekResponse.Builder (1.147.0)

public static final class SeekResponse.Builder extends GeneratedMessage.Builder<SeekResponse.Builder> implements SeekResponseOrBuilder

Response for the Seek method (this response is empty).

Protobuf type google.pubsub.v1.SeekResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SeekResponse build()
Returns
Type Description
SeekResponse

buildPartial()

public SeekResponse buildPartial()
Returns
Type Description
SeekResponse

clear()

public SeekResponse.Builder clear()
Returns
Type Description
SeekResponse.Builder
Overrides

getDefaultInstanceForType()

public SeekResponse getDefaultInstanceForType()
Returns
Type Description
SeekResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SeekResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SeekResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SeekResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SeekResponse.Builder
Overrides

mergeFrom(SeekResponse other)

public SeekResponse.Builder mergeFrom(SeekResponse other)
Parameter
Name Description
other SeekResponse
Returns
Type Description
SeekResponse.Builder