Interface Generated.DaemonEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPort()
      Port number of the given endpoint.
      boolean hasPort()
      Port number of the given endpoint.
      • 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

      • hasPort

        boolean hasPort()
         Port number of the given endpoint.
         
        optional int32 Port = 1;
        Returns:
        Whether the port field is set.
      • getPort

        int getPort()
         Port number of the given endpoint.
         
        optional int32 Port = 1;
        Returns:
        The port.