Package p4.v1

Interface P4RuntimeOuterClass.CapabilitiesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
P4RuntimeOuterClass.CapabilitiesRequest, P4RuntimeOuterClass.CapabilitiesRequest.Builder
Enclosing class:
P4RuntimeOuterClass

public static interface P4RuntimeOuterClass.CapabilitiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDeviceId

      long getDeviceId()
       Optional: Response should include the device-specific capabilities of the
       device identified by `device_id` in addition to server-wide capabilities.
       Added in v1.5.0
       
      uint64 device_id = 1;
      Returns:
      The deviceId.