Class MetadataJob.ImportJobResult.Builder (1.81.0)

public static final class MetadataJob.ImportJobResult.Builder extends GeneratedMessage.Builder<MetadataJob.ImportJobResult.Builder> implements MetadataJob.ImportJobResultOrBuilder

Results from a metadata import job.

Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobResult

Static Methods

getDescriptor()

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

Methods

build()

public MetadataJob.ImportJobResult build()
Returns
Type Description
MetadataJob.ImportJobResult

buildPartial()

public MetadataJob.ImportJobResult buildPartial()
Returns
Type Description
MetadataJob.ImportJobResult

clear()

public MetadataJob.ImportJobResult.Builder clear()
Returns
Type Description
MetadataJob.ImportJobResult.Builder
Overrides

clearCreatedEntries()

public MetadataJob.ImportJobResult.Builder clearCreatedEntries()

Output only. The total number of entries that were created.

int64 created_entries = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder clearCreatedEntryLinks()

Output only. The total number of entry links that were successfully created.

int64 created_entry_links = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

clearDeletedEntries()

public MetadataJob.ImportJobResult.Builder clearDeletedEntries()

Output only. The total number of entries that were deleted.

int64 deleted_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder clearDeletedEntryLinks()

Output only. The total number of entry links that were successfully deleted.

int64 deleted_entry_links = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

clearRecreatedEntries()

public MetadataJob.ImportJobResult.Builder clearRecreatedEntries()

Output only. The total number of entries that were recreated.

int64 recreated_entries = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

clearUnchangedEntries()

public MetadataJob.ImportJobResult.Builder clearUnchangedEntries()

Output only. The total number of entries that were unchanged.

int64 unchanged_entries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder clearUnchangedEntryLinks()

Output only. The total number of entry links that were left unchanged.

int64 unchanged_entry_links = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

clearUpdateTime()

public MetadataJob.ImportJobResult.Builder clearUpdateTime()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

clearUpdatedEntries()

public MetadataJob.ImportJobResult.Builder clearUpdatedEntries()

Output only. The total number of entries that were updated.

int64 updated_entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

getCreatedEntries()

public long getCreatedEntries()

Output only. The total number of entries that were created.

int64 created_entries = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The createdEntries.

public long getCreatedEntryLinks()

Output only. The total number of entry links that were successfully created.

int64 created_entry_links = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The createdEntryLinks.

getDefaultInstanceForType()

public MetadataJob.ImportJobResult getDefaultInstanceForType()
Returns
Type Description
MetadataJob.ImportJobResult

getDeletedEntries()

public long getDeletedEntries()

Output only. The total number of entries that were deleted.

int64 deleted_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The deletedEntries.

public long getDeletedEntryLinks()

Output only. The total number of entry links that were successfully deleted.

int64 deleted_entry_links = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The deletedEntryLinks.

getDescriptorForType()

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

getRecreatedEntries()

public long getRecreatedEntries()

Output only. The total number of entries that were recreated.

int64 recreated_entries = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The recreatedEntries.

getUnchangedEntries()

public long getUnchangedEntries()

Output only. The total number of entries that were unchanged.

int64 unchanged_entries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The unchangedEntries.

public long getUnchangedEntryLinks()

Output only. The total number of entry links that were left unchanged.

int64 unchanged_entry_links = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The unchangedEntryLinks.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getUpdatedEntries()

public long getUpdatedEntries()

Output only. The total number of entries that were updated.

int64 updated_entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The updatedEntries.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MetadataJob.ImportJobResult other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateTime(Timestamp value)

public MetadataJob.ImportJobResult.Builder mergeUpdateTime(Timestamp value)

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
MetadataJob.ImportJobResult.Builder

setCreatedEntries(long value)

public MetadataJob.ImportJobResult.Builder setCreatedEntries(long value)

Output only. The total number of entries that were created.

int64 created_entries = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The createdEntries to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder setCreatedEntryLinks(long value)

Output only. The total number of entry links that were successfully created.

int64 created_entry_links = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The createdEntryLinks to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

setDeletedEntries(long value)

public MetadataJob.ImportJobResult.Builder setDeletedEntries(long value)

Output only. The total number of entries that were deleted.

int64 deleted_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The deletedEntries to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder setDeletedEntryLinks(long value)

Output only. The total number of entry links that were successfully deleted.

int64 deleted_entry_links = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The deletedEntryLinks to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

setRecreatedEntries(long value)

public MetadataJob.ImportJobResult.Builder setRecreatedEntries(long value)

Output only. The total number of entries that were recreated.

int64 recreated_entries = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The recreatedEntries to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

setUnchangedEntries(long value)

public MetadataJob.ImportJobResult.Builder setUnchangedEntries(long value)

Output only. The total number of entries that were unchanged.

int64 unchanged_entries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The unchangedEntries to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

public MetadataJob.ImportJobResult.Builder setUnchangedEntryLinks(long value)

Output only. The total number of entry links that were left unchanged.

int64 unchanged_entry_links = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The unchangedEntryLinks to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.

setUpdateTime(Timestamp value)

public MetadataJob.ImportJobResult.Builder setUpdateTime(Timestamp value)

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
MetadataJob.ImportJobResult.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public MetadataJob.ImportJobResult.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
MetadataJob.ImportJobResult.Builder

setUpdatedEntries(long value)

public MetadataJob.ImportJobResult.Builder setUpdatedEntries(long value)

Output only. The total number of entries that were updated.

int64 updated_entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value long

The updatedEntries to set.

Returns
Type Description
MetadataJob.ImportJobResult.Builder

This builder for chaining.