public interface FieldSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getComment()
optional string comment = 4; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 4; |
int |
getId()
optional uint32 id = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getType()
optional string type = 3; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 3; |
boolean |
hasComment()
optional string comment = 4; |
boolean |
hasId()
optional uint32 id = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasType()
optional string type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional uint32 id = 1;
int getId()
optional uint32 id = 1;
boolean hasName()
optional string name = 2;
String getName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasType()
optional string type = 3;
String getType()
optional string type = 3;
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;
boolean hasComment()
optional string comment = 4;
String getComment()
optional string comment = 4;
com.google.protobuf.ByteString getCommentBytes()
optional string comment = 4;
Copyright © 2023. All Rights Reserved.