Interface CommonMessages.StorageLocationInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHostname()
      string hostname = 2;
      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 2;
      String getId()
      string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      String getName()
      string name = 3;
      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      int getPort()
      int32 port = 4;
      • 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

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getHostname

        String getHostname()
        string hostname = 2;
        Returns:
        The hostname.
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
        string hostname = 2;
        Returns:
        The bytes for hostname.
      • getName

        String getName()
        string name = 3;
        Returns:
        The name.
      • getNameBytes

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

        int getPort()
        int32 port = 4;
        Returns:
        The port.