Class BackgroundJobLogEntry.ApplyJobDetails.Builder (2.82.0)

public static final class BackgroundJobLogEntry.ApplyJobDetails.Builder extends GeneratedMessage.Builder<BackgroundJobLogEntry.ApplyJobDetails.Builder> implements BackgroundJobLogEntry.ApplyJobDetailsOrBuilder

Details regarding an Apply background job.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearConnectionProfile()

public BackgroundJobLogEntry.ApplyJobDetails.Builder clearConnectionProfile()

Output only. The connection profile which was used for the apply job.

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

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.

clearFilter()

public BackgroundJobLogEntry.ApplyJobDetails.Builder clearFilter()

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

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

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.

getConnectionProfile()

public String getConnectionProfile()

Output only. The connection profile which was used for the apply job.

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

Returns
Type Description
String

The connectionProfile.

getConnectionProfileBytes()

public ByteString getConnectionProfileBytes()

Output only. The connection profile which was used for the apply job.

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

Returns
Type Description
ByteString

The bytes for connectionProfile.

getDefaultInstanceForType()

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

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 apply

string filter = 2 [(.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 apply

string filter = 2 [(.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.ApplyJobDetails other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setConnectionProfile(String value)

public BackgroundJobLogEntry.ApplyJobDetails.Builder setConnectionProfile(String value)

Output only. The connection profile which was used for the apply job.

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

Parameter
Name Description
value String

The connectionProfile to set.

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.

setConnectionProfileBytes(ByteString value)

public BackgroundJobLogEntry.ApplyJobDetails.Builder setConnectionProfileBytes(ByteString value)

Output only. The connection profile which was used for the apply job.

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

Parameter
Name Description
value ByteString

The bytes for connectionProfile to set.

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.

setFilter(String value)

public BackgroundJobLogEntry.ApplyJobDetails.Builder setFilter(String value)

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

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

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public BackgroundJobLogEntry.ApplyJobDetails.Builder setFilterBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
BackgroundJobLogEntry.ApplyJobDetails.Builder

This builder for chaining.