Class BackgroundJobLogEntry.SeedJobDetails.Builder (2.82.0)

public static final class BackgroundJobLogEntry.SeedJobDetails.Builder extends GeneratedMessage.Builder<BackgroundJobLogEntry.SeedJobDetails.Builder> implements BackgroundJobLogEntry.SeedJobDetailsOrBuilder

Details regarding a Seed background job.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearConnectionProfile()

public BackgroundJobLogEntry.SeedJobDetails.Builder clearConnectionProfile()

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

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

Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder

This builder for chaining.

getConnectionProfile()

public String getConnectionProfile()

Output only. The connection profile which was used for the seed 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 seed job.

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

Returns
Type Description
ByteString

The bytes for connectionProfile.

getDefaultInstanceForType()

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

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(BackgroundJobLogEntry.SeedJobDetails other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setConnectionProfile(String value)

public BackgroundJobLogEntry.SeedJobDetails.Builder setConnectionProfile(String value)

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

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

Parameter
Name Description
value String

The connectionProfile to set.

Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder

This builder for chaining.

setConnectionProfileBytes(ByteString value)

public BackgroundJobLogEntry.SeedJobDetails.Builder setConnectionProfileBytes(ByteString value)

Output only. The connection profile which was used for the seed 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.SeedJobDetails.Builder

This builder for chaining.