public interface ConfigEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Config |
getConfig()
A marshaled Config structure
|
ConfigOrBuilder |
getConfigOrBuilder()
A marshaled Config structure
|
Envelope |
getLastUpdate()
The last CONFIG_UPDATE message which generated this current configuration
|
EnvelopeOrBuilder |
getLastUpdateOrBuilder()
The last CONFIG_UPDATE message which generated this current configuration
|
boolean |
hasConfig()
A marshaled Config structure
|
boolean |
hasLastUpdate()
The last CONFIG_UPDATE message which generated this current configuration
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConfig()
A marshaled Config structure
.common.Config config = 1 [json_name = "config"];
Config getConfig()
A marshaled Config structure
.common.Config config = 1 [json_name = "config"];
ConfigOrBuilder getConfigOrBuilder()
A marshaled Config structure
.common.Config config = 1 [json_name = "config"];
boolean hasLastUpdate()
The last CONFIG_UPDATE message which generated this current configuration
.common.Envelope last_update = 2 [json_name = "lastUpdate"];
Envelope getLastUpdate()
The last CONFIG_UPDATE message which generated this current configuration
.common.Envelope last_update = 2 [json_name = "lastUpdate"];
EnvelopeOrBuilder getLastUpdateOrBuilder()
The last CONFIG_UPDATE message which generated this current configuration
.common.Envelope last_update = 2 [json_name = "lastUpdate"];
Copyright © 2022. All rights reserved.