public interface MongodbCollectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCollection()
public abstract String getCollection()Collection name.
string collection = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The collection. |
getCollectionBytes()
public abstract ByteString getCollectionBytes()Collection name.
string collection = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for collection. |
getFields(int index)
public abstract MongodbField getFields(int index)Fields in the collection.
repeated .google.cloud.datastream.v1.MongodbField fields = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MongodbField |
|
getFieldsCount()
public abstract int getFieldsCount()Fields in the collection.
repeated .google.cloud.datastream.v1.MongodbField fields = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFieldsList()
public abstract List<MongodbField> getFieldsList()Fields in the collection.
repeated .google.cloud.datastream.v1.MongodbField fields = 2;
| Returns | |
|---|---|
| Type | Description |
List<MongodbField> |
|
getFieldsOrBuilder(int index)
public abstract MongodbFieldOrBuilder getFieldsOrBuilder(int index)Fields in the collection.
repeated .google.cloud.datastream.v1.MongodbField fields = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MongodbFieldOrBuilder |
|
getFieldsOrBuilderList()
public abstract List<? extends MongodbFieldOrBuilder> getFieldsOrBuilderList()Fields in the collection.
repeated .google.cloud.datastream.v1.MongodbField fields = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datastream.v1.MongodbFieldOrBuilder> |
|