Class StopBackfillJobResponse.Builder (1.82.0)

public static final class StopBackfillJobResponse.Builder extends GeneratedMessage.Builder<StopBackfillJobResponse.Builder> implements StopBackfillJobResponseOrBuilder

Response for manually stop a backfill job for a specific stream object.

Protobuf type google.cloud.datastream.v1.StopBackfillJobResponse

Static Methods

getDescriptor()

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

Methods

build()

public StopBackfillJobResponse build()
Returns
Type Description
StopBackfillJobResponse

buildPartial()

public StopBackfillJobResponse buildPartial()
Returns
Type Description
StopBackfillJobResponse

clear()

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

clearObject()

public StopBackfillJobResponse.Builder clearObject()

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Returns
Type Description
StopBackfillJobResponse.Builder

getDefaultInstanceForType()

public StopBackfillJobResponse getDefaultInstanceForType()
Returns
Type Description
StopBackfillJobResponse

getDescriptorForType()

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

getObject()

public StreamObject getObject()

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Returns
Type Description
StreamObject

The object.

getObjectBuilder()

public StreamObject.Builder getObjectBuilder()

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Returns
Type Description
StreamObject.Builder

getObjectOrBuilder()

public StreamObjectOrBuilder getObjectOrBuilder()

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Returns
Type Description
StreamObjectOrBuilder

hasObject()

public boolean hasObject()

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Returns
Type Description
boolean

Whether the object field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StopBackfillJobResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeObject(StreamObject value)

public StopBackfillJobResponse.Builder mergeObject(StreamObject value)

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Parameter
Name Description
value StreamObject
Returns
Type Description
StopBackfillJobResponse.Builder

setObject(StreamObject value)

public StopBackfillJobResponse.Builder setObject(StreamObject value)

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Parameter
Name Description
value StreamObject
Returns
Type Description
StopBackfillJobResponse.Builder

setObject(StreamObject.Builder builderForValue)

public StopBackfillJobResponse.Builder setObject(StreamObject.Builder builderForValue)

The stream object resource the backfill job was stopped for.

.google.cloud.datastream.v1.StreamObject object = 1;

Parameter
Name Description
builderForValue StreamObject.Builder
Returns
Type Description
StopBackfillJobResponse.Builder