Package com.google.cloud.datacatalog.v1
Interface ImportEntriesMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportEntriesMetadata,ImportEntriesMetadata.Builder
@Generated
public interface ImportEntriesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) Partial errors that are encountered during the ImportEntries operation.intPartial errors that are encountered during the ImportEntries operation.Partial errors that are encountered during the ImportEntries operation.getErrorsOrBuilder(int index) Partial errors that are encountered during the ImportEntries operation.List<? extends StatusOrBuilder>Partial errors that are encountered during the ImportEntries operation.getState()State of the import operation.intState of the import operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateValue
int getStateValue()State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
ImportEntriesMetadata.ImportState getState()State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;- Returns:
- The state.
-
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; -
getErrors
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; -
getErrorsCount
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; -
getErrorsOrBuilderList
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; -
getErrorsOrBuilder
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;
-