Class StopBackfillJobRequest.Builder (1.82.0)

public static final class StopBackfillJobRequest.Builder extends GeneratedMessage.Builder<StopBackfillJobRequest.Builder> implements StopBackfillJobRequestOrBuilder

Request for manually stopping a running backfill job for a specific stream object.

Protobuf type google.cloud.datastream.v1.StopBackfillJobRequest

Static Methods

getDescriptor()

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

Methods

build()

public StopBackfillJobRequest build()
Returns
Type Description
StopBackfillJobRequest

buildPartial()

public StopBackfillJobRequest buildPartial()
Returns
Type Description
StopBackfillJobRequest

clear()

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

clearObject()

public StopBackfillJobRequest.Builder clearObject()

Required. The name of the stream object resource to stop the backfill job for.

string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
StopBackfillJobRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public StopBackfillJobRequest getDefaultInstanceForType()
Returns
Type Description
StopBackfillJobRequest

getDescriptorForType()

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

getObject()

public String getObject()

Required. The name of the stream object resource to stop the backfill job for.

string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The object.

getObjectBytes()

public ByteString getObjectBytes()

Required. The name of the stream object resource to stop the backfill job for.

string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for object.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StopBackfillJobRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setObject(String value)

public StopBackfillJobRequest.Builder setObject(String value)

Required. The name of the stream object resource to stop the backfill job for.

string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The object to set.

Returns
Type Description
StopBackfillJobRequest.Builder

This builder for chaining.

setObjectBytes(ByteString value)

public StopBackfillJobRequest.Builder setObjectBytes(ByteString value)

Required. The name of the stream object resource to stop the backfill job for.

string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for object to set.

Returns
Type Description
StopBackfillJobRequest.Builder

This builder for chaining.