public interface ListBackupsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The location to list backups from.
 Format is projects/{project}/locations/{location}.
 Use {location} = '-' to list backups from all locations for the given
 project. This allows listing backups from a single location or from all
 locations.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes()Required. The location to list backups from.
 Format is projects/{project}/locations/{location}.
 Use {location} = '-' to list backups from all locations for the given
 project. This allows listing backups from a single location or from all
 locations.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. |