|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Protos.ExtensionOrBuilder
| Method Summary | |
|---|---|
com.google.protobuf.ByteString |
getData()
required bytes data = 2; |
String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
boolean |
getMandatory()
required bool mandatory = 3; |
boolean |
hasData()
required bytes data = 2; |
boolean |
hasId()
required string id = 1; |
boolean |
hasMandatory()
required bool mandatory = 3; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
boolean hasId()
required string id = 1;
like org.whatever.foo.bar
String getId()
required string id = 1;
like org.whatever.foo.bar
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
like org.whatever.foo.bar
boolean hasData()
required bytes data = 2;
com.google.protobuf.ByteString getData()
required bytes data = 2;
boolean hasMandatory()
required bool mandatory = 3;
If we do not understand a mandatory extension, abort to prevent data loss. For example, this could be applied to a new type of holding, such as a contract, where dropping of an extension in a read/write cycle could cause loss of value.
boolean getMandatory()
required bool mandatory = 3;
If we do not understand a mandatory extension, abort to prevent data loss. For example, this could be applied to a new type of holding, such as a contract, where dropping of an extension in a read/write cycle could cause loss of value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||