public static final class MetadataJob.ImportJobResult extends GeneratedMessage implements MetadataJob.ImportJobResultOrBuilder
Results from a metadata import job.
Protobuf type google.cloud.dataplex.v1.MetadataJob.ImportJobResult
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int CREATED_ENTRIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CREATED_ENTRY_LINKS_FIELD_NUMBER
public static final int CREATED_ENTRY_LINKS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DELETED_ENTRIES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DELETED_ENTRY_LINKS_FIELD_NUMBER
public static final int DELETED_ENTRY_LINKS_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 |
|
UNCHANGED_ENTRY_LINKS_FIELD_NUMBER
public static final int UNCHANGED_ENTRY_LINKS_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.
|
getCreatedEntryLinks()
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.
|
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.
|
getDeletedEntryLinks()
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.
|
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.
|
getUnchangedEntryLinks()
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.
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public MetadataJob.ImportJobResult.Builder newBuilderForType()
protected MetadataJob.ImportJobResult.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public MetadataJob.ImportJobResult.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides