public interface ImportEntriesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;ImportEntriesMetadata.ImportState getState()
State of the import operation.
.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.