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
public interface ImportEntriesMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getErrors(int index)
Partial errors that are encountered during the ImportEntries operation.int
getErrorsCount()
Partial errors that are encountered during the ImportEntries operation.List<com.google.rpc.Status>
getErrorsList()
Partial errors that are encountered during the ImportEntries operation.com.google.rpc.StatusOrBuilder
getErrorsOrBuilder(int index)
Partial errors that are encountered during the ImportEntries operation.List<? extends com.google.rpc.StatusOrBuilder>
getErrorsOrBuilderList()
Partial errors that are encountered during the ImportEntries operation.ImportEntriesMetadata.ImportState
getState()
State of the import operation.int
getStateValue()
State of the import operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<com.google.rpc.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;
-
getErrors
com.google.rpc.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;
-
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 com.google.rpc.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
com.google.rpc.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;
-
-