Package p4.v1

Class P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, P4RuntimeOuterClass.ForwardingPipelineConfig.CookieOrBuilder
Enclosing class:
P4RuntimeOuterClass.ForwardingPipelineConfig

public static final class P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie extends com.google.protobuf.GeneratedMessage implements P4RuntimeOuterClass.ForwardingPipelineConfig.CookieOrBuilder
 Metadata (cookie) opaque to the target. A control plane may use this field
 to uniquely identify this config. There are no restrictions on how such
 value is computed, or where this is stored on the target, as long as it is
 returned with a GetForwardingPipelineConfig RPC. When reading the cookie,
 we need to distinguish those cases where a cookie is NOT present (e.g. not
 set in the SetForwardingPipelineConfigRequest, therefore we wrap the actual
 uint64 value in a protobuf message.
 
Protobuf type p4.v1.ForwardingPipelineConfig.Cookie
See Also: