public static interface SourceObjectIdentifier.MongodbObjectIdentifierOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCollection()
public abstract String getCollection()
Required. The collection name.
string collection = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The collection. |
getCollectionBytes()
public abstract ByteString getCollectionBytes()
Required. The collection name.
string collection = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for collection. |
getDatabase()
public abstract String getDatabase()
Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()
Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for database. |