Interface ConfigurationSyncRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigurationSyncRequest,ConfigurationSyncRequest.Builder
public interface ConfigurationSyncRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCurrent agent service name.com.google.protobuf.ByteStringCurrent agent service name.getUuid()[Optional] UUID is the unique id to represent the signature of the latest configuration.com.google.protobuf.ByteString[Optional] UUID is the unique id to represent the signature of the latest configuration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getService
String getService()Current agent service name.
string service = 1;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()Current agent service name.
string service = 1;- Returns:
- The bytes for service.
-
getUuid
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;- Returns:
- The uuid.
-
getUuidBytes
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;- Returns:
- The bytes for uuid.
-