public interface ImportAppResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The resource name of the app that was imported.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The resource name of the app that was imported.
string name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getWarnings(int index)
public abstract String getWarnings(int index)Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.
repeated string warnings = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The warnings at the given index. |
getWarningsBytes(int index)
public abstract ByteString getWarningsBytes(int index)Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.
repeated string warnings = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the warnings at the given index. |
getWarningsCount()
public abstract int getWarningsCount()Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.
repeated string warnings = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of warnings. |
getWarningsList()
public abstract List<String> getWarningsList()Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.
repeated string warnings = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the warnings. |