Interface Control.ChannelArgOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Control.ChannelArg, Control.ChannelArg.Builder
    Enclosing class:
    Control

    public static interface Control.ChannelArgOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIntValue()
      int32 int_value = 3;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      java.lang.String getStrValue()
      string str_value = 2;
      com.google.protobuf.ByteString getStrValueBytes()
      string str_value = 2;
      Control.ChannelArg.ValueCase getValueCase()  
      boolean hasIntValue()
      int32 int_value = 3;
      boolean hasStrValue()
      string str_value = 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 Detail

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasStrValue

        boolean hasStrValue()
        string str_value = 2;
        Returns:
        Whether the strValue field is set.
      • getStrValue

        java.lang.String getStrValue()
        string str_value = 2;
        Returns:
        The strValue.
      • getStrValueBytes

        com.google.protobuf.ByteString getStrValueBytes()
        string str_value = 2;
        Returns:
        The bytes for strValue.
      • hasIntValue

        boolean hasIntValue()
        int32 int_value = 3;
        Returns:
        Whether the intValue field is set.
      • getIntValue

        int getIntValue()
        int32 int_value = 3;
        Returns:
        The intValue.