public interface RepairApplicationRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the application to repair.
|
ByteString |
getNameBytes()
Name of the application to repair.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
Name of the application to repair. Example: `apps/myapp`
string name = 1;ByteString getNameBytes()
Name of the application to repair. Example: `apps/myapp`
string name = 1;