Interface Serverfeatures.SupportedMethodOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFeatures​(int index)
      repeated string features = 3;
      com.google.protobuf.ByteString getFeaturesBytes​(int index)
      repeated string features = 3;
      int getFeaturesCount()
      repeated string features = 3;
      java.util.List<java.lang.String> getFeaturesList()
      repeated string features = 3;
      java.lang.String getMethodName()
      string method_name = 1;
      com.google.protobuf.ByteString getMethodNameBytes()
      string method_name = 1;
      java.lang.String getServiceName()
      string service_name = 2;
      com.google.protobuf.ByteString getServiceNameBytes()
      string service_name = 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

      • getMethodName

        java.lang.String getMethodName()
        string method_name = 1;
        Returns:
        The methodName.
      • getMethodNameBytes

        com.google.protobuf.ByteString getMethodNameBytes()
        string method_name = 1;
        Returns:
        The bytes for methodName.
      • getServiceName

        java.lang.String getServiceName()
        string service_name = 2;
        Returns:
        The serviceName.
      • getServiceNameBytes

        com.google.protobuf.ByteString getServiceNameBytes()
        string service_name = 2;
        Returns:
        The bytes for serviceName.
      • getFeaturesList

        java.util.List<java.lang.String> getFeaturesList()
        repeated string features = 3;
        Returns:
        A list containing the features.
      • getFeaturesCount

        int getFeaturesCount()
        repeated string features = 3;
        Returns:
        The count of features.
      • getFeatures

        java.lang.String getFeatures​(int index)
        repeated string features = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The features at the given index.
      • getFeaturesBytes

        com.google.protobuf.ByteString getFeaturesBytes​(int index)
        repeated string features = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the features at the given index.