Send feedback
Class MetadataJob.ImportJobResult (1.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.53.0 keyboard_arrow_down
public static final class MetadataJob . ImportJobResult extends GeneratedMessageV3 implements MetadataJob . ImportJobResultOrBuilder
Results from a metadata import job.
Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CREATED_ENTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DELETED_ENTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RECREATED_ENTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int UNCHANGED_ENTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int UPDATED_ENTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static MetadataJob . ImportJobResult getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static MetadataJob . ImportJobResult . Builder newBuilder ()
public static MetadataJob . ImportJobResult . Builder newBuilder ( MetadataJob . ImportJobResult prototype )
public static MetadataJob . ImportJobResult parseDelimitedFrom ( InputStream input )
public static MetadataJob . ImportJobResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MetadataJob . ImportJobResult parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static MetadataJob . ImportJobResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static MetadataJob . ImportJobResult parseFrom ( ByteString data )
public static MetadataJob . ImportJobResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static MetadataJob . ImportJobResult parseFrom ( CodedInputStream input )
public static MetadataJob . ImportJobResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static MetadataJob . ImportJobResult parseFrom ( InputStream input )
public static MetadataJob . ImportJobResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MetadataJob . ImportJobResult parseFrom ( ByteBuffer data )
public static MetadataJob . ImportJobResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<MetadataJob . ImportJobResult > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
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 MetadataJob . ImportJobResult getDefaultInstanceForType ()
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 Parser<MetadataJob . ImportJobResult > getParserForType ()
Overrides
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.
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
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 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.
public TimestampOrBuilder getUpdateTimeOrBuilder ()
Output only. The time when the status was updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.
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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public MetadataJob . ImportJobResult . Builder newBuilderForType ()
protected MetadataJob . ImportJobResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public MetadataJob . ImportJobResult . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]