public static interface Protos.ExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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.
Copyright © 2016. All rights reserved.