public interface ImportDocumentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.rpc.Status |
getWarnings(int index)
Includes details about skipped documents or any other warnings.
|
int |
getWarningsCount()
Includes details about skipped documents or any other warnings.
|
List<com.google.rpc.Status> |
getWarningsList()
Includes details about skipped documents or any other warnings.
|
com.google.rpc.StatusOrBuilder |
getWarningsOrBuilder(int index)
Includes details about skipped documents or any other warnings.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getWarningsOrBuilderList()
Includes details about skipped documents or any other warnings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<com.google.rpc.Status> getWarningsList()
Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
com.google.rpc.Status getWarnings(int index)
Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
int getWarningsCount()
Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
List<? extends com.google.rpc.StatusOrBuilder> getWarningsOrBuilderList()
Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
com.google.rpc.StatusOrBuilder getWarningsOrBuilder(int index)
Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
Copyright © 2022 Google LLC. All rights reserved.