public interface ListCollectionIdsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConsistencySelectorCase()
public abstract ListCollectionIdsRequest.ConsistencySelectorCase getConsistencySelectorCase()| Type | Description | 
| ListCollectionIdsRequest.ConsistencySelectorCase | 
getPageSize()
public abstract int getPageSize()The maximum number of results to return.
 int32 page_size = 2;
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public abstract String getPageToken()A page token. Must be a value from ListCollectionIdsResponse.
 string page_token = 3;
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()A page token. Must be a value from ListCollectionIdsResponse.
 string page_token = 3;
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getParent()
public abstract String getParent() Required. The parent document. In the format:
 projects/{project_id}/databases/{database_id}/documents/{document_path}.
 For example:
 projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent document. In the format:
 projects/{project_id}/databases/{database_id}/documents/{document_path}.
 For example:
 projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ByteString | The bytes for parent. | 
getReadTime()
public abstract Timestamp getReadTime()Reads documents as they were at the given time. This may not be older than 270 seconds.
 .google.protobuf.Timestamp read_time = 4;
| Type | Description | 
| Timestamp | The readTime. | 
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()Reads documents as they were at the given time. This may not be older than 270 seconds.
 .google.protobuf.Timestamp read_time = 4;
| Type | Description | 
| TimestampOrBuilder | 
hasReadTime()
public abstract boolean hasReadTime()Reads documents as they were at the given time. This may not be older than 270 seconds.
 .google.protobuf.Timestamp read_time = 4;
| Type | Description | 
| boolean | Whether the readTime field is set. |