public static interface FlinkFnApi.Schema.FieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
FlinkFnApi.Schema.FieldType |
getType()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3; |
FlinkFnApi.Schema.FieldTypeOrBuilder |
getTypeOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3; |
boolean |
hasType()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
String getDescription()
string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;
boolean hasType()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
FlinkFnApi.Schema.FieldType getType()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
FlinkFnApi.Schema.FieldTypeOrBuilder getTypeOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.