Class BackgroundJobLogEntry.ConvertJobDetails.Builder (2.82.0)

public static final class BackgroundJobLogEntry.ConvertJobDetails.Builder extends GeneratedMessage.Builder<BackgroundJobLogEntry.ConvertJobDetails.Builder> implements BackgroundJobLogEntry.ConvertJobDetailsOrBuilder

Details regarding a Convert background job.

Protobuf type google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetails

Static Methods

getDescriptor()

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

Methods

build()

public BackgroundJobLogEntry.ConvertJobDetails build()
Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails

buildPartial()

public BackgroundJobLogEntry.ConvertJobDetails buildPartial()
Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails

clear()

public BackgroundJobLogEntry.ConvertJobDetails.Builder clear()
Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails.Builder
Overrides

clearFilter()

public BackgroundJobLogEntry.ConvertJobDetails.Builder clearFilter()

Output only. AIP-160 based filter used to specify the entities to convert

string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails.Builder

This builder for chaining.

getDefaultInstanceForType()

public BackgroundJobLogEntry.ConvertJobDetails getDefaultInstanceForType()
Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails

getDescriptorForType()

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

getFilter()

public String getFilter()

Output only. AIP-160 based filter used to specify the entities to convert

string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Output only. AIP-160 based filter used to specify the entities to convert

string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for filter.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BackgroundJobLogEntry.ConvertJobDetails other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public BackgroundJobLogEntry.ConvertJobDetails.Builder setFilter(String value)

Output only. AIP-160 based filter used to specify the entities to convert

string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public BackgroundJobLogEntry.ConvertJobDetails.Builder setFilterBytes(ByteString value)

Output only. AIP-160 based filter used to specify the entities to convert

string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
BackgroundJobLogEntry.ConvertJobDetails.Builder

This builder for chaining.