public interface ListDatabasesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. A parent name of the form
 projects/{project_id}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes() Required. A parent name of the form
 projects/{project_id}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
getShowDeleted()
public abstract boolean getShowDeleted()If true, also returns deleted resources.
 bool show_deleted = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The showDeleted. |