Package p4.v1

Interface P4RuntimeOuterClass.GetForwardingPipelineConfigRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    uint64 device_id = 1;
    .p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
    int
    .p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;

    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()
      uint64 device_id = 1;
      Returns:
      The deviceId.
    • getResponseTypeValue

      int getResponseTypeValue()
      .p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
      Returns:
      The enum numeric value on the wire for responseType.
    • getResponseType

      .p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
      Returns:
      The responseType.