Interface ImportEntriesMetadataOrBuilder (1.51.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
ImportEntriesMetadata.ImportState

The state.

getStateValue()

public abstract 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.