public static interface PushAPIMsg.SearchableMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIgnoreDetachedReplicas()
optional bool ignoreDetachedReplicas = 3 [default = false]; |
boolean |
getOnAllReplicas()
optional bool onAllReplicas = 2 [default = false]; |
long |
getSerial()
serial was defined as BigInteger; in apollo serials are long
|
boolean |
hasIgnoreDetachedReplicas()
optional bool ignoreDetachedReplicas = 3 [default = false]; |
boolean |
hasOnAllReplicas()
optional bool onAllReplicas = 2 [default = false]; |
boolean |
hasSerial()
serial was defined as BigInteger; in apollo serials are long
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSerial()
serial was defined as BigInteger; in apollo serials are long
required int64 serial = 1;
long getSerial()
serial was defined as BigInteger; in apollo serials are long
required int64 serial = 1;
boolean hasOnAllReplicas()
optional bool onAllReplicas = 2 [default = false];
boolean getOnAllReplicas()
optional bool onAllReplicas = 2 [default = false];
boolean hasIgnoreDetachedReplicas()
optional bool ignoreDetachedReplicas = 3 [default = false];
boolean getIgnoreDetachedReplicas()
optional bool ignoreDetachedReplicas = 3 [default = false];
Copyright © 2021 Dassault Systèmes, All Rights Reserved.