Interface ImportEntriesMetadataOrBuilder (1.47.0)

public interface ImportEntriesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status

getErrorsCount()

public abstract 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
TypeDescription
int

getErrorsList()

public abstract 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
TypeDescription
List<com.google.rpc.Status>

getErrorsOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getErrorsOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.rpc.StatusOrBuilder>

getState()

public abstract ImportEntriesMetadata.ImportState getState()

State of the import operation.

.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;

Returns
TypeDescription
ImportEntriesMetadata.ImportState

The state.

getStateValue()

public abstract int getStateValue()

State of the import operation.

.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.