public interface ImportDocumentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getWarnings(int index)
public abstract Status getWarnings(int index)Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getWarningsCount()
public abstract int getWarningsCount()Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWarningsList()
public abstract List<Status> getWarningsList()Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getWarningsOrBuilder(int index)
public abstract StatusOrBuilder getWarningsOrBuilder(int index)Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getWarningsOrBuilderList()
public abstract List<? extends StatusOrBuilder> getWarningsOrBuilderList()Includes details about skipped documents or any other warnings.
repeated .google.rpc.Status warnings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|