Class BackgroundJobLogEntry.SeedJobDetails.Builder (2.42.0)

public static final class BackgroundJobLogEntry.SeedJobDetails.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BackgroundJobLogEntry.SeedJobDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public BackgroundJobLogEntry.SeedJobDetails.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BackgroundJobLogEntry.SeedJobDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BackgroundJobLogEntry.SeedJobDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.

setField(Descriptors.FieldDescriptor field, Object value)

public BackgroundJobLogEntry.SeedJobDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BackgroundJobLogEntry.SeedJobDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BackgroundJobLogEntry.SeedJobDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BackgroundJobLogEntry.SeedJobDetails.Builder
Overrides