public static interface DataDocumentationResult.SchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFields(int index)
public abstract DataDocumentationResult.Field getFields(int index)Output only. The list of columns.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Field fields = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Field |
|
getFieldsCount()
public abstract int getFieldsCount()Output only. The list of columns.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Field fields = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getFieldsList()
public abstract List<DataDocumentationResult.Field> getFieldsList()Output only. The list of columns.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Field fields = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Field> |
|
getFieldsOrBuilder(int index)
public abstract DataDocumentationResult.FieldOrBuilder getFieldsOrBuilder(int index)Output only. The list of columns.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Field fields = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.FieldOrBuilder |
|
getFieldsOrBuilderList()
public abstract List<? extends DataDocumentationResult.FieldOrBuilder> getFieldsOrBuilderList()Output only. The list of columns.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Field fields = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataDocumentationResult.FieldOrBuilder> |
|