Interface GetServerInfoResponse.PluginInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      optional string description = 2;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 2;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getVendor()
      optional string vendor = 4;
      com.google.protobuf.ByteString getVendorBytes()
      optional string vendor = 4;
      String getVersion()
      optional string version = 3;
      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 3;
      boolean hasDescription()
      optional string description = 2;
      boolean hasName()
      optional string name = 1;
      boolean hasVendor()
      optional string vendor = 4;
      boolean hasVersion()
      optional string version = 3;
      • 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

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasDescription

        boolean hasDescription()
        optional string description = 2;
      • getDescription

        String getDescription()
        optional string description = 2;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 2;
      • hasVersion

        boolean hasVersion()
        optional string version = 3;
      • getVersion

        String getVersion()
        optional string version = 3;
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        optional string version = 3;
      • hasVendor

        boolean hasVendor()
        optional string vendor = 4;
      • getVendor

        String getVendor()
        optional string vendor = 4;
      • getVendorBytes

        com.google.protobuf.ByteString getVendorBytes()
        optional string vendor = 4;