Send feedback
Class ImportEntriesMetadata (1.64.0)
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class ImportEntriesMetadata extends GeneratedMessageV3 implements ImportEntriesMetadataOrBuilder
Metadata message for long-running operation
returned by the
ImportEntries .
Protobuf type google.cloud.datacatalog.v1.ImportEntriesMetadata
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 ERRORS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ImportEntriesMetadata getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ImportEntriesMetadata . Builder newBuilder ()
public static ImportEntriesMetadata . Builder newBuilder ( ImportEntriesMetadata prototype )
public static ImportEntriesMetadata parseDelimitedFrom ( InputStream input )
public static ImportEntriesMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportEntriesMetadata parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ImportEntriesMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ImportEntriesMetadata parseFrom ( ByteString data )
public static ImportEntriesMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImportEntriesMetadata parseFrom ( CodedInputStream input )
public static ImportEntriesMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportEntriesMetadata parseFrom ( InputStream input )
public static ImportEntriesMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportEntriesMetadata parseFrom ( ByteBuffer data )
public static ImportEntriesMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ImportEntriesMetadata> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public ImportEntriesMetadata getDefaultInstanceForType ()
public Status getErrors ( int index )
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
repeated .google.rpc.Status errors = 2;
Parameter
Name
Description
index
int
Returns
Type
Description
com.google.rpc.Status
public int getErrorsCount ()
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
repeated .google.rpc.Status errors = 2;
Returns
Type
Description
int
public List<Status> getErrorsList ()
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
repeated .google.rpc.Status errors = 2;
Returns
Type
Description
List <com.google.rpc.Status >
public StatusOrBuilder getErrorsOrBuilder ( int index )
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
repeated .google.rpc.Status errors = 2;
Parameter
Name
Description
index
int
Returns
Type
Description
com.google.rpc.StatusOrBuilder
public List <? extends StatusOrBuilder > getErrorsOrBuilderList ()
Partial errors that are encountered during the ImportEntries operation.
There is no guarantee that all the encountered errors are reported.
However, if no errors are reported, it means that no errors were
encountered.
repeated .google.rpc.Status errors = 2;
Returns
Type
Description
List <? extends com.google.rpc.StatusOrBuilder >
public Parser<ImportEntriesMetadata> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public ImportEntriesMetadata . ImportState getState ()
State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;
public int getStateValue ()
State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;
Returns
Type
Description
int
The enum numeric value on the wire for state.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ImportEntriesMetadata . Builder newBuilderForType ()
protected ImportEntriesMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ImportEntriesMetadata . 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-02-22 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-02-22 UTC."],[],[]]