public interface OutputFieldsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataFields(int index)
public abstract String getDataFields(int index)Optional. The fields from the data fields to include in the output.
repeated string data_fields = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The dataFields at the given index. |
getDataFieldsBytes(int index)
public abstract ByteString getDataFieldsBytes(int index)Optional. The fields from the data fields to include in the output.
repeated string data_fields = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the dataFields at the given index. |
getDataFieldsCount()
public abstract int getDataFieldsCount()Optional. The fields from the data fields to include in the output.
repeated string data_fields = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of dataFields. |
getDataFieldsList()
public abstract List<String> getDataFieldsList()Optional. The fields from the data fields to include in the output.
repeated string data_fields = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the dataFields. |
getMetadataFields(int index)
public abstract String getMetadataFields(int index)Optional. The fields from the DataObject metadata to include in the output.
repeated string metadata_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The metadataFields at the given index. |
getMetadataFieldsBytes(int index)
public abstract ByteString getMetadataFieldsBytes(int index)Optional. The fields from the DataObject metadata to include in the output.
repeated string metadata_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the metadataFields at the given index. |
getMetadataFieldsCount()
public abstract int getMetadataFieldsCount()Optional. The fields from the DataObject metadata to include in the output.
repeated string metadata_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of metadataFields. |
getMetadataFieldsList()
public abstract List<String> getMetadataFieldsList()Optional. The fields from the DataObject metadata to include in the output.
repeated string metadata_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the metadataFields. |
getVectorFields(int index)
public abstract String getVectorFields(int index)Optional. The fields from the vector fields to include in the output.
repeated string vector_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The vectorFields at the given index. |
getVectorFieldsBytes(int index)
public abstract ByteString getVectorFieldsBytes(int index)Optional. The fields from the vector fields to include in the output.
repeated string vector_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the vectorFields at the given index. |
getVectorFieldsCount()
public abstract int getVectorFieldsCount()Optional. The fields from the vector fields to include in the output.
repeated string vector_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of vectorFields. |
getVectorFieldsList()
public abstract List<String> getVectorFieldsList()Optional. The fields from the vector fields to include in the output.
repeated string vector_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the vectorFields. |