public interface ConfigurationSyncRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getService()
Current agent service name.
|
com.google.protobuf.ByteString |
getServiceBytes()
Current agent service name.
|
String |
getUuid()
[Optional]
UUID is the unique id to represent the signature of the latest configuration.
|
com.google.protobuf.ByteString |
getUuidBytes()
[Optional]
UUID is the unique id to represent the signature of the latest configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Current agent service name.
string service = 1;com.google.protobuf.ByteString getServiceBytes()
Current agent service name.
string service = 1;String getUuid()
[Optional] UUID is the unique id to represent the signature of the latest configuration. The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync. The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, then the OAP only returns the empty Commands if no configuration change happenned.
string uuid = 2;com.google.protobuf.ByteString getUuidBytes()
[Optional] UUID is the unique id to represent the signature of the latest configuration. The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync. The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, then the OAP only returns the empty Commands if no configuration change happenned.
string uuid = 2;Copyright © 2022 The Apache Software Foundation. All rights reserved.