public static interface PushAPIMsg.SetCheckpointMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
getSync()
optional bool sync = 3; |
java.lang.String |
getValue()
optional string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasSync()
optional bool sync = 3; |
boolean |
hasValue()
optional string value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasValue()
optional string value = 1;
java.lang.String getValue()
optional string value = 1;
com.google.protobuf.ByteString getValueBytes()
optional string value = 1;
boolean hasName()
optional string name = 2;
java.lang.String getName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasSync()
optional bool sync = 3;
boolean getSync()
optional bool sync = 3;
Copyright © 2021 Dassault Systèmes, All Rights Reserved.